java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation.DelegateType

public class DelegateType extends Object

Java class for DelegateType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DelegateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}BaseID"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedID"/>
       </choice>
       <attribute name="DelegationInstant" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="ConfirmationMethod" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DelegateType

      public DelegateType()
  • Method Details

    • getBaseID

      public BaseIDAbstractType getBaseID()
      Gets the value of the baseID property.
      Returns:
      possible object is BaseIDAbstractType
    • setBaseID

      public void setBaseID(BaseIDAbstractType value)
      Sets the value of the baseID property.
      Parameters:
      value - allowed object is BaseIDAbstractType
    • getNameID

      public NameIDType getNameID()
      Gets the value of the nameID property.
      Returns:
      possible object is NameIDType
    • setNameID

      public void setNameID(NameIDType value)
      Sets the value of the nameID property.
      Parameters:
      value - allowed object is NameIDType
    • getEncryptedID

      public EncryptedElementType getEncryptedID()
      Gets the value of the encryptedID property.
      Returns:
      possible object is EncryptedElementType
    • setEncryptedID

      public void setEncryptedID(EncryptedElementType value)
      Sets the value of the encryptedID property.
      Parameters:
      value - allowed object is EncryptedElementType
    • getDelegationInstant

      public XMLGregorianCalendar getDelegationInstant()
      Gets the value of the delegationInstant property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDelegationInstant

      public void setDelegationInstant(XMLGregorianCalendar value)
      Sets the value of the delegationInstant property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getConfirmationMethod

      public String getConfirmationMethod()
      Gets the value of the confirmationMethod property.
      Returns:
      possible object is String
    • setConfirmationMethod

      public void setConfirmationMethod(String value)
      Sets the value of the confirmationMethod property.
      Parameters:
      value - allowed object is String