Class DelegateType
- 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 Summary
Fields Modifier and Type Field Description protected BaseIDAbstractTypebaseIDprotected StringconfirmationMethodprotected XMLGregorianCalendardelegationInstantprotected EncryptedElementTypeencryptedIDprotected NameIDTypenameID
-
Constructor Summary
Constructors Constructor Description DelegateType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseIDAbstractTypegetBaseID()Gets the value of the baseID property.StringgetConfirmationMethod()Gets the value of the confirmationMethod property.XMLGregorianCalendargetDelegationInstant()Gets the value of the delegationInstant property.EncryptedElementTypegetEncryptedID()Gets the value of the encryptedID property.NameIDTypegetNameID()Gets the value of the nameID property.voidsetBaseID(BaseIDAbstractType value)Sets the value of the baseID property.voidsetConfirmationMethod(String value)Sets the value of the confirmationMethod property.voidsetDelegationInstant(XMLGregorianCalendar value)Sets the value of the delegationInstant property.voidsetEncryptedID(EncryptedElementType value)Sets the value of the encryptedID property.voidsetNameID(NameIDType value)Sets the value of the nameID property.
-
-
-
Field Detail
-
baseID
protected BaseIDAbstractType baseID
-
nameID
protected NameIDType nameID
-
encryptedID
protected EncryptedElementType encryptedID
-
delegationInstant
protected XMLGregorianCalendar delegationInstant
-
confirmationMethod
protected String confirmationMethod
-
-
Method Detail
-
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 isBaseIDAbstractType
-
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 isNameIDType
-
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 isEncryptedElementType
-
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 isXMLGregorianCalendar
-
getConfirmationMethod
public String getConfirmationMethod()
Gets the value of the confirmationMethod property.- Returns:
- possible object is
String
-
-