|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml2.metadata.impl.ContactPersonImpl
public class ContactPersonImpl
Concrete implementation of ContactPerson
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.saml2.metadata.ContactPerson |
|---|
CONTACT_TYPE_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
| Constructor Summary | |
|---|---|
protected |
ContactPersonImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor |
| Method Summary | |
|---|---|
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<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
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. |
org.opensaml.xml.util.AttributeMap |
getUnknownAttributes()
|
void |
setCompany(Company company)
Sets the company this contact person is associated with. |
void |
setExtensions(Extensions extensions)
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 type)
Sets the type of contact this person. |
| Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject |
|---|
equals, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Constructor Detail |
|---|
protected ContactPersonImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - elementLocalName - namespacePrefix - | Method Detail |
|---|
public ContactPersonTypeEnumeration getType()
getType in interface ContactPersonpublic void setType(ContactPersonTypeEnumeration type)
setType in interface ContactPersontype - the type of contact this personpublic Extensions getExtensions()
getExtensions in interface ContactPerson
public void setExtensions(Extensions extensions)
throws java.lang.IllegalArgumentException
setExtensions in interface ContactPersonextensions - the Extensions child of this object
java.lang.IllegalArgumentException - thrown if the given extensions Object is already a child of another SAMLObjectpublic Company getCompany()
getCompany in interface ContactPersonpublic void setCompany(Company company)
setCompany in interface ContactPersoncompany - 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 org.opensaml.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes in interface org.opensaml.xml.AttributeExtensibleXMLObjectpublic java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||