Class CTPersonType
Java class for CT_PersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PersonType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Last" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_String" maxOccurs="unbounded" minOccurs="0"/>
<element name="First" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_String" maxOccurs="unbounded" minOccurs="0"/>
<element name="Middle" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_String" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
last
-
first
-
middle
-
-
Constructor Details
-
CTPersonType
public CTPersonType()
-
-
Method Details
-
getLast
Gets the value of the last property.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
setmethod for the last property.For example, to add a new item, do as follows:
getLast().add(newItem);Objects of the following type(s) are allowed in the list
String -
getFirst
Gets the value of the first property.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
setmethod for the first property.For example, to add a new item, do as follows:
getFirst().add(newItem);Objects of the following type(s) are allowed in the list
String -
getMiddle
Gets the value of the middle property.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
setmethod for the middle property.For example, to add a new item, do as follows:
getMiddle().add(newItem);Objects of the following type(s) are allowed in the list
String
-