Package net.opengis.ows.x11
Interface ResponsiblePartyType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ResponsiblePartyTypeImpl
public interface ResponsiblePartyType extends org.apache.xmlbeans.XmlObjectAn XML ResponsiblePartyType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResponsiblePartyType.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" elementStringgetOrganisationName()Gets the "OrganisationName" elementStringgetPositionName()Gets the "PositionName" elementCodeTypegetRole()Gets the "Role" elementbooleanisSetContactInfo()True if has "ContactInfo" elementbooleanisSetIndividualName()True if has "IndividualName" elementbooleanisSetOrganisationName()True if has "OrganisationName" elementbooleanisSetPositionName()True if has "PositionName" elementvoidsetContactInfo(ContactType contactInfo)Sets the "ContactInfo" elementvoidsetIndividualName(String individualName)Sets the "IndividualName" elementvoidsetOrganisationName(String organisationName)Sets the "OrganisationName" elementvoidsetPositionName(String positionName)Sets the "PositionName" elementvoidsetRole(CodeType role)Sets the "Role" elementvoidunsetContactInfo()Unsets the "ContactInfo" elementvoidunsetIndividualName()Unsets the "IndividualName" elementvoidunsetOrganisationName()Unsets the "OrganisationName" elementvoidunsetPositionName()Unsets the "PositionName" elementorg.apache.xmlbeans.XmlStringxgetIndividualName()Gets (as xml) the "IndividualName" elementorg.apache.xmlbeans.XmlStringxgetOrganisationName()Gets (as xml) the "OrganisationName" elementorg.apache.xmlbeans.XmlStringxgetPositionName()Gets (as xml) the "PositionName" elementvoidxsetIndividualName(org.apache.xmlbeans.XmlString individualName)Sets (as xml) the "IndividualName" elementvoidxsetOrganisationName(org.apache.xmlbeans.XmlString organisationName)Sets (as xml) the "OrganisationName" 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
-
getOrganisationName
String getOrganisationName()
Gets the "OrganisationName" element
-
xgetOrganisationName
org.apache.xmlbeans.XmlString xgetOrganisationName()
Gets (as xml) the "OrganisationName" element
-
isSetOrganisationName
boolean isSetOrganisationName()
True if has "OrganisationName" element
-
setOrganisationName
void setOrganisationName(String organisationName)
Sets the "OrganisationName" element
-
xsetOrganisationName
void xsetOrganisationName(org.apache.xmlbeans.XmlString organisationName)
Sets (as xml) the "OrganisationName" element
-
unsetOrganisationName
void unsetOrganisationName()
Unsets the "OrganisationName" 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
-
setRole
void setRole(CodeType role)
Sets the "Role" element
-
addNewRole
CodeType addNewRole()
Appends and returns a new empty "Role" element
-
-