Package net.opengis.ows.x11
Interface ContactType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ContactTypeImpl
public interface ContactType extends org.apache.xmlbeans.XmlObjectAn XML ContactType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContactType.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 AddressTypeaddNewAddress()Appends and returns a new empty "Address" elementOnlineResourceTypeaddNewOnlineResource()Appends and returns a new empty "OnlineResource" elementTelephoneTypeaddNewPhone()Appends and returns a new empty "Phone" elementAddressTypegetAddress()Gets the "Address" elementStringgetContactInstructions()Gets the "ContactInstructions" elementStringgetHoursOfService()Gets the "HoursOfService" elementOnlineResourceTypegetOnlineResource()Gets the "OnlineResource" elementTelephoneTypegetPhone()Gets the "Phone" elementbooleanisSetAddress()True if has "Address" elementbooleanisSetContactInstructions()True if has "ContactInstructions" elementbooleanisSetHoursOfService()True if has "HoursOfService" elementbooleanisSetOnlineResource()True if has "OnlineResource" elementbooleanisSetPhone()True if has "Phone" elementvoidsetAddress(AddressType address)Sets the "Address" elementvoidsetContactInstructions(String contactInstructions)Sets the "ContactInstructions" elementvoidsetHoursOfService(String hoursOfService)Sets the "HoursOfService" elementvoidsetOnlineResource(OnlineResourceType onlineResource)Sets the "OnlineResource" elementvoidsetPhone(TelephoneType phone)Sets the "Phone" elementvoidunsetAddress()Unsets the "Address" elementvoidunsetContactInstructions()Unsets the "ContactInstructions" elementvoidunsetHoursOfService()Unsets the "HoursOfService" elementvoidunsetOnlineResource()Unsets the "OnlineResource" elementvoidunsetPhone()Unsets the "Phone" elementorg.apache.xmlbeans.XmlStringxgetContactInstructions()Gets (as xml) the "ContactInstructions" elementorg.apache.xmlbeans.XmlStringxgetHoursOfService()Gets (as xml) the "HoursOfService" elementvoidxsetContactInstructions(org.apache.xmlbeans.XmlString contactInstructions)Sets (as xml) the "ContactInstructions" elementvoidxsetHoursOfService(org.apache.xmlbeans.XmlString hoursOfService)Sets (as xml) the "HoursOfService" 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
-
getPhone
TelephoneType getPhone()
Gets the "Phone" element
-
isSetPhone
boolean isSetPhone()
True if has "Phone" element
-
setPhone
void setPhone(TelephoneType phone)
Sets the "Phone" element
-
addNewPhone
TelephoneType addNewPhone()
Appends and returns a new empty "Phone" element
-
unsetPhone
void unsetPhone()
Unsets the "Phone" element
-
getAddress
AddressType getAddress()
Gets the "Address" element
-
isSetAddress
boolean isSetAddress()
True if has "Address" element
-
setAddress
void setAddress(AddressType address)
Sets the "Address" element
-
addNewAddress
AddressType addNewAddress()
Appends and returns a new empty "Address" element
-
unsetAddress
void unsetAddress()
Unsets the "Address" element
-
getOnlineResource
OnlineResourceType getOnlineResource()
Gets the "OnlineResource" element
-
isSetOnlineResource
boolean isSetOnlineResource()
True if has "OnlineResource" element
-
setOnlineResource
void setOnlineResource(OnlineResourceType onlineResource)
Sets the "OnlineResource" element
-
addNewOnlineResource
OnlineResourceType addNewOnlineResource()
Appends and returns a new empty "OnlineResource" element
-
unsetOnlineResource
void unsetOnlineResource()
Unsets the "OnlineResource" element
-
getHoursOfService
String getHoursOfService()
Gets the "HoursOfService" element
-
xgetHoursOfService
org.apache.xmlbeans.XmlString xgetHoursOfService()
Gets (as xml) the "HoursOfService" element
-
isSetHoursOfService
boolean isSetHoursOfService()
True if has "HoursOfService" element
-
setHoursOfService
void setHoursOfService(String hoursOfService)
Sets the "HoursOfService" element
-
xsetHoursOfService
void xsetHoursOfService(org.apache.xmlbeans.XmlString hoursOfService)
Sets (as xml) the "HoursOfService" element
-
unsetHoursOfService
void unsetHoursOfService()
Unsets the "HoursOfService" element
-
getContactInstructions
String getContactInstructions()
Gets the "ContactInstructions" element
-
xgetContactInstructions
org.apache.xmlbeans.XmlString xgetContactInstructions()
Gets (as xml) the "ContactInstructions" element
-
isSetContactInstructions
boolean isSetContactInstructions()
True if has "ContactInstructions" element
-
setContactInstructions
void setContactInstructions(String contactInstructions)
Sets the "ContactInstructions" element
-
xsetContactInstructions
void xsetContactInstructions(org.apache.xmlbeans.XmlString contactInstructions)
Sets (as xml) the "ContactInstructions" element
-
unsetContactInstructions
void unsetContactInstructions()
Unsets the "ContactInstructions" element
-
-