public class EmploymentIdentity
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<AltLO> |
altLOs |
private org.opensaml.core.xml.util.XMLObjectChildrenList<AltO> |
altOs |
private CommonAttributes |
attributes |
private Extension |
extension |
private JobTitle |
jobTitle |
private org.opensaml.core.xml.util.XMLObjectChildrenList<LJobTitle> |
lJobTitles |
private LO |
lO |
static String |
LOCAL_NAME |
private O |
o |
| Modifier | Constructor and Description |
|---|---|
protected |
EmploymentIdentity(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
CommonAttributes |
attributes() |
org.opensaml.core.xml.util.XMLObjectChildrenList<AltLO> |
getAltLOs() |
org.opensaml.core.xml.util.XMLObjectChildrenList<AltO> |
getAltOs() |
Extension |
getExtension() |
JobTitle |
getJobTitle() |
org.opensaml.core.xml.util.XMLObjectChildrenList<LJobTitle> |
getLJobTitles() |
LO |
getLO() |
O |
getO() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
void |
setExtension(Extension extension) |
void |
setJobTitle(JobTitle jobTitle) |
void |
setLO(LO lO) |
void |
setO(O o) |
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 JobTitle jobTitle
private org.opensaml.core.xml.util.XMLObjectChildrenList<LJobTitle> lJobTitles
private O o
private LO lO
private org.opensaml.core.xml.util.XMLObjectChildrenList<AltO> altOs
private org.opensaml.core.xml.util.XMLObjectChildrenList<AltLO> altLOs
private Extension extension
public CommonAttributes attributes()
public void setJobTitle(JobTitle jobTitle)
public JobTitle getJobTitle()
public org.opensaml.core.xml.util.XMLObjectChildrenList<LJobTitle> getLJobTitles()
public void setO(O o)
public O getO()
public void setLO(LO lO)
public LO getLO()
public org.opensaml.core.xml.util.XMLObjectChildrenList<AltO> getAltOs()
public org.opensaml.core.xml.util.XMLObjectChildrenList<AltLO> getAltLOs()
public void setExtension(Extension extension)
public Extension getExtension()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.