java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.IdentifierType

public class IdentifierType extends Object

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 Details

  • Constructor Details

    • IdentifierType

      public IdentifierType()
  • Method Details

    • getX509Data

      public X509DataType getX509Data()
      Gets the value of the x509Data property.
      Returns:
      possible object is X509DataType
    • setX509Data

      public void setX509Data(X509DataType value)
      Sets the value of the x509Data property.
      Parameters:
      value - allowed object is X509DataType
    • getSAMLv1Identifier

      public NameIdentifierType getSAMLv1Identifier()
      Gets the value of the samLv1Identifier property.
      Returns:
      possible object is NameIdentifierType
    • setSAMLv1Identifier

      public void setSAMLv1Identifier(NameIdentifierType value)
      Sets the value of the samLv1Identifier property.
      Parameters:
      value - allowed object is NameIdentifierType
    • getSAMLv2Identifier

      public NameIDType getSAMLv2Identifier()
      Gets the value of the samLv2Identifier property.
      Returns:
      possible object is NameIDType
    • setSAMLv2Identifier

      public void setSAMLv2Identifier(NameIDType value)
      Sets the value of the samLv2Identifier property.
      Parameters:
      value - allowed object is NameIDType
    • getOther

      public AnyType getOther()
      Gets the value of the other property.
      Returns:
      possible object is AnyType
    • setOther

      public void setOther(AnyType value)
      Sets the value of the other property.
      Parameters:
      value - allowed object is AnyType