|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.NameType
public class NameType
Java class for nameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="nameType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nameTitle" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="familyName"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> <minLength value="1"/> </restriction> </simpleType> </element> <element name="givenName" maxOccurs="2" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="nameSuffix" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="nameAlias" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
familyName
|
protected java.util.List<java.lang.String> |
givenNames
|
protected java.lang.String |
nameAlias
|
protected java.lang.String |
nameSuffix
|
protected java.lang.String |
nameTitle
|
Constructor Summary | |
---|---|
NameType()
|
Method Summary | |
---|---|
java.lang.String |
getFamilyName()
Gets the value of the familyName property. |
java.util.List<java.lang.String> |
getGivenNames()
Gets the value of the givenNames property. |
java.lang.String |
getNameAlias()
Gets the value of the nameAlias property. |
java.lang.String |
getNameSuffix()
Gets the value of the nameSuffix property. |
java.lang.String |
getNameTitle()
Gets the value of the nameTitle property. |
void |
setFamilyName(java.lang.String value)
Sets the value of the familyName property. |
void |
setNameAlias(java.lang.String value)
Sets the value of the nameAlias property. |
void |
setNameSuffix(java.lang.String value)
Sets the value of the nameSuffix property. |
void |
setNameTitle(java.lang.String value)
Sets the value of the nameTitle property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String nameTitle
protected java.lang.String familyName
protected java.util.List<java.lang.String> givenNames
protected java.lang.String nameSuffix
protected java.lang.String nameAlias
Constructor Detail |
---|
public NameType()
Method Detail |
---|
public java.lang.String getNameTitle()
String
public void setNameTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFamilyName()
String
public void setFamilyName(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.String> getGivenNames()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the givenNames property.
For example, to add a new item, do as follows:
getGivenNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getNameSuffix()
String
public void setNameSuffix(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNameAlias()
String
public void setNameAlias(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |