public class ContactPersonImpl extends AbstractSAMLObject implements ContactPerson
ContactPerson.| Modifier and Type | Field and Description |
|---|---|
private Company |
company
Company child element.
|
private XMLObjectChildrenList<EmailAddress> |
emailAddresses
Child email address.
|
private Extensions |
extensions
Extensions child object.
|
private GivenName |
givenName
GivenName child objectobject.
|
private SurName |
surName
SurName child object.
|
private XMLObjectChildrenList<TelephoneNumber> |
telephoneNumbers
Child telephone numbers.
|
private ContactPersonTypeEnumeration |
type
Contact person type.
|
private AttributeMap |
unknownAttributes
"anyAttribute" attributes.
|
CONTACT_TYPE_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
ContactPersonImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Company |
getCompany()
Gets the company this contact person is associated with.
|
java.util.List<EmailAddress> |
getEmailAddresses()
Gets a list of email addresses for this person.
|
Extensions |
getExtensions()
Gets the Extensions child of this object.
|
GivenName |
getGivenName()
Gets the given name for this person.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
SurName |
getSurName()
Gets the surname for this person.
|
java.util.List<TelephoneNumber> |
getTelephoneNumbers()
Gets an immutable list of telephone numbers for this person.
|
ContactPersonTypeEnumeration |
getType()
Gets the type of contact this person.
|
AttributeMap |
getUnknownAttributes()
Gets a mutable map of the attributes.
|
void |
setCompany(Company theCompany)
Sets the company this contact person is associated with.
|
void |
setExtensions(Extensions theExtensions)
Sets the Extensions child of this object.
|
void |
setGivenName(GivenName name)
Sets the given name for this person.
|
void |
setSurName(SurName name)
Sets the surname for this person.
|
void |
setType(ContactPersonTypeEnumeration theType)
Sets the type of contact this person.
|
equals, hashCode, prepareForAssignmentdetach, 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, finalize, getClass, 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, setSchemaLocationprivate ContactPersonTypeEnumeration type
private Extensions extensions
private Company company
private GivenName givenName
private SurName surName
private final AttributeMap unknownAttributes
private final XMLObjectChildrenList<EmailAddress> emailAddresses
private final XMLObjectChildrenList<TelephoneNumber> telephoneNumbers
protected ContactPersonImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - name spaceelementLocalName - local namenamespacePrefix - prefixpublic ContactPersonTypeEnumeration getType()
getType in interface ContactPersonpublic void setType(ContactPersonTypeEnumeration theType)
setType in interface ContactPersontheType - the type of contact this personpublic Extensions getExtensions()
getExtensions in interface ContactPersonpublic void setExtensions(Extensions theExtensions)
setExtensions in interface ContactPersontheExtensions - the Extensions child of this objectpublic Company getCompany()
getCompany in interface ContactPersonpublic void setCompany(Company theCompany)
setCompany in interface ContactPersontheCompany - the company this contact person is associated withpublic GivenName getGivenName()
getGivenName in interface ContactPersonpublic void setGivenName(GivenName name)
setGivenName in interface ContactPersonname - the given name for this personpublic SurName getSurName()
getSurName in interface ContactPersonpublic void setSurName(SurName name)
setSurName in interface ContactPersonname - the surname for this personpublic java.util.List<EmailAddress> getEmailAddresses()
getEmailAddresses in interface ContactPersonpublic java.util.List<TelephoneNumber> getTelephoneNumbers()
getTelephoneNumbers in interface ContactPersonpublic AttributeMap getUnknownAttributes()
getUnknownAttributes in interface AttributeExtensibleXMLObjectpublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject