|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContactPerson
SAML 2.0 Metadata ContactPerson
| Field Summary | |
|---|---|
static java.lang.String |
CONTACT_TYPE_ATTRIB_NAME
"contactType" attribute's local name |
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type |
| 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. |
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. |
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 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, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject |
|---|
getUnknownAttributes |
| Field Detail |
|---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String CONTACT_TYPE_ATTRIB_NAME
| Method Detail |
|---|
ContactPersonTypeEnumeration getType()
void setType(ContactPersonTypeEnumeration type)
type - the type of contact this personExtensions getExtensions()
void setExtensions(Extensions extensions)
throws java.lang.IllegalArgumentException
extensions - the Extensions child of this object
java.lang.IllegalArgumentException - thrown if the given extensions Object is already a child of another SAMLObjectCompany getCompany()
void setCompany(Company company)
company - the company this contact person is associated withGivenName getGivenName()
void setGivenName(GivenName name)
name - the given name for this personSurName getSurName()
void setSurName(SurName name)
name - the surname for this personjava.util.List<EmailAddress> getEmailAddresses()
java.util.List<TelephoneNumber> getTelephoneNumbers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||