|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ResponsiblePartyDocument.ResponsibleParty
An XML ResponsibleParty(@http://www.opengis.net/sensorML/1.0). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ResponsiblePartyDocument.ResponsibleParty.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 | |
---|---|
ContactInfoDocument.ContactInfo |
addNewContactInfo()
Appends and returns a new empty "contactInfo" element |
ContactInfoDocument.ContactInfo |
getContactInfo()
Gets the "contactInfo" element |
String |
getId()
Gets the "id" attribute |
String |
getIndividualName()
Gets the "individualName" element |
String |
getOrganizationName()
Gets the "organizationName" element |
String |
getPositionName()
Gets the "positionName" element |
boolean |
isSetContactInfo()
True if has "contactInfo" element |
boolean |
isSetId()
True if has "id" attribute |
boolean |
isSetIndividualName()
True if has "individualName" element |
boolean |
isSetOrganizationName()
True if has "organizationName" element |
boolean |
isSetPositionName()
True if has "positionName" element |
void |
setContactInfo(ContactInfoDocument.ContactInfo contactInfo)
Sets the "contactInfo" element |
void |
setId(String id)
Sets the "id" attribute |
void |
setIndividualName(String individualName)
Sets the "individualName" element |
void |
setOrganizationName(String organizationName)
Sets the "organizationName" element |
void |
setPositionName(String positionName)
Sets the "positionName" element |
void |
unsetContactInfo()
Unsets the "contactInfo" element |
void |
unsetId()
Unsets the "id" attribute |
void |
unsetIndividualName()
Unsets the "individualName" element |
void |
unsetOrganizationName()
Unsets the "organizationName" element |
void |
unsetPositionName()
Unsets the "positionName" element |
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "id" attribute |
org.apache.xmlbeans.XmlString |
xgetIndividualName()
Gets (as xml) the "individualName" element |
org.apache.xmlbeans.XmlString |
xgetOrganizationName()
Gets (as xml) the "organizationName" element |
org.apache.xmlbeans.XmlString |
xgetPositionName()
Gets (as xml) the "positionName" element |
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute |
void |
xsetIndividualName(org.apache.xmlbeans.XmlString individualName)
Sets (as xml) the "individualName" element |
void |
xsetOrganizationName(org.apache.xmlbeans.XmlString organizationName)
Sets (as xml) the "organizationName" element |
void |
xsetPositionName(org.apache.xmlbeans.XmlString positionName)
Sets (as xml) the "positionName" 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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String getIndividualName()
org.apache.xmlbeans.XmlString xgetIndividualName()
boolean isSetIndividualName()
void setIndividualName(String individualName)
void xsetIndividualName(org.apache.xmlbeans.XmlString individualName)
void unsetIndividualName()
String getOrganizationName()
org.apache.xmlbeans.XmlString xgetOrganizationName()
boolean isSetOrganizationName()
void setOrganizationName(String organizationName)
void xsetOrganizationName(org.apache.xmlbeans.XmlString organizationName)
void unsetOrganizationName()
String getPositionName()
org.apache.xmlbeans.XmlString xgetPositionName()
boolean isSetPositionName()
void setPositionName(String positionName)
void xsetPositionName(org.apache.xmlbeans.XmlString positionName)
void unsetPositionName()
ContactInfoDocument.ContactInfo getContactInfo()
boolean isSetContactInfo()
void setContactInfo(ContactInfoDocument.ContactInfo contactInfo)
ContactInfoDocument.ContactInfo addNewContactInfo()
void unsetContactInfo()
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 |