|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ContactInfoDocument.ContactInfo
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, 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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
ContactInfoDocument.ContactInfo.Phone getPhone()
boolean isSetPhone()
void setPhone(ContactInfoDocument.ContactInfo.Phone phone)
ContactInfoDocument.ContactInfo.Phone addNewPhone()
void unsetPhone()
ContactInfoDocument.ContactInfo.Address getAddress()
boolean isSetAddress()
void setAddress(ContactInfoDocument.ContactInfo.Address address)
ContactInfoDocument.ContactInfo.Address addNewAddress()
void unsetAddress()
OnlineResourceDocument.OnlineResource[] getOnlineResourceArray()
OnlineResourceDocument.OnlineResource getOnlineResourceArray(int i)
int sizeOfOnlineResourceArray()
void setOnlineResourceArray(OnlineResourceDocument.OnlineResource[] onlineResourceArray)
void setOnlineResourceArray(int i, OnlineResourceDocument.OnlineResource onlineResource)
OnlineResourceDocument.OnlineResource insertNewOnlineResource(int i)
OnlineResourceDocument.OnlineResource addNewOnlineResource()
void removeOnlineResource(int i)
String getHoursOfService()
org.apache.xmlbeans.XmlString xgetHoursOfService()
boolean isSetHoursOfService()
void setHoursOfService(String hoursOfService)
void xsetHoursOfService(org.apache.xmlbeans.XmlString hoursOfService)
void unsetHoursOfService()
String getContactInstructions()
org.apache.xmlbeans.XmlString xgetContactInstructions()
boolean isSetContactInstructions()
void setContactInstructions(String contactInstructions)
void xsetContactInstructions(org.apache.xmlbeans.XmlString contactInstructions)
void unsetContactInstructions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |