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.XmlObject

An XML ContactType(@http://www.opengis.net/ows/1.1). This is a complex type.


Nested Class Summary
static class ContactType.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
 AddressType addNewAddress()
          Appends and returns a new empty "Address" element
 OnlineResourceType addNewOnlineResource()
          Appends and returns a new empty "OnlineResource" element
 TelephoneType addNewPhone()
          Appends and returns a new empty "Phone" element
 AddressType getAddress()
          Gets the "Address" element
 String getContactInstructions()
          Gets the "ContactInstructions" element
 String getHoursOfService()
          Gets the "HoursOfService" element
 OnlineResourceType getOnlineResource()
          Gets the "OnlineResource" element
 TelephoneType getPhone()
          Gets the "Phone" element
 boolean isSetAddress()
          True if has "Address" element
 boolean isSetContactInstructions()
          True if has "ContactInstructions" element
 boolean isSetHoursOfService()
          True if has "HoursOfService" element
 boolean isSetOnlineResource()
          True if has "OnlineResource" element
 boolean isSetPhone()
          True if has "Phone" element
 void setAddress(AddressType address)
          Sets the "Address" element
 void setContactInstructions(String contactInstructions)
          Sets the "ContactInstructions" element
 void setHoursOfService(String hoursOfService)
          Sets the "HoursOfService" element
 void setOnlineResource(OnlineResourceType onlineResource)
          Sets the "OnlineResource" element
 void setPhone(TelephoneType phone)
          Sets the "Phone" element
 void unsetAddress()
          Unsets the "Address" element
 void unsetContactInstructions()
          Unsets the "ContactInstructions" element
 void unsetHoursOfService()
          Unsets the "HoursOfService" element
 void unsetOnlineResource()
          Unsets the "OnlineResource" element
 void unsetPhone()
          Unsets the "Phone" element
 org.apache.xmlbeans.XmlString xgetContactInstructions()
          Gets (as xml) the "ContactInstructions" element
 org.apache.xmlbeans.XmlString xgetHoursOfService()
          Gets (as xml) the "HoursOfService" element
 void xsetContactInstructions(org.apache.xmlbeans.XmlString contactInstructions)
          Sets (as xml) the "ContactInstructions" element
 void xsetHoursOfService(org.apache.xmlbeans.XmlString hoursOfService)
          Sets (as xml) the "HoursOfService" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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

type

static final org.apache.xmlbeans.SchemaType type
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



Copyright © 2004-2012 52north.org. All Rights Reserved.