Package org.isotc211.x2005.gmd
Interface CIContactType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CIContactTypeImpl
public interface CIContactType extends AbstractObjectType
An XML CI_Contact_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCIContactType.FactoryA factory class with static methods for creating instances of this type.
-
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 CIAddressPropertyTypeaddNewAddress()Appends and returns a new empty "address" elementCharacterStringPropertyTypeaddNewContactInstructions()Appends and returns a new empty "contactInstructions" elementCharacterStringPropertyTypeaddNewHoursOfService()Appends and returns a new empty "hoursOfService" elementCIOnlineResourcePropertyTypeaddNewOnlineResource()Appends and returns a new empty "onlineResource" elementCITelephonePropertyTypeaddNewPhone()Appends and returns a new empty "phone" elementCIAddressPropertyTypegetAddress()Gets the "address" elementCharacterStringPropertyTypegetContactInstructions()Gets the "contactInstructions" elementCharacterStringPropertyTypegetHoursOfService()Gets the "hoursOfService" elementCIOnlineResourcePropertyTypegetOnlineResource()Gets the "onlineResource" elementCITelephonePropertyTypegetPhone()Gets the "phone" elementbooleanisSetAddress()True if has "address" elementbooleanisSetContactInstructions()True if has "contactInstructions" elementbooleanisSetHoursOfService()True if has "hoursOfService" elementbooleanisSetOnlineResource()True if has "onlineResource" elementbooleanisSetPhone()True if has "phone" elementvoidsetAddress(CIAddressPropertyType address)Sets the "address" elementvoidsetContactInstructions(CharacterStringPropertyType contactInstructions)Sets the "contactInstructions" elementvoidsetHoursOfService(CharacterStringPropertyType hoursOfService)Sets the "hoursOfService" elementvoidsetOnlineResource(CIOnlineResourcePropertyType onlineResource)Sets the "onlineResource" elementvoidsetPhone(CITelephonePropertyType phone)Sets the "phone" elementvoidunsetAddress()Unsets the "address" elementvoidunsetContactInstructions()Unsets the "contactInstructions" elementvoidunsetHoursOfService()Unsets the "hoursOfService" elementvoidunsetOnlineResource()Unsets the "onlineResource" elementvoidunsetPhone()Unsets the "phone" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
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
CITelephonePropertyType getPhone()
Gets the "phone" element
-
isSetPhone
boolean isSetPhone()
True if has "phone" element
-
setPhone
void setPhone(CITelephonePropertyType phone)
Sets the "phone" element
-
addNewPhone
CITelephonePropertyType addNewPhone()
Appends and returns a new empty "phone" element
-
unsetPhone
void unsetPhone()
Unsets the "phone" element
-
getAddress
CIAddressPropertyType getAddress()
Gets the "address" element
-
isSetAddress
boolean isSetAddress()
True if has "address" element
-
setAddress
void setAddress(CIAddressPropertyType address)
Sets the "address" element
-
addNewAddress
CIAddressPropertyType addNewAddress()
Appends and returns a new empty "address" element
-
unsetAddress
void unsetAddress()
Unsets the "address" element
-
getOnlineResource
CIOnlineResourcePropertyType getOnlineResource()
Gets the "onlineResource" element
-
isSetOnlineResource
boolean isSetOnlineResource()
True if has "onlineResource" element
-
setOnlineResource
void setOnlineResource(CIOnlineResourcePropertyType onlineResource)
Sets the "onlineResource" element
-
addNewOnlineResource
CIOnlineResourcePropertyType addNewOnlineResource()
Appends and returns a new empty "onlineResource" element
-
unsetOnlineResource
void unsetOnlineResource()
Unsets the "onlineResource" element
-
getHoursOfService
CharacterStringPropertyType getHoursOfService()
Gets the "hoursOfService" element
-
isSetHoursOfService
boolean isSetHoursOfService()
True if has "hoursOfService" element
-
setHoursOfService
void setHoursOfService(CharacterStringPropertyType hoursOfService)
Sets the "hoursOfService" element
-
addNewHoursOfService
CharacterStringPropertyType addNewHoursOfService()
Appends and returns a new empty "hoursOfService" element
-
unsetHoursOfService
void unsetHoursOfService()
Unsets the "hoursOfService" element
-
getContactInstructions
CharacterStringPropertyType getContactInstructions()
Gets the "contactInstructions" element
-
isSetContactInstructions
boolean isSetContactInstructions()
True if has "contactInstructions" element
-
setContactInstructions
void setContactInstructions(CharacterStringPropertyType contactInstructions)
Sets the "contactInstructions" element
-
addNewContactInstructions
CharacterStringPropertyType addNewContactInstructions()
Appends and returns a new empty "contactInstructions" element
-
unsetContactInstructions
void unsetContactInstructions()
Unsets the "contactInstructions" element
-
-