Package net.opengis.sensorML.x101
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.XmlObjectAn XML Person(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPersonDocument.Person.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAffiliation()Gets the "affiliation" elementStringgetEmail()Gets the "email" elementStringgetId()Gets the "id" attributeStringgetName()Gets the "name" elementStringgetPhoneNumber()Gets the "phoneNumber" elementStringgetSurname()Gets the "surname" elementStringgetUserID()Gets the "userID" elementbooleanisSetId()True if has "id" attributevoidsetAffiliation(String affiliation)Sets the "affiliation" elementvoidsetEmail(String email)Sets the "email" elementvoidsetId(String id)Sets the "id" attributevoidsetName(String name)Sets the "name" elementvoidsetPhoneNumber(String phoneNumber)Sets the "phoneNumber" elementvoidsetSurname(String surname)Sets the "surname" elementvoidsetUserID(String userID)Sets the "userID" elementvoidunsetId()Unsets the "id" attributeorg.apache.xmlbeans.XmlTokenxgetAffiliation()Gets (as xml) the "affiliation" elementorg.apache.xmlbeans.XmlTokenxgetEmail()Gets (as xml) the "email" elementorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlTokenxgetName()Gets (as xml) the "name" elementorg.apache.xmlbeans.XmlTokenxgetPhoneNumber()Gets (as xml) the "phoneNumber" elementorg.apache.xmlbeans.XmlTokenxgetSurname()Gets (as xml) the "surname" elementorg.apache.xmlbeans.XmlTokenxgetUserID()Gets (as xml) the "userID" elementvoidxsetAffiliation(org.apache.xmlbeans.XmlToken affiliation)Sets (as xml) the "affiliation" elementvoidxsetEmail(org.apache.xmlbeans.XmlToken email)Sets (as xml) the "email" elementvoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attributevoidxsetName(org.apache.xmlbeans.XmlToken name)Sets (as xml) the "name" elementvoidxsetPhoneNumber(org.apache.xmlbeans.XmlToken phoneNumber)Sets (as xml) the "phoneNumber" elementvoidxsetSurname(org.apache.xmlbeans.XmlToken surname)Sets (as xml) the "surname" elementvoidxsetUserID(org.apache.xmlbeans.XmlToken userID)Sets (as xml) the "userID" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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
-
-
-
-
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
-
-