net.opengis.sensorML.x10
Interface ContactInfoDocument.ContactInfo

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ContactInfoDocumentImpl.ContactInfoImpl
Enclosing interface:
ContactInfoDocument

public static interface ContactInfoDocument.ContactInfo
extends org.apache.xmlbeans.XmlObject

An XML contactInfo(@http://www.opengis.net/sensorML/1.0). This is a complex type.


Nested Class Summary
static interface ContactInfoDocument.ContactInfo.Address
          An XML address(@http://www.opengis.net/sensorML/1.0).
static class ContactInfoDocument.ContactInfo.Factory
          A factory class with static methods for creating instances of this type.
static interface ContactInfoDocument.ContactInfo.Phone
          An XML phone(@http://www.opengis.net/sensorML/1.0).
 
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
 ContactInfoDocument.ContactInfo.Address addNewAddress()
          Appends and returns a new empty "address" element
 OnlineResourceDocument.OnlineResource addNewOnlineResource()
          Appends and returns a new empty value (as xml) as the last "onlineResource" element
 ContactInfoDocument.ContactInfo.Phone addNewPhone()
          Appends and returns a new empty "phone" element
 ContactInfoDocument.ContactInfo.Address getAddress()
          Gets the "address" element
 String getContactInstructions()
          Gets the "contactInstructions" element
 String getHoursOfService()
          Gets the "hoursOfService" element
 OnlineResourceDocument.OnlineResource[] getOnlineResourceArray()
          Gets array of all "onlineResource" elements
 OnlineResourceDocument.OnlineResource getOnlineResourceArray(int i)
          Gets ith "onlineResource" element
 ContactInfoDocument.ContactInfo.Phone getPhone()
          Gets the "phone" element
 OnlineResourceDocument.OnlineResource insertNewOnlineResource(int i)
          Inserts and returns a new empty value (as xml) as the ith "onlineResource" element
 boolean isSetAddress()
          True if has "address" element
 boolean isSetContactInstructions()
          True if has "contactInstructions" element
 boolean isSetHoursOfService()
          True if has "hoursOfService" element
 boolean isSetPhone()
          True if has "phone" element
 void removeOnlineResource(int i)
          Removes the ith "onlineResource" element
 void setAddress(ContactInfoDocument.ContactInfo.Address address)
          Sets the "address" element
 void setContactInstructions(String contactInstructions)
          Sets the "contactInstructions" element
 void setHoursOfService(String hoursOfService)
          Sets the "hoursOfService" element
 void setOnlineResourceArray(int i, OnlineResourceDocument.OnlineResource onlineResource)
          Sets ith "onlineResource" element
 void setOnlineResourceArray(OnlineResourceDocument.OnlineResource[] onlineResourceArray)
          Sets array of all "onlineResource" element
 void setPhone(ContactInfoDocument.ContactInfo.Phone phone)
          Sets the "phone" element
 int sizeOfOnlineResourceArray()
          Returns number of "onlineResource" element
 void unsetAddress()
          Unsets the "address" element
 void unsetContactInstructions()
          Unsets the "contactInstructions" element
 void unsetHoursOfService()
          Unsets the "hoursOfService" 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, 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

ContactInfoDocument.ContactInfo.Phone getPhone()
Gets the "phone" element


isSetPhone

boolean isSetPhone()
True if has "phone" element


setPhone

void setPhone(ContactInfoDocument.ContactInfo.Phone phone)
Sets the "phone" element


addNewPhone

ContactInfoDocument.ContactInfo.Phone addNewPhone()
Appends and returns a new empty "phone" element


unsetPhone

void unsetPhone()
Unsets the "phone" element


getAddress

ContactInfoDocument.ContactInfo.Address getAddress()
Gets the "address" element


isSetAddress

boolean isSetAddress()
True if has "address" element


setAddress

void setAddress(ContactInfoDocument.ContactInfo.Address address)
Sets the "address" element


addNewAddress

ContactInfoDocument.ContactInfo.Address addNewAddress()
Appends and returns a new empty "address" element


unsetAddress

void unsetAddress()
Unsets the "address" element


getOnlineResourceArray

OnlineResourceDocument.OnlineResource[] getOnlineResourceArray()
Gets array of all "onlineResource" elements


getOnlineResourceArray

OnlineResourceDocument.OnlineResource getOnlineResourceArray(int i)
Gets ith "onlineResource" element


sizeOfOnlineResourceArray

int sizeOfOnlineResourceArray()
Returns number of "onlineResource" element


setOnlineResourceArray

void setOnlineResourceArray(OnlineResourceDocument.OnlineResource[] onlineResourceArray)
Sets array of all "onlineResource" element


setOnlineResourceArray

void setOnlineResourceArray(int i,
                            OnlineResourceDocument.OnlineResource onlineResource)
Sets ith "onlineResource" element


insertNewOnlineResource

OnlineResourceDocument.OnlineResource insertNewOnlineResource(int i)
Inserts and returns a new empty value (as xml) as the ith "onlineResource" element


addNewOnlineResource

OnlineResourceDocument.OnlineResource addNewOnlineResource()
Appends and returns a new empty value (as xml) as the last "onlineResource" element


removeOnlineResource

void removeOnlineResource(int i)
Removes the ith "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-2013 52north.org. All Rights Reserved.