|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser200.Person
public class Person
An individual human being.
Java class for Person complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}ResourceID"/>
<element ref="{http://www.spase-group.org/data/schema}ReleaseDate" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}PersonName" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}OrganizationName"/>
<element ref="{http://www.spase-group.org/data/schema}Address" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Email" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}PhoneNumber" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}FaxNumber" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
address
|
protected java.util.List<java.lang.String> |
email
|
protected java.util.List<Extension> |
extension
|
protected java.lang.String |
faxNumber
|
protected java.lang.String |
organizationName
|
protected java.lang.String |
personName
|
protected java.util.List<java.lang.String> |
phoneNumber
|
protected javax.xml.datatype.XMLGregorianCalendar |
releaseDate
|
protected java.lang.String |
resourceID
|
| Constructor Summary | |
|---|---|
Person()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Gets the value of the address property. |
java.util.List<java.lang.String> |
getEmail()
Gets the value of the email property. |
java.util.List<Extension> |
getExtension()
Gets the value of the extension property. |
java.lang.String |
getFaxNumber()
Gets the value of the faxNumber property. |
java.lang.String |
getOrganizationName()
Gets the value of the organizationName property. |
java.lang.String |
getPersonName()
Gets the value of the personName property. |
java.util.List<java.lang.String> |
getPhoneNumber()
Gets the value of the phoneNumber property. |
javax.xml.datatype.XMLGregorianCalendar |
getReleaseDate()
Gets the value of the releaseDate property. |
java.lang.String |
getResourceID()
Gets the value of the resourceID property. |
void |
setAddress(java.lang.String value)
Sets the value of the address property. |
void |
setFaxNumber(java.lang.String value)
Sets the value of the faxNumber property. |
void |
setOrganizationName(java.lang.String value)
Sets the value of the organizationName property. |
void |
setPersonName(java.lang.String value)
Sets the value of the personName property. |
void |
setReleaseDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the releaseDate property. |
void |
setResourceID(java.lang.String value)
Sets the value of the resourceID 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 resourceID
protected javax.xml.datatype.XMLGregorianCalendar releaseDate
protected java.lang.String personName
protected java.lang.String organizationName
protected java.lang.String address
protected java.util.List<java.lang.String> email
protected java.util.List<java.lang.String> phoneNumber
protected java.lang.String faxNumber
protected java.util.List<Extension> extension
| Constructor Detail |
|---|
public Person()
| Method Detail |
|---|
public java.lang.String getResourceID()
Stringpublic void setResourceID(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getReleaseDate()
XMLGregorianCalendarpublic void setReleaseDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getPersonName()
Stringpublic void setPersonName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrganizationName()
Stringpublic void setOrganizationName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddress()
Stringpublic void setAddress(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getEmail()
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 email property.
For example, to add a new item, do as follows:
getEmail().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getPhoneNumber()
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 phoneNumber property.
For example, to add a new item, do as follows:
getPhoneNumber().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getFaxNumber()
Stringpublic void setFaxNumber(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Extension> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||