org.spase.parser200
Class Person

java.lang.Object
  extended by org.spase.parser200.Person

public class Person
extends java.lang.Object

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

resourceID

protected java.lang.String resourceID

releaseDate

protected javax.xml.datatype.XMLGregorianCalendar releaseDate

personName

protected java.lang.String personName

organizationName

protected java.lang.String organizationName

address

protected java.lang.String address

email

protected java.util.List<java.lang.String> email

phoneNumber

protected java.util.List<java.lang.String> phoneNumber

faxNumber

protected java.lang.String faxNumber

extension

protected java.util.List<Extension> extension
Constructor Detail

Person

public Person()
Method Detail

getResourceID

public java.lang.String getResourceID()
Gets the value of the resourceID property.

Returns:
possible object is String

setResourceID

public void setResourceID(java.lang.String value)
Sets the value of the resourceID property.

Parameters:
value - allowed object is String

getReleaseDate

public javax.xml.datatype.XMLGregorianCalendar getReleaseDate()
Gets the value of the releaseDate property.

Returns:
possible object is XMLGregorianCalendar

setReleaseDate

public void setReleaseDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the releaseDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getPersonName

public java.lang.String getPersonName()
Gets the value of the personName property.

Returns:
possible object is String

setPersonName

public void setPersonName(java.lang.String value)
Sets the value of the personName property.

Parameters:
value - allowed object is String

getOrganizationName

public java.lang.String getOrganizationName()
Gets the value of the organizationName property.

Returns:
possible object is String

setOrganizationName

public void setOrganizationName(java.lang.String value)
Sets the value of the organizationName property.

Parameters:
value - allowed object is String

getAddress

public java.lang.String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(java.lang.String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getEmail

public java.util.List<java.lang.String> getEmail()
Gets the value of the email 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 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


getPhoneNumber

public java.util.List<java.lang.String> getPhoneNumber()
Gets the value of the phoneNumber 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 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


getFaxNumber

public java.lang.String getFaxNumber()
Gets the value of the faxNumber property.

Returns:
possible object is String

setFaxNumber

public void setFaxNumber(java.lang.String value)
Sets the value of the faxNumber property.

Parameters:
value - allowed object is String

getExtension

public java.util.List<Extension> getExtension()
Gets the value of the extension 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 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