net.opengis.sensorML.x10
Interface PersonDocument.Person

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
PersonDocumentImpl.PersonImpl
Enclosing interface:
PersonDocument

public static interface PersonDocument.Person
extends org.apache.xmlbeans.XmlObject

An XML Person(@http://www.opengis.net/sensorML/1.0). This is a complex type.


Nested Class Summary
static class PersonDocument.Person.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getAffiliation()
          Gets the "affiliation" element
 String getEmail()
          Gets the "email" element
 String getId()
          Gets the "id" attribute
 String getName()
          Gets the "name" element
 String getPhoneNumber()
          Gets the "phoneNumber" element
 String getSurname()
          Gets the "surname" element
 String getUserID()
          Gets the "userID" element
 boolean isSetId()
          True if has "id" attribute
 void setAffiliation(String affiliation)
          Sets the "affiliation" element
 void setEmail(String email)
          Sets the "email" element
 void setId(String id)
          Sets the "id" attribute
 void setName(String name)
          Sets the "name" element
 void setPhoneNumber(String phoneNumber)
          Sets the "phoneNumber" element
 void setSurname(String surname)
          Sets the "surname" element
 void setUserID(String userID)
          Sets the "userID" element
 void unsetId()
          Unsets the "id" attribute
 org.apache.xmlbeans.XmlToken xgetAffiliation()
          Gets (as xml) the "affiliation" element
 org.apache.xmlbeans.XmlToken xgetEmail()
          Gets (as xml) the "email" element
 org.apache.xmlbeans.XmlID xgetId()
          Gets (as xml) the "id" attribute
 org.apache.xmlbeans.XmlToken xgetName()
          Gets (as xml) the "name" element
 org.apache.xmlbeans.XmlToken xgetPhoneNumber()
          Gets (as xml) the "phoneNumber" element
 org.apache.xmlbeans.XmlToken xgetSurname()
          Gets (as xml) the "surname" element
 org.apache.xmlbeans.XmlToken xgetUserID()
          Gets (as xml) the "userID" element
 void xsetAffiliation(org.apache.xmlbeans.XmlToken affiliation)
          Sets (as xml) the "affiliation" element
 void xsetEmail(org.apache.xmlbeans.XmlToken email)
          Sets (as xml) the "email" element
 void xsetId(org.apache.xmlbeans.XmlID id)
          Sets (as xml) the "id" attribute
 void xsetName(org.apache.xmlbeans.XmlToken name)
          Sets (as xml) the "name" element
 void xsetPhoneNumber(org.apache.xmlbeans.XmlToken phoneNumber)
          Sets (as xml) the "phoneNumber" element
 void xsetSurname(org.apache.xmlbeans.XmlToken surname)
          Sets (as xml) the "surname" element
 void xsetUserID(org.apache.xmlbeans.XmlToken userID)
          Sets (as xml) the "userID" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getSurname

String getSurname()
Gets the "surname" element


xgetSurname

org.apache.xmlbeans.XmlToken xgetSurname()
Gets (as xml) the "surname" element


setSurname

void setSurname(String surname)
Sets the "surname" element


xsetSurname

void xsetSurname(org.apache.xmlbeans.XmlToken surname)
Sets (as xml) the "surname" element


getName

String getName()
Gets the "name" element


xgetName

org.apache.xmlbeans.XmlToken xgetName()
Gets (as xml) the "name" element


setName

void setName(String name)
Sets the "name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlToken name)
Sets (as xml) the "name" element


getUserID

String getUserID()
Gets the "userID" element


xgetUserID

org.apache.xmlbeans.XmlToken xgetUserID()
Gets (as xml) the "userID" element


setUserID

void setUserID(String userID)
Sets the "userID" element


xsetUserID

void xsetUserID(org.apache.xmlbeans.XmlToken userID)
Sets (as xml) the "userID" element


getAffiliation

String getAffiliation()
Gets the "affiliation" element


xgetAffiliation

org.apache.xmlbeans.XmlToken xgetAffiliation()
Gets (as xml) the "affiliation" element


setAffiliation

void setAffiliation(String affiliation)
Sets the "affiliation" element


xsetAffiliation

void xsetAffiliation(org.apache.xmlbeans.XmlToken affiliation)
Sets (as xml) the "affiliation" element


getPhoneNumber

String getPhoneNumber()
Gets the "phoneNumber" element


xgetPhoneNumber

org.apache.xmlbeans.XmlToken xgetPhoneNumber()
Gets (as xml) the "phoneNumber" element


setPhoneNumber

void setPhoneNumber(String phoneNumber)
Sets the "phoneNumber" element


xsetPhoneNumber

void xsetPhoneNumber(org.apache.xmlbeans.XmlToken phoneNumber)
Sets (as xml) the "phoneNumber" element


getEmail

String getEmail()
Gets the "email" element


xgetEmail

org.apache.xmlbeans.XmlToken xgetEmail()
Gets (as xml) the "email" element


setEmail

void setEmail(String email)
Sets the "email" element


xsetEmail

void xsetEmail(org.apache.xmlbeans.XmlToken email)
Sets (as xml) the "email" element


getId

String getId()
Gets the "id" attribute


xgetId

org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute


isSetId

boolean isSetId()
True if has "id" attribute


setId

void setId(String id)
Sets the "id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute


unsetId

void unsetId()
Unsets the "id" attribute



Copyright © 2004-2012 52north.org. All Rights Reserved.