Class DelegateType
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation.DelegateType
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
Modifier and TypeFieldDescriptionprotected BaseIDAbstractType
protected String
protected XMLGregorianCalendar
protected EncryptedElementType
protected NameIDType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baseID property.Gets the value of the confirmationMethod property.Gets the value of the delegationInstant property.Gets the value of the encryptedID property.Gets the value of the nameID property.void
setBaseID
(BaseIDAbstractType value) Sets the value of the baseID property.void
setConfirmationMethod
(String value) Sets the value of the confirmationMethod property.void
Sets the value of the delegationInstant property.void
Sets the value of the encryptedID property.void
setNameID
(NameIDType value) Sets the value of the nameID property.
-
Field Details
-
baseID
-
nameID
-
encryptedID
-
delegationInstant
-
confirmationMethod
-
-
Constructor Details
-
DelegateType
public DelegateType()
-
-
Method Details
-
getBaseID
Gets the value of the baseID property.- Returns:
- possible object is
BaseIDAbstractType
-
setBaseID
Sets the value of the baseID property.- Parameters:
value
- allowed object isBaseIDAbstractType
-
getNameID
Gets the value of the nameID property.- Returns:
- possible object is
NameIDType
-
setNameID
Sets the value of the nameID property.- Parameters:
value
- allowed object isNameIDType
-
getEncryptedID
Gets the value of the encryptedID property.- Returns:
- possible object is
EncryptedElementType
-
setEncryptedID
Sets the value of the encryptedID property.- Parameters:
value
- allowed object isEncryptedElementType
-
getDelegationInstant
Gets the value of the delegationInstant property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDelegationInstant
Sets the value of the delegationInstant property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getConfirmationMethod
Gets the value of the confirmationMethod property.- Returns:
- possible object is
String
-
setConfirmationMethod
Sets the value of the confirmationMethod property.- Parameters:
value
- allowed object isString
-