org.openliberty.xmltooling.pp
Class LegalIdentity

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.signature.AbstractSignableXMLObject
          extended by org.openliberty.xmltooling.pp.LegalIdentity
All Implemented Interfaces:
org.opensaml.xml.signature.SignableXMLObject, org.opensaml.xml.XMLObject

public class LegalIdentity
extends org.opensaml.xml.signature.AbstractSignableXMLObject


Field Summary
private  org.opensaml.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.xml.util.XMLObjectChildrenList<LLegalName> lLegalNames
           
static java.lang.String LOCAL_NAME
           
private  MaritalStatus maritalStatus
           
private  VAT vAT
           
 
Constructor Summary
protected LegalIdentity(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
           
 
Method Summary
 CommonAttributes attributes()
           
 org.opensaml.xml.util.XMLObjectChildrenList<AltID> getAltIDs()
           
 AnalyzedName getAnalyzedName()
           
 DOB getDOB()
           
 Extension getExtension()
           
 Gender getGender()
           
 LegalName getLegalName()
           
 org.opensaml.xml.util.XMLObjectChildrenList<LLegalName> getLLegalNames()
           
 MaritalStatus getMaritalStatus()
           
 java.util.List<org.opensaml.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)
           
 
Methods inherited from class org.opensaml.xml.signature.AbstractSignableXMLObject
getSignature, isSigned, setSignature
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

LOCAL_NAME

public static java.lang.String LOCAL_NAME

attributes

private CommonAttributes attributes

legalName

private LegalName legalName

lLegalNames

private org.opensaml.xml.util.XMLObjectChildrenList<LLegalName> lLegalNames

analyzedName

private AnalyzedName analyzedName

vAT

private VAT vAT

altIDs

private org.opensaml.xml.util.XMLObjectChildrenList<AltID> altIDs

dOB

private DOB dOB

gender

private Gender gender

maritalStatus

private MaritalStatus maritalStatus

extension

private Extension extension
Constructor Detail

LegalIdentity

protected LegalIdentity(java.lang.String namespaceURI,
                        java.lang.String elementLocalName,
                        java.lang.String namespacePrefix)
Method Detail

attributes

public CommonAttributes attributes()

setLegalName

public void setLegalName(LegalName legalName)

getLegalName

public LegalName getLegalName()

getLLegalNames

public org.opensaml.xml.util.XMLObjectChildrenList<LLegalName> getLLegalNames()

setAnalyzedName

public void setAnalyzedName(AnalyzedName analyzedName)

getAnalyzedName

public AnalyzedName getAnalyzedName()

setVAT

public void setVAT(VAT vAT)

getVAT

public VAT getVAT()

getAltIDs

public org.opensaml.xml.util.XMLObjectChildrenList<AltID> getAltIDs()

setDOB

public void setDOB(DOB dOB)

getDOB

public DOB getDOB()

setGender

public void setGender(Gender gender)

getGender

public Gender getGender()

setMaritalStatus

public void setMaritalStatus(MaritalStatus maritalStatus)

getMaritalStatus

public MaritalStatus getMaritalStatus()

setExtension

public void setExtension(Extension extension)

getExtension

public Extension getExtension()

getOrderedChildren

public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()