Package net.opengis.sensorML.x101
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.XmlObjectAn XML contactInfo(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceContactInfoDocument.ContactInfo.AddressAn XML address(@http://www.opengis.net/sensorML/1.0.1).static classContactInfoDocument.ContactInfo.FactoryA factory class with static methods for creating instances of this type.static interfaceContactInfoDocument.ContactInfo.PhoneAn XML phone(@http://www.opengis.net/sensorML/1.0.1).
-
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 ContactInfoDocument.ContactInfo.AddressaddNewAddress()Appends and returns a new empty "address" elementOnlineResourceDocument.OnlineResourceaddNewOnlineResource()Appends and returns a new empty value (as xml) as the last "onlineResource" elementContactInfoDocument.ContactInfo.PhoneaddNewPhone()Appends and returns a new empty "phone" elementContactInfoDocument.ContactInfo.AddressgetAddress()Gets the "address" elementStringgetContactInstructions()Gets the "contactInstructions" elementStringgetHoursOfService()Gets the "hoursOfService" elementOnlineResourceDocument.OnlineResource[]getOnlineResourceArray()Gets array of all "onlineResource" elementsOnlineResourceDocument.OnlineResourcegetOnlineResourceArray(int i)Gets ith "onlineResource" elementContactInfoDocument.ContactInfo.PhonegetPhone()Gets the "phone" elementOnlineResourceDocument.OnlineResourceinsertNewOnlineResource(int i)Inserts and returns a new empty value (as xml) as the ith "onlineResource" elementbooleanisSetAddress()True if has "address" elementbooleanisSetContactInstructions()True if has "contactInstructions" elementbooleanisSetHoursOfService()True if has "hoursOfService" elementbooleanisSetPhone()True if has "phone" elementvoidremoveOnlineResource(int i)Removes the ith "onlineResource" elementvoidsetAddress(ContactInfoDocument.ContactInfo.Address address)Sets the "address" elementvoidsetContactInstructions(String contactInstructions)Sets the "contactInstructions" elementvoidsetHoursOfService(String hoursOfService)Sets the "hoursOfService" elementvoidsetOnlineResourceArray(int i, OnlineResourceDocument.OnlineResource onlineResource)Sets ith "onlineResource" elementvoidsetOnlineResourceArray(OnlineResourceDocument.OnlineResource[] onlineResourceArray)Sets array of all "onlineResource" elementvoidsetPhone(ContactInfoDocument.ContactInfo.Phone phone)Sets the "phone" elementintsizeOfOnlineResourceArray()Returns number of "onlineResource" elementvoidunsetAddress()Unsets the "address" elementvoidunsetContactInstructions()Unsets the "contactInstructions" elementvoidunsetHoursOfService()Unsets the "hoursOfService" 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
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
-
-