Class ContactTypeImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- eu.europa.ec.inspire.schemas.base2.x20.impl.ContactTypeImpl
-
- All Implemented Interfaces:
ContactType,Serializable,org.apache.xmlbeans.impl.values.TypeStoreUser,org.apache.xmlbeans.SimpleValue,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
public class ContactTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements ContactType
An XML ContactType(@http://inspire.ec.europa.eu/schemas/base2/2.0). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContactTypeImpl.AddressImplAn XML address(@http://inspire.ec.europa.eu/schemas/base2/2.0).static classContactTypeImpl.ElectronicMailAddressImplAn XML electronicMailAddress(@http://inspire.ec.europa.eu/schemas/base2/2.0).static classContactTypeImpl.TelephoneFacsimileImplAn XML telephoneFacsimile(@http://inspire.ec.europa.eu/schemas/base2/2.0).static classContactTypeImpl.TelephoneVoiceImplAn XML telephoneVoice(@http://inspire.ec.europa.eu/schemas/base2/2.0).static classContactTypeImpl.WebsiteImplAn XML website(@http://inspire.ec.europa.eu/schemas/base2/2.0).-
Nested classes/interfaces inherited from interface eu.europa.ec.inspire.schemas.base2.x20.ContactType
ContactType.Address, ContactType.ElectronicMailAddress, ContactType.Factory, ContactType.TelephoneFacsimile, ContactType.TelephoneVoice, ContactType.Website
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
-
Fields inherited from interface eu.europa.ec.inspire.schemas.base2.x20.ContactType
type
-
-
Constructor Summary
Constructors Constructor Description ContactTypeImpl(org.apache.xmlbeans.SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactType.AddressaddNewAddress()Appends and returns a new empty "address" elementPTFreeTextPropertyTypeaddNewContactInstructions()Appends and returns a new empty "contactInstructions" elementContactType.ElectronicMailAddressaddNewElectronicMailAddress()Appends and returns a new empty "electronicMailAddress" elementPTFreeTextPropertyTypeaddNewHoursOfService()Appends and returns a new empty "hoursOfService" elementContactType.TelephoneFacsimileaddNewTelephoneFacsimile()Appends and returns a new empty value (as xml) as the last "telephoneFacsimile" elementContactType.TelephoneVoiceaddNewTelephoneVoice()Appends and returns a new empty value (as xml) as the last "telephoneVoice" elementContactType.WebsiteaddNewWebsite()Appends and returns a new empty "website" elementContactType.AddressgetAddress()Gets the "address" elementPTFreeTextPropertyTypegetContactInstructions()Gets the "contactInstructions" elementContactType.ElectronicMailAddressgetElectronicMailAddress()Gets the "electronicMailAddress" elementPTFreeTextPropertyTypegetHoursOfService()Gets the "hoursOfService" elementContactType.TelephoneFacsimile[]getTelephoneFacsimileArray()Gets array of all "telephoneFacsimile" elementsContactType.TelephoneFacsimilegetTelephoneFacsimileArray(int i)Gets ith "telephoneFacsimile" elementContactType.TelephoneVoice[]getTelephoneVoiceArray()Gets array of all "telephoneVoice" elementsContactType.TelephoneVoicegetTelephoneVoiceArray(int i)Gets ith "telephoneVoice" elementContactType.WebsitegetWebsite()Gets the "website" elementContactType.TelephoneFacsimileinsertNewTelephoneFacsimile(int i)Inserts and returns a new empty value (as xml) as the ith "telephoneFacsimile" elementContactType.TelephoneVoiceinsertNewTelephoneVoice(int i)Inserts and returns a new empty value (as xml) as the ith "telephoneVoice" elementbooleanisNilAddress()Tests for nil "address" elementbooleanisNilContactInstructions()Tests for nil "contactInstructions" elementbooleanisNilElectronicMailAddress()Tests for nil "electronicMailAddress" elementbooleanisNilHoursOfService()Tests for nil "hoursOfService" elementbooleanisNilTelephoneFacsimileArray(int i)Tests for nil ith "telephoneFacsimile" elementbooleanisNilTelephoneVoiceArray(int i)Tests for nil ith "telephoneVoice" elementbooleanisNilWebsite()Tests for nil "website" elementbooleanisSetAddress()True if has "address" elementbooleanisSetContactInstructions()True if has "contactInstructions" elementbooleanisSetElectronicMailAddress()True if has "electronicMailAddress" elementbooleanisSetHoursOfService()True if has "hoursOfService" elementbooleanisSetWebsite()True if has "website" elementvoidremoveTelephoneFacsimile(int i)Removes the ith "telephoneFacsimile" elementvoidremoveTelephoneVoice(int i)Removes the ith "telephoneVoice" elementvoidsetAddress(ContactType.Address address)Sets the "address" elementvoidsetContactInstructions(PTFreeTextPropertyType contactInstructions)Sets the "contactInstructions" elementvoidsetElectronicMailAddress(ContactType.ElectronicMailAddress electronicMailAddress)Sets the "electronicMailAddress" elementvoidsetHoursOfService(PTFreeTextPropertyType hoursOfService)Sets the "hoursOfService" elementvoidsetNilAddress()Nils the "address" elementvoidsetNilContactInstructions()Nils the "contactInstructions" elementvoidsetNilElectronicMailAddress()Nils the "electronicMailAddress" elementvoidsetNilHoursOfService()Nils the "hoursOfService" elementvoidsetNilTelephoneFacsimileArray(int i)Nils the ith "telephoneFacsimile" elementvoidsetNilTelephoneVoiceArray(int i)Nils the ith "telephoneVoice" elementvoidsetNilWebsite()Nils the "website" elementvoidsetTelephoneFacsimileArray(int i, ContactType.TelephoneFacsimile telephoneFacsimile)Sets ith "telephoneFacsimile" elementvoidsetTelephoneFacsimileArray(ContactType.TelephoneFacsimile[] telephoneFacsimileArray)Sets array of all "telephoneFacsimile" elementvoidsetTelephoneVoiceArray(int i, ContactType.TelephoneVoice telephoneVoice)Sets ith "telephoneVoice" elementvoidsetTelephoneVoiceArray(ContactType.TelephoneVoice[] telephoneVoiceArray)Sets array of all "telephoneVoice" elementvoidsetWebsite(ContactType.Website website)Sets the "website" elementintsizeOfTelephoneFacsimileArray()Returns number of "telephoneFacsimile" elementintsizeOfTelephoneVoiceArray()Returns number of "telephoneVoice" elementvoidunsetAddress()Unsets the "address" elementvoidunsetContactInstructions()Unsets the "contactInstructions" elementvoidunsetElectronicMailAddress()Unsets the "electronicMailAddress" elementvoidunsetHoursOfService()Unsets the "hoursOfService" elementvoidunsetWebsite()Unsets the "website" element-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate, validate, validate_now, validate_simpleval, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
getAddress
public ContactType.Address getAddress()
Gets the "address" element- Specified by:
getAddressin interfaceContactType
-
isNilAddress
public boolean isNilAddress()
Tests for nil "address" element- Specified by:
isNilAddressin interfaceContactType
-
isSetAddress
public boolean isSetAddress()
True if has "address" element- Specified by:
isSetAddressin interfaceContactType
-
setAddress
public void setAddress(ContactType.Address address)
Sets the "address" element- Specified by:
setAddressin interfaceContactType
-
addNewAddress
public ContactType.Address addNewAddress()
Appends and returns a new empty "address" element- Specified by:
addNewAddressin interfaceContactType
-
setNilAddress
public void setNilAddress()
Nils the "address" element- Specified by:
setNilAddressin interfaceContactType
-
unsetAddress
public void unsetAddress()
Unsets the "address" element- Specified by:
unsetAddressin interfaceContactType
-
getContactInstructions
public PTFreeTextPropertyType getContactInstructions()
Gets the "contactInstructions" element- Specified by:
getContactInstructionsin interfaceContactType
-
isNilContactInstructions
public boolean isNilContactInstructions()
Tests for nil "contactInstructions" element- Specified by:
isNilContactInstructionsin interfaceContactType
-
isSetContactInstructions
public boolean isSetContactInstructions()
True if has "contactInstructions" element- Specified by:
isSetContactInstructionsin interfaceContactType
-
setContactInstructions
public void setContactInstructions(PTFreeTextPropertyType contactInstructions)
Sets the "contactInstructions" element- Specified by:
setContactInstructionsin interfaceContactType
-
addNewContactInstructions
public PTFreeTextPropertyType addNewContactInstructions()
Appends and returns a new empty "contactInstructions" element- Specified by:
addNewContactInstructionsin interfaceContactType
-
setNilContactInstructions
public void setNilContactInstructions()
Nils the "contactInstructions" element- Specified by:
setNilContactInstructionsin interfaceContactType
-
unsetContactInstructions
public void unsetContactInstructions()
Unsets the "contactInstructions" element- Specified by:
unsetContactInstructionsin interfaceContactType
-
getElectronicMailAddress
public ContactType.ElectronicMailAddress getElectronicMailAddress()
Gets the "electronicMailAddress" element- Specified by:
getElectronicMailAddressin interfaceContactType
-
isNilElectronicMailAddress
public boolean isNilElectronicMailAddress()
Tests for nil "electronicMailAddress" element- Specified by:
isNilElectronicMailAddressin interfaceContactType
-
isSetElectronicMailAddress
public boolean isSetElectronicMailAddress()
True if has "electronicMailAddress" element- Specified by:
isSetElectronicMailAddressin interfaceContactType
-
setElectronicMailAddress
public void setElectronicMailAddress(ContactType.ElectronicMailAddress electronicMailAddress)
Sets the "electronicMailAddress" element- Specified by:
setElectronicMailAddressin interfaceContactType
-
addNewElectronicMailAddress
public ContactType.ElectronicMailAddress addNewElectronicMailAddress()
Appends and returns a new empty "electronicMailAddress" element- Specified by:
addNewElectronicMailAddressin interfaceContactType
-
setNilElectronicMailAddress
public void setNilElectronicMailAddress()
Nils the "electronicMailAddress" element- Specified by:
setNilElectronicMailAddressin interfaceContactType
-
unsetElectronicMailAddress
public void unsetElectronicMailAddress()
Unsets the "electronicMailAddress" element- Specified by:
unsetElectronicMailAddressin interfaceContactType
-
getHoursOfService
public PTFreeTextPropertyType getHoursOfService()
Gets the "hoursOfService" element- Specified by:
getHoursOfServicein interfaceContactType
-
isNilHoursOfService
public boolean isNilHoursOfService()
Tests for nil "hoursOfService" element- Specified by:
isNilHoursOfServicein interfaceContactType
-
isSetHoursOfService
public boolean isSetHoursOfService()
True if has "hoursOfService" element- Specified by:
isSetHoursOfServicein interfaceContactType
-
setHoursOfService
public void setHoursOfService(PTFreeTextPropertyType hoursOfService)
Sets the "hoursOfService" element- Specified by:
setHoursOfServicein interfaceContactType
-
addNewHoursOfService
public PTFreeTextPropertyType addNewHoursOfService()
Appends and returns a new empty "hoursOfService" element- Specified by:
addNewHoursOfServicein interfaceContactType
-
setNilHoursOfService
public void setNilHoursOfService()
Nils the "hoursOfService" element- Specified by:
setNilHoursOfServicein interfaceContactType
-
unsetHoursOfService
public void unsetHoursOfService()
Unsets the "hoursOfService" element- Specified by:
unsetHoursOfServicein interfaceContactType
-
getTelephoneFacsimileArray
public ContactType.TelephoneFacsimile[] getTelephoneFacsimileArray()
Gets array of all "telephoneFacsimile" elements- Specified by:
getTelephoneFacsimileArrayin interfaceContactType
-
getTelephoneFacsimileArray
public ContactType.TelephoneFacsimile getTelephoneFacsimileArray(int i)
Gets ith "telephoneFacsimile" element- Specified by:
getTelephoneFacsimileArrayin interfaceContactType
-
isNilTelephoneFacsimileArray
public boolean isNilTelephoneFacsimileArray(int i)
Tests for nil ith "telephoneFacsimile" element- Specified by:
isNilTelephoneFacsimileArrayin interfaceContactType
-
sizeOfTelephoneFacsimileArray
public int sizeOfTelephoneFacsimileArray()
Returns number of "telephoneFacsimile" element- Specified by:
sizeOfTelephoneFacsimileArrayin interfaceContactType
-
setTelephoneFacsimileArray
public void setTelephoneFacsimileArray(ContactType.TelephoneFacsimile[] telephoneFacsimileArray)
Sets array of all "telephoneFacsimile" element- Specified by:
setTelephoneFacsimileArrayin interfaceContactType
-
setTelephoneFacsimileArray
public void setTelephoneFacsimileArray(int i, ContactType.TelephoneFacsimile telephoneFacsimile)Sets ith "telephoneFacsimile" element- Specified by:
setTelephoneFacsimileArrayin interfaceContactType
-
setNilTelephoneFacsimileArray
public void setNilTelephoneFacsimileArray(int i)
Nils the ith "telephoneFacsimile" element- Specified by:
setNilTelephoneFacsimileArrayin interfaceContactType
-
insertNewTelephoneFacsimile
public ContactType.TelephoneFacsimile insertNewTelephoneFacsimile(int i)
Inserts and returns a new empty value (as xml) as the ith "telephoneFacsimile" element- Specified by:
insertNewTelephoneFacsimilein interfaceContactType
-
addNewTelephoneFacsimile
public ContactType.TelephoneFacsimile addNewTelephoneFacsimile()
Appends and returns a new empty value (as xml) as the last "telephoneFacsimile" element- Specified by:
addNewTelephoneFacsimilein interfaceContactType
-
removeTelephoneFacsimile
public void removeTelephoneFacsimile(int i)
Removes the ith "telephoneFacsimile" element- Specified by:
removeTelephoneFacsimilein interfaceContactType
-
getTelephoneVoiceArray
public ContactType.TelephoneVoice[] getTelephoneVoiceArray()
Gets array of all "telephoneVoice" elements- Specified by:
getTelephoneVoiceArrayin interfaceContactType
-
getTelephoneVoiceArray
public ContactType.TelephoneVoice getTelephoneVoiceArray(int i)
Gets ith "telephoneVoice" element- Specified by:
getTelephoneVoiceArrayin interfaceContactType
-
isNilTelephoneVoiceArray
public boolean isNilTelephoneVoiceArray(int i)
Tests for nil ith "telephoneVoice" element- Specified by:
isNilTelephoneVoiceArrayin interfaceContactType
-
sizeOfTelephoneVoiceArray
public int sizeOfTelephoneVoiceArray()
Returns number of "telephoneVoice" element- Specified by:
sizeOfTelephoneVoiceArrayin interfaceContactType
-
setTelephoneVoiceArray
public void setTelephoneVoiceArray(ContactType.TelephoneVoice[] telephoneVoiceArray)
Sets array of all "telephoneVoice" element- Specified by:
setTelephoneVoiceArrayin interfaceContactType
-
setTelephoneVoiceArray
public void setTelephoneVoiceArray(int i, ContactType.TelephoneVoice telephoneVoice)Sets ith "telephoneVoice" element- Specified by:
setTelephoneVoiceArrayin interfaceContactType
-
setNilTelephoneVoiceArray
public void setNilTelephoneVoiceArray(int i)
Nils the ith "telephoneVoice" element- Specified by:
setNilTelephoneVoiceArrayin interfaceContactType
-
insertNewTelephoneVoice
public ContactType.TelephoneVoice insertNewTelephoneVoice(int i)
Inserts and returns a new empty value (as xml) as the ith "telephoneVoice" element- Specified by:
insertNewTelephoneVoicein interfaceContactType
-
addNewTelephoneVoice
public ContactType.TelephoneVoice addNewTelephoneVoice()
Appends and returns a new empty value (as xml) as the last "telephoneVoice" element- Specified by:
addNewTelephoneVoicein interfaceContactType
-
removeTelephoneVoice
public void removeTelephoneVoice(int i)
Removes the ith "telephoneVoice" element- Specified by:
removeTelephoneVoicein interfaceContactType
-
getWebsite
public ContactType.Website getWebsite()
Gets the "website" element- Specified by:
getWebsitein interfaceContactType
-
isNilWebsite
public boolean isNilWebsite()
Tests for nil "website" element- Specified by:
isNilWebsitein interfaceContactType
-
isSetWebsite
public boolean isSetWebsite()
True if has "website" element- Specified by:
isSetWebsitein interfaceContactType
-
setWebsite
public void setWebsite(ContactType.Website website)
Sets the "website" element- Specified by:
setWebsitein interfaceContactType
-
addNewWebsite
public ContactType.Website addNewWebsite()
Appends and returns a new empty "website" element- Specified by:
addNewWebsitein interfaceContactType
-
setNilWebsite
public void setNilWebsite()
Nils the "website" element- Specified by:
setNilWebsitein interfaceContactType
-
unsetWebsite
public void unsetWebsite()
Unsets the "website" element- Specified by:
unsetWebsitein interfaceContactType
-
-