Package iofXml.v3
Class PersonName
java.lang.Object
iofXml.v3.PersonName
Java class for PersonName complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonName">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Family" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Given" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
family
-
given
-
-
Constructor Details
-
PersonName
public PersonName()
-
-
Method Details
-
getFamily
Gets the value of the family property.- Returns:
- possible object is
String
-
setFamily
Sets the value of the family property.- Parameters:
value- allowed object isString
-
getGiven
Gets the value of the given property.- Returns:
- possible object is
String
-
setGiven
Sets the value of the given property.- Parameters:
value- allowed object isString
-