Class ClaimedIdentity
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.ClaimedIdentity
-
public class ClaimedIdentity extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{urn:oasis:names:tc:SAML:1.0:assertion}NameIdentifierType"/> <element name="SupportingInfo" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected NameIdentifierTypenameprotected AnyTypesupportingInfo
-
Constructor Summary
Constructors Constructor Description ClaimedIdentity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NameIdentifierTypegetName()Gets the value of the name property.AnyTypegetSupportingInfo()Gets the value of the supportingInfo property.voidsetName(NameIdentifierType value)Sets the value of the name property.voidsetSupportingInfo(AnyType value)Sets the value of the supportingInfo property.
-
-
-
Field Detail
-
name
protected NameIdentifierType name
-
supportingInfo
protected AnyType supportingInfo
-
-
Method Detail
-
getName
public NameIdentifierType getName()
Gets the value of the name property.- Returns:
- possible object is
NameIdentifierType
-
setName
public void setName(NameIdentifierType value)
Sets the value of the name property.- Parameters:
value- allowed object isNameIdentifierType
-
getSupportingInfo
public AnyType getSupportingInfo()
Gets the value of the supportingInfo property.- Returns:
- possible object is
AnyType
-
-