Class IdentifierType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.IdentifierType
Java class for IdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentifierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}X509Data" minOccurs="0"/>
<element name="SAMLv1Identifier" type="{urn:oasis:names:tc:SAML:1.0:assertion}NameIdentifierType" minOccurs="0"/>
<element name="SAMLv2Identifier" type="{urn:oasis:names:tc:SAML:2.0:assertion}NameIDType" minOccurs="0"/>
<element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AnyTypeprotected NameIdentifierTypeprotected NameIDTypeprotected X509DataType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOther()Gets the value of the other property.Gets the value of the samLv1Identifier property.Gets the value of the samLv2Identifier property.Gets the value of the x509Data property.voidSets the value of the other property.voidSets the value of the samLv1Identifier property.voidsetSAMLv2Identifier(NameIDType value) Sets the value of the samLv2Identifier property.voidsetX509Data(X509DataType value) Sets the value of the x509Data property.
-
Field Details
-
x509Data
-
samLv1Identifier
-
samLv2Identifier
-
other
-
-
Constructor Details
-
IdentifierType
public IdentifierType()
-
-
Method Details
-
getX509Data
Gets the value of the x509Data property.- Returns:
- possible object is
X509DataType
-
setX509Data
Sets the value of the x509Data property.- Parameters:
value- allowed object isX509DataType
-
getSAMLv1Identifier
Gets the value of the samLv1Identifier property.- Returns:
- possible object is
NameIdentifierType
-
setSAMLv1Identifier
Sets the value of the samLv1Identifier property.- Parameters:
value- allowed object isNameIdentifierType
-
getSAMLv2Identifier
Gets the value of the samLv2Identifier property.- Returns:
- possible object is
NameIDType
-
setSAMLv2Identifier
Sets the value of the samLv2Identifier property.- Parameters:
value- allowed object isNameIDType
-
getOther
Gets the value of the other property.- Returns:
- possible object is
AnyType
-
setOther
Sets the value of the other property.- Parameters:
value- allowed object isAnyType
-