Package net.opengis.sensorML.x101
Interface ResponsiblePartyDocument.ResponsibleParty
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ResponsiblePartyDocumentImpl.ResponsiblePartyImpl
- Enclosing interface:
- ResponsiblePartyDocument
public static interface ResponsiblePartyDocument.ResponsibleParty extends org.apache.xmlbeans.XmlObjectAn XML ResponsibleParty(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResponsiblePartyDocument.ResponsibleParty.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 ContactInfoDocument.ContactInfoaddNewContactInfo()Appends and returns a new empty "contactInfo" elementContactInfoDocument.ContactInfogetContactInfo()Gets the "contactInfo" elementStringgetId()Gets the "id" attributeStringgetIndividualName()Gets the "individualName" elementStringgetOrganizationName()Gets the "organizationName" elementStringgetPositionName()Gets the "positionName" elementbooleanisSetContactInfo()True if has "contactInfo" elementbooleanisSetId()True if has "id" attributebooleanisSetIndividualName()True if has "individualName" elementbooleanisSetOrganizationName()True if has "organizationName" elementbooleanisSetPositionName()True if has "positionName" elementvoidsetContactInfo(ContactInfoDocument.ContactInfo contactInfo)Sets the "contactInfo" elementvoidsetId(String id)Sets the "id" attributevoidsetIndividualName(String individualName)Sets the "individualName" elementvoidsetOrganizationName(String organizationName)Sets the "organizationName" elementvoidsetPositionName(String positionName)Sets the "positionName" elementvoidunsetContactInfo()Unsets the "contactInfo" elementvoidunsetId()Unsets the "id" attributevoidunsetIndividualName()Unsets the "individualName" elementvoidunsetOrganizationName()Unsets the "organizationName" elementvoidunsetPositionName()Unsets the "positionName" elementorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlStringxgetIndividualName()Gets (as xml) the "individualName" elementorg.apache.xmlbeans.XmlStringxgetOrganizationName()Gets (as xml) the "organizationName" elementorg.apache.xmlbeans.XmlStringxgetPositionName()Gets (as xml) the "positionName" elementvoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attributevoidxsetIndividualName(org.apache.xmlbeans.XmlString individualName)Sets (as xml) the "individualName" elementvoidxsetOrganizationName(org.apache.xmlbeans.XmlString organizationName)Sets (as xml) the "organizationName" elementvoidxsetPositionName(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
-
-
-
-
Method Detail
-
getIndividualName
String getIndividualName()
Gets the "individualName" element
-
xgetIndividualName
org.apache.xmlbeans.XmlString xgetIndividualName()
Gets (as xml) the "individualName" element
-
isSetIndividualName
boolean isSetIndividualName()
True if has "individualName" element
-
setIndividualName
void setIndividualName(String individualName)
Sets the "individualName" element
-
xsetIndividualName
void xsetIndividualName(org.apache.xmlbeans.XmlString individualName)
Sets (as xml) the "individualName" element
-
unsetIndividualName
void unsetIndividualName()
Unsets the "individualName" element
-
getOrganizationName
String getOrganizationName()
Gets the "organizationName" element
-
xgetOrganizationName
org.apache.xmlbeans.XmlString xgetOrganizationName()
Gets (as xml) the "organizationName" element
-
isSetOrganizationName
boolean isSetOrganizationName()
True if has "organizationName" element
-
setOrganizationName
void setOrganizationName(String organizationName)
Sets the "organizationName" element
-
xsetOrganizationName
void xsetOrganizationName(org.apache.xmlbeans.XmlString organizationName)
Sets (as xml) the "organizationName" element
-
unsetOrganizationName
void unsetOrganizationName()
Unsets the "organizationName" element
-
getPositionName
String getPositionName()
Gets the "positionName" element
-
xgetPositionName
org.apache.xmlbeans.XmlString xgetPositionName()
Gets (as xml) the "positionName" element
-
isSetPositionName
boolean isSetPositionName()
True if has "positionName" element
-
setPositionName
void setPositionName(String positionName)
Sets the "positionName" element
-
xsetPositionName
void xsetPositionName(org.apache.xmlbeans.XmlString positionName)
Sets (as xml) the "positionName" element
-
unsetPositionName
void unsetPositionName()
Unsets the "positionName" element
-
getContactInfo
ContactInfoDocument.ContactInfo getContactInfo()
Gets the "contactInfo" element
-
isSetContactInfo
boolean isSetContactInfo()
True if has "contactInfo" element
-
setContactInfo
void setContactInfo(ContactInfoDocument.ContactInfo contactInfo)
Sets the "contactInfo" element
-
addNewContactInfo
ContactInfoDocument.ContactInfo addNewContactInfo()
Appends and returns a new empty "contactInfo" element
-
unsetContactInfo
void unsetContactInfo()
Unsets the "contactInfo" 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
-
-