public interface ContactType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContactType.Address
An XML address(@http://inspire.ec.europa.eu/schemas/base2/2.0).
|
static interface |
ContactType.ElectronicMailAddress
An XML electronicMailAddress(@http://inspire.ec.europa.eu/schemas/base2/2.0).
|
static class |
ContactType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
ContactType.TelephoneFacsimile
An XML telephoneFacsimile(@http://inspire.ec.europa.eu/schemas/base2/2.0).
|
static interface |
ContactType.TelephoneVoice
An XML telephoneVoice(@http://inspire.ec.europa.eu/schemas/base2/2.0).
|
static interface |
ContactType.Website
An XML website(@http://inspire.ec.europa.eu/schemas/base2/2.0).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ContactType.Address |
addNewAddress()
Appends and returns a new empty "address" element
|
PTFreeTextPropertyType |
addNewContactInstructions()
Appends and returns a new empty "contactInstructions" element
|
ContactType.ElectronicMailAddress |
addNewElectronicMailAddress()
Appends and returns a new empty "electronicMailAddress" element
|
PTFreeTextPropertyType |
addNewHoursOfService()
Appends and returns a new empty "hoursOfService" element
|
ContactType.TelephoneFacsimile |
addNewTelephoneFacsimile()
Appends and returns a new empty value (as xml) as the last "telephoneFacsimile" element
|
ContactType.TelephoneVoice |
addNewTelephoneVoice()
Appends and returns a new empty value (as xml) as the last "telephoneVoice" element
|
ContactType.Website |
addNewWebsite()
Appends and returns a new empty "website" element
|
ContactType.Address |
getAddress()
Gets the "address" element
|
PTFreeTextPropertyType |
getContactInstructions()
Gets the "contactInstructions" element
|
ContactType.ElectronicMailAddress |
getElectronicMailAddress()
Gets the "electronicMailAddress" element
|
PTFreeTextPropertyType |
getHoursOfService()
Gets the "hoursOfService" element
|
ContactType.TelephoneFacsimile[] |
getTelephoneFacsimileArray()
Gets array of all "telephoneFacsimile" elements
|
ContactType.TelephoneFacsimile |
getTelephoneFacsimileArray(int i)
Gets ith "telephoneFacsimile" element
|
ContactType.TelephoneVoice[] |
getTelephoneVoiceArray()
Gets array of all "telephoneVoice" elements
|
ContactType.TelephoneVoice |
getTelephoneVoiceArray(int i)
Gets ith "telephoneVoice" element
|
ContactType.Website |
getWebsite()
Gets the "website" element
|
ContactType.TelephoneFacsimile |
insertNewTelephoneFacsimile(int i)
Inserts and returns a new empty value (as xml) as the ith "telephoneFacsimile" element
|
ContactType.TelephoneVoice |
insertNewTelephoneVoice(int i)
Inserts and returns a new empty value (as xml) as the ith "telephoneVoice" element
|
boolean |
isNilAddress()
Tests for nil "address" element
|
boolean |
isNilContactInstructions()
Tests for nil "contactInstructions" element
|
boolean |
isNilElectronicMailAddress()
Tests for nil "electronicMailAddress" element
|
boolean |
isNilHoursOfService()
Tests for nil "hoursOfService" element
|
boolean |
isNilTelephoneFacsimileArray(int i)
Tests for nil ith "telephoneFacsimile" element
|
boolean |
isNilTelephoneVoiceArray(int i)
Tests for nil ith "telephoneVoice" element
|
boolean |
isNilWebsite()
Tests for nil "website" element
|
boolean |
isSetAddress()
True if has "address" element
|
boolean |
isSetContactInstructions()
True if has "contactInstructions" element
|
boolean |
isSetElectronicMailAddress()
True if has "electronicMailAddress" element
|
boolean |
isSetHoursOfService()
True if has "hoursOfService" element
|
boolean |
isSetWebsite()
True if has "website" element
|
void |
removeTelephoneFacsimile(int i)
Removes the ith "telephoneFacsimile" element
|
void |
removeTelephoneVoice(int i)
Removes the ith "telephoneVoice" element
|
void |
setAddress(ContactType.Address address)
Sets the "address" element
|
void |
setContactInstructions(PTFreeTextPropertyType contactInstructions)
Sets the "contactInstructions" element
|
void |
setElectronicMailAddress(ContactType.ElectronicMailAddress electronicMailAddress)
Sets the "electronicMailAddress" element
|
void |
setHoursOfService(PTFreeTextPropertyType hoursOfService)
Sets the "hoursOfService" element
|
void |
setNilAddress()
Nils the "address" element
|
void |
setNilContactInstructions()
Nils the "contactInstructions" element
|
void |
setNilElectronicMailAddress()
Nils the "electronicMailAddress" element
|
void |
setNilHoursOfService()
Nils the "hoursOfService" element
|
void |
setNilTelephoneFacsimileArray(int i)
Nils the ith "telephoneFacsimile" element
|
void |
setNilTelephoneVoiceArray(int i)
Nils the ith "telephoneVoice" element
|
void |
setNilWebsite()
Nils the "website" element
|
void |
setTelephoneFacsimileArray(ContactType.TelephoneFacsimile[] telephoneFacsimileArray)
Sets array of all "telephoneFacsimile" element
|
void |
setTelephoneFacsimileArray(int i,
ContactType.TelephoneFacsimile telephoneFacsimile)
Sets ith "telephoneFacsimile" element
|
void |
setTelephoneVoiceArray(ContactType.TelephoneVoice[] telephoneVoiceArray)
Sets array of all "telephoneVoice" element
|
void |
setTelephoneVoiceArray(int i,
ContactType.TelephoneVoice telephoneVoice)
Sets ith "telephoneVoice" element
|
void |
setWebsite(ContactType.Website website)
Sets the "website" element
|
int |
sizeOfTelephoneFacsimileArray()
Returns number of "telephoneFacsimile" element
|
int |
sizeOfTelephoneVoiceArray()
Returns number of "telephoneVoice" element
|
void |
unsetAddress()
Unsets the "address" element
|
void |
unsetContactInstructions()
Unsets the "contactInstructions" element
|
void |
unsetElectronicMailAddress()
Unsets the "electronicMailAddress" element
|
void |
unsetHoursOfService()
Unsets the "hoursOfService" element
|
void |
unsetWebsite()
Unsets the "website" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextContactType.Address getAddress()
boolean isNilAddress()
boolean isSetAddress()
void setAddress(ContactType.Address address)
ContactType.Address addNewAddress()
void setNilAddress()
void unsetAddress()
PTFreeTextPropertyType getContactInstructions()
boolean isNilContactInstructions()
boolean isSetContactInstructions()
void setContactInstructions(PTFreeTextPropertyType contactInstructions)
PTFreeTextPropertyType addNewContactInstructions()
void setNilContactInstructions()
void unsetContactInstructions()
ContactType.ElectronicMailAddress getElectronicMailAddress()
boolean isNilElectronicMailAddress()
boolean isSetElectronicMailAddress()
void setElectronicMailAddress(ContactType.ElectronicMailAddress electronicMailAddress)
ContactType.ElectronicMailAddress addNewElectronicMailAddress()
void setNilElectronicMailAddress()
void unsetElectronicMailAddress()
PTFreeTextPropertyType getHoursOfService()
boolean isNilHoursOfService()
boolean isSetHoursOfService()
void setHoursOfService(PTFreeTextPropertyType hoursOfService)
PTFreeTextPropertyType addNewHoursOfService()
void setNilHoursOfService()
void unsetHoursOfService()
ContactType.TelephoneFacsimile[] getTelephoneFacsimileArray()
ContactType.TelephoneFacsimile getTelephoneFacsimileArray(int i)
boolean isNilTelephoneFacsimileArray(int i)
int sizeOfTelephoneFacsimileArray()
void setTelephoneFacsimileArray(ContactType.TelephoneFacsimile[] telephoneFacsimileArray)
void setTelephoneFacsimileArray(int i,
ContactType.TelephoneFacsimile telephoneFacsimile)
void setNilTelephoneFacsimileArray(int i)
ContactType.TelephoneFacsimile insertNewTelephoneFacsimile(int i)
ContactType.TelephoneFacsimile addNewTelephoneFacsimile()
void removeTelephoneFacsimile(int i)
ContactType.TelephoneVoice[] getTelephoneVoiceArray()
ContactType.TelephoneVoice getTelephoneVoiceArray(int i)
boolean isNilTelephoneVoiceArray(int i)
int sizeOfTelephoneVoiceArray()
void setTelephoneVoiceArray(ContactType.TelephoneVoice[] telephoneVoiceArray)
void setTelephoneVoiceArray(int i,
ContactType.TelephoneVoice telephoneVoice)
void setNilTelephoneVoiceArray(int i)
ContactType.TelephoneVoice insertNewTelephoneVoice(int i)
ContactType.TelephoneVoice addNewTelephoneVoice()
void removeTelephoneVoice(int i)
ContactType.Website getWebsite()
boolean isNilWebsite()
boolean isSetWebsite()
void setWebsite(ContactType.Website website)
ContactType.Website addNewWebsite()
void setNilWebsite()
void unsetWebsite()
Copyright © 2018 52north.org. All rights reserved.