org.openliberty.xmltooling.pp
Class EmploymentIdentity

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

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

Minimal Employer and employment details

Author:
asa

Field Summary
private  org.opensaml.xml.util.XMLObjectChildrenList<AltLO> altLOs
           
private  org.opensaml.xml.util.XMLObjectChildrenList<AltO> altOs
           
private  CommonAttributes attributes
           
private  Extension extension
           
private  JobTitle jobTitle
           
private  org.opensaml.xml.util.XMLObjectChildrenList<LJobTitle> lJobTitles
           
private  LO lO
           
static java.lang.String LOCAL_NAME
           
private  O o
           
 
Constructor Summary
protected EmploymentIdentity(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
           
 
Method Summary
 CommonAttributes attributes()
           
 org.opensaml.xml.util.XMLObjectChildrenList<AltLO> getAltLOs()
           
 org.opensaml.xml.util.XMLObjectChildrenList<AltO> getAltOs()
           
 Extension getExtension()
           
 JobTitle getJobTitle()
           
 org.opensaml.xml.util.XMLObjectChildrenList<LJobTitle> getLJobTitles()
           
 LO getLO()
           
 O getO()
           
 java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
           
 void setExtension(Extension extension)
           
 void setJobTitle(JobTitle jobTitle)
           
 void setLO(LO lO)
           
 void setO(O o)
           
 
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

jobTitle

private JobTitle jobTitle

lJobTitles

private org.opensaml.xml.util.XMLObjectChildrenList<LJobTitle> lJobTitles

o

private O o

lO

private LO lO

altOs

private org.opensaml.xml.util.XMLObjectChildrenList<AltO> altOs

altLOs

private org.opensaml.xml.util.XMLObjectChildrenList<AltLO> altLOs

extension

private Extension extension
Constructor Detail

EmploymentIdentity

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

attributes

public CommonAttributes attributes()

setJobTitle

public void setJobTitle(JobTitle jobTitle)

getJobTitle

public JobTitle getJobTitle()

getLJobTitles

public org.opensaml.xml.util.XMLObjectChildrenList<LJobTitle> getLJobTitles()

setO

public void setO(O o)

getO

public O getO()

setLO

public void setLO(LO lO)

getLO

public LO getLO()

getAltOs

public org.opensaml.xml.util.XMLObjectChildrenList<AltO> getAltOs()

getAltLOs

public org.opensaml.xml.util.XMLObjectChildrenList<AltLO> getAltLOs()

setExtension

public void setExtension(Extension extension)

getExtension

public Extension getExtension()

getOrderedChildren

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