public class LegalIdentity
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<AltID> |
altIDs |
private AnalyzedName |
analyzedName |
private CommonAttributes |
attributes |
private DOB |
dOB |
private Extension |
extension |
private Gender |
gender |
private LegalName |
legalName |
private org.opensaml.core.xml.util.XMLObjectChildrenList<LLegalName> |
lLegalNames |
static String |
LOCAL_NAME |
private MaritalStatus |
maritalStatus |
private VAT |
vAT |
| Modifier | Constructor and Description |
|---|---|
protected |
LegalIdentity(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
CommonAttributes |
attributes() |
org.opensaml.core.xml.util.XMLObjectChildrenList<AltID> |
getAltIDs() |
AnalyzedName |
getAnalyzedName() |
DOB |
getDOB() |
Extension |
getExtension() |
Gender |
getGender() |
LegalName |
getLegalName() |
org.opensaml.core.xml.util.XMLObjectChildrenList<LLegalName> |
getLLegalNames() |
MaritalStatus |
getMaritalStatus() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
VAT |
getVAT() |
void |
setAnalyzedName(AnalyzedName analyzedName) |
void |
setDOB(DOB dOB) |
void |
setExtension(Extension extension) |
void |
setGender(Gender gender) |
void |
setLegalName(LegalName legalName) |
void |
setMaritalStatus(MaritalStatus maritalStatus) |
void |
setVAT(VAT vAT) |
getSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static String LOCAL_NAME
private CommonAttributes attributes
private LegalName legalName
private org.opensaml.core.xml.util.XMLObjectChildrenList<LLegalName> lLegalNames
private AnalyzedName analyzedName
private VAT vAT
private org.opensaml.core.xml.util.XMLObjectChildrenList<AltID> altIDs
private DOB dOB
private Gender gender
private MaritalStatus maritalStatus
private Extension extension
public CommonAttributes attributes()
public void setLegalName(LegalName legalName)
public LegalName getLegalName()
public org.opensaml.core.xml.util.XMLObjectChildrenList<LLegalName> getLLegalNames()
public void setAnalyzedName(AnalyzedName analyzedName)
public AnalyzedName getAnalyzedName()
public void setVAT(VAT vAT)
public VAT getVAT()
public org.opensaml.core.xml.util.XMLObjectChildrenList<AltID> getAltIDs()
public void setDOB(DOB dOB)
public DOB getDOB()
public void setGender(Gender gender)
public Gender getGender()
public void setMaritalStatus(MaritalStatus maritalStatus)
public MaritalStatus getMaritalStatus()
public void setExtension(Extension extension)
public Extension getExtension()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.