Package net.opengis.ows.x11
Interface ResponsiblePartySubsetType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ResponsiblePartySubsetTypeImpl
public interface ResponsiblePartySubsetType extends org.apache.xmlbeans.XmlObjectAn XML ResponsiblePartySubsetType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResponsiblePartySubsetType.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 ContactTypeaddNewContactInfo()Appends and returns a new empty "ContactInfo" elementCodeTypeaddNewRole()Appends and returns a new empty "Role" elementContactTypegetContactInfo()Gets the "ContactInfo" elementStringgetIndividualName()Gets the "IndividualName" elementStringgetPositionName()Gets the "PositionName" elementCodeTypegetRole()Gets the "Role" elementbooleanisSetContactInfo()True if has "ContactInfo" elementbooleanisSetIndividualName()True if has "IndividualName" elementbooleanisSetPositionName()True if has "PositionName" elementbooleanisSetRole()True if has "Role" elementvoidsetContactInfo(ContactType contactInfo)Sets the "ContactInfo" elementvoidsetIndividualName(String individualName)Sets the "IndividualName" elementvoidsetPositionName(String positionName)Sets the "PositionName" elementvoidsetRole(CodeType role)Sets the "Role" elementvoidunsetContactInfo()Unsets the "ContactInfo" elementvoidunsetIndividualName()Unsets the "IndividualName" elementvoidunsetPositionName()Unsets the "PositionName" elementvoidunsetRole()Unsets the "Role" elementorg.apache.xmlbeans.XmlStringxgetIndividualName()Gets (as xml) the "IndividualName" elementorg.apache.xmlbeans.XmlStringxgetPositionName()Gets (as xml) the "PositionName" elementvoidxsetIndividualName(org.apache.xmlbeans.XmlString individualName)Sets (as xml) the "IndividualName" 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
-
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
ContactType getContactInfo()
Gets the "ContactInfo" element
-
isSetContactInfo
boolean isSetContactInfo()
True if has "ContactInfo" element
-
setContactInfo
void setContactInfo(ContactType contactInfo)
Sets the "ContactInfo" element
-
addNewContactInfo
ContactType addNewContactInfo()
Appends and returns a new empty "ContactInfo" element
-
unsetContactInfo
void unsetContactInfo()
Unsets the "ContactInfo" element
-
getRole
CodeType getRole()
Gets the "Role" element
-
isSetRole
boolean isSetRole()
True if has "Role" element
-
setRole
void setRole(CodeType role)
Sets the "Role" element
-
addNewRole
CodeType addNewRole()
Appends and returns a new empty "Role" element
-
unsetRole
void unsetRole()
Unsets the "Role" element
-
-