|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PersonDocument.Person
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String getSurname()
org.apache.xmlbeans.XmlToken xgetSurname()
void setSurname(String surname)
void xsetSurname(org.apache.xmlbeans.XmlToken surname)
String getName()
org.apache.xmlbeans.XmlToken xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlToken name)
String getUserID()
org.apache.xmlbeans.XmlToken xgetUserID()
void setUserID(String userID)
void xsetUserID(org.apache.xmlbeans.XmlToken userID)
String getAffiliation()
org.apache.xmlbeans.XmlToken xgetAffiliation()
void setAffiliation(String affiliation)
void xsetAffiliation(org.apache.xmlbeans.XmlToken affiliation)
String getPhoneNumber()
org.apache.xmlbeans.XmlToken xgetPhoneNumber()
void setPhoneNumber(String phoneNumber)
void xsetPhoneNumber(org.apache.xmlbeans.XmlToken phoneNumber)
String getEmail()
org.apache.xmlbeans.XmlToken xgetEmail()
void setEmail(String email)
void xsetEmail(org.apache.xmlbeans.XmlToken email)
String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |