public static class NamingSystem.Contact extends BaseIdentifiableElement implements IResourceBlock
Definition: Contacts to assist a user in finding and communicating with the publisher
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
ContactPointDt |
addTelecom()
Adds and returns a new value for telecom ()
|
NamingSystem.Contact |
addTelecom(ContactPointDt theValue)
Adds a given new value for telecom ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getName()
Gets the value(s) for name ().
|
StringDt |
getNameElement()
Gets the value(s) for name ().
|
List<ContactPointDt> |
getTelecom()
Gets the value(s) for telecom ().
|
ContactPointDt |
getTelecomFirstRep()
Gets the first repetition for telecom (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
NamingSystem.Contact |
setName(String theString)
Sets the value for name ()
|
NamingSystem.Contact |
setName(StringDt theValue)
Sets the value(s) for name ()
|
NamingSystem.Contact |
setTelecom(List<ContactPointDt> theValue)
Sets the value(s) for telecom ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Contact()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic StringDt getNameElement()
null.
Definition: The name of an individual to contact regarding the naming system
public String getName()
null.
Definition: The name of an individual to contact regarding the naming system
public NamingSystem.Contact setName(StringDt theValue)
Definition: The name of an individual to contact regarding the naming system
public NamingSystem.Contact setName(String theString)
Definition: The name of an individual to contact regarding the naming system
public List<ContactPointDt> getTelecom()
null.
Definition: Contact details for individual (if a name was provided) or the publisher
public NamingSystem.Contact setTelecom(List<ContactPointDt> theValue)
Definition: Contact details for individual (if a name was provided) or the publisher
public ContactPointDt addTelecom()
Definition: Contact details for individual (if a name was provided) or the publisher
public NamingSystem.Contact addTelecom(ContactPointDt theValue)
Definition: Contact details for individual (if a name was provided) or the publisher
theValue - The telecom to add (must not be null)public ContactPointDt getTelecomFirstRep()
Definition: Contact details for individual (if a name was provided) or the publisher
Copyright © 2014–2016 University Health Network. All rights reserved.