Class CIAddressType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.CIAddressType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class CIAddressType extends AbstractObjectType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Location of the responsible individual or organisationJava class for CI_Address_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CI_Address_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="deliveryPoint" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="city" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="administrativeArea" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="postalCode" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="country" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="electronicMailAddress" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypeadministrativeAreaprotected CharacterStringPropertyTypecityprotected CharacterStringPropertyTypecountryprotected List<CharacterStringPropertyType>deliveryPointprotected List<CharacterStringPropertyType>electronicMailAddressprotected CharacterStringPropertyTypepostalCode-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description CIAddressType()Default no-arg constructorCIAddressType(String id, String uuid, List<CharacterStringPropertyType> deliveryPoint, CharacterStringPropertyType city, CharacterStringPropertyType administrativeArea, CharacterStringPropertyType postalCode, CharacterStringPropertyType country, List<CharacterStringPropertyType> electronicMailAddress)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)CharacterStringPropertyTypegetAdministrativeArea()Gets the value of the administrativeArea property.CharacterStringPropertyTypegetCity()Gets the value of the city property.CharacterStringPropertyTypegetCountry()Gets the value of the country property.List<CharacterStringPropertyType>getDeliveryPoint()Gets the value of the deliveryPoint property.List<CharacterStringPropertyType>getElectronicMailAddress()Gets the value of the electronicMailAddress property.CharacterStringPropertyTypegetPostalCode()Gets the value of the postalCode property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetAdministrativeArea()booleanisSetCity()booleanisSetCountry()booleanisSetDeliveryPoint()booleanisSetElectronicMailAddress()booleanisSetPostalCode()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetAdministrativeArea(CharacterStringPropertyType value)Sets the value of the administrativeArea property.voidsetCity(CharacterStringPropertyType value)Sets the value of the city property.voidsetCountry(CharacterStringPropertyType value)Sets the value of the country property.voidsetDeliveryPoint(List<CharacterStringPropertyType> value)voidsetElectronicMailAddress(List<CharacterStringPropertyType> value)voidsetPostalCode(CharacterStringPropertyType value)Sets the value of the postalCode property.StringtoString()voidunsetDeliveryPoint()voidunsetElectronicMailAddress()CIAddressTypewithAdministrativeArea(CharacterStringPropertyType value)CIAddressTypewithCity(CharacterStringPropertyType value)CIAddressTypewithCountry(CharacterStringPropertyType value)CIAddressTypewithDeliveryPoint(Collection<CharacterStringPropertyType> values)CIAddressTypewithDeliveryPoint(List<CharacterStringPropertyType> value)CIAddressTypewithDeliveryPoint(CharacterStringPropertyType... values)CIAddressTypewithElectronicMailAddress(Collection<CharacterStringPropertyType> values)CIAddressTypewithElectronicMailAddress(List<CharacterStringPropertyType> value)CIAddressTypewithElectronicMailAddress(CharacterStringPropertyType... values)CIAddressTypewithId(String value)CIAddressTypewithPostalCode(CharacterStringPropertyType value)CIAddressTypewithUuid(String value)
-
-
-
Field Detail
-
deliveryPoint
protected List<CharacterStringPropertyType> deliveryPoint
-
city
protected CharacterStringPropertyType city
-
administrativeArea
protected CharacterStringPropertyType administrativeArea
-
postalCode
protected CharacterStringPropertyType postalCode
-
country
protected CharacterStringPropertyType country
-
electronicMailAddress
protected List<CharacterStringPropertyType> electronicMailAddress
-
-
Constructor Detail
-
CIAddressType
public CIAddressType()
Default no-arg constructor
-
CIAddressType
public CIAddressType(String id, String uuid, List<CharacterStringPropertyType> deliveryPoint, CharacterStringPropertyType city, CharacterStringPropertyType administrativeArea, CharacterStringPropertyType postalCode, CharacterStringPropertyType country, List<CharacterStringPropertyType> electronicMailAddress)
Fully-initialising value constructor
-
-
Method Detail
-
getDeliveryPoint
public List<CharacterStringPropertyType> getDeliveryPoint()
Gets the value of the deliveryPoint property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the deliveryPoint property.For example, to add a new item, do as follows:
getDeliveryPoint().add(newItem);Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
-
isSetDeliveryPoint
public boolean isSetDeliveryPoint()
-
unsetDeliveryPoint
public void unsetDeliveryPoint()
-
getCity
public CharacterStringPropertyType getCity()
Gets the value of the city property.- Returns:
- possible object is
CharacterStringPropertyType
-
setCity
public void setCity(CharacterStringPropertyType value)
Sets the value of the city property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetCity
public boolean isSetCity()
-
getAdministrativeArea
public CharacterStringPropertyType getAdministrativeArea()
Gets the value of the administrativeArea property.- Returns:
- possible object is
CharacterStringPropertyType
-
setAdministrativeArea
public void setAdministrativeArea(CharacterStringPropertyType value)
Sets the value of the administrativeArea property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetAdministrativeArea
public boolean isSetAdministrativeArea()
-
getPostalCode
public CharacterStringPropertyType getPostalCode()
Gets the value of the postalCode property.- Returns:
- possible object is
CharacterStringPropertyType
-
setPostalCode
public void setPostalCode(CharacterStringPropertyType value)
Sets the value of the postalCode property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetPostalCode
public boolean isSetPostalCode()
-
getCountry
public CharacterStringPropertyType getCountry()
Gets the value of the country property.- Returns:
- possible object is
CharacterStringPropertyType
-
setCountry
public void setCountry(CharacterStringPropertyType value)
Sets the value of the country property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetCountry
public boolean isSetCountry()
-
getElectronicMailAddress
public List<CharacterStringPropertyType> getElectronicMailAddress()
Gets the value of the electronicMailAddress property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the electronicMailAddress property.For example, to add a new item, do as follows:
getElectronicMailAddress().add(newItem);Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
-
isSetElectronicMailAddress
public boolean isSetElectronicMailAddress()
-
unsetElectronicMailAddress
public void unsetElectronicMailAddress()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObjectType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractObjectType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractObjectType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractObjectType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
setDeliveryPoint
public void setDeliveryPoint(List<CharacterStringPropertyType> value)
-
setElectronicMailAddress
public void setElectronicMailAddress(List<CharacterStringPropertyType> value)
-
withDeliveryPoint
public CIAddressType withDeliveryPoint(CharacterStringPropertyType... values)
-
withDeliveryPoint
public CIAddressType withDeliveryPoint(Collection<CharacterStringPropertyType> values)
-
withCity
public CIAddressType withCity(CharacterStringPropertyType value)
-
withAdministrativeArea
public CIAddressType withAdministrativeArea(CharacterStringPropertyType value)
-
withPostalCode
public CIAddressType withPostalCode(CharacterStringPropertyType value)
-
withCountry
public CIAddressType withCountry(CharacterStringPropertyType value)
-
withElectronicMailAddress
public CIAddressType withElectronicMailAddress(CharacterStringPropertyType... values)
-
withElectronicMailAddress
public CIAddressType withElectronicMailAddress(Collection<CharacterStringPropertyType> values)
-
withDeliveryPoint
public CIAddressType withDeliveryPoint(List<CharacterStringPropertyType> value)
-
withElectronicMailAddress
public CIAddressType withElectronicMailAddress(List<CharacterStringPropertyType> value)
-
withId
public CIAddressType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public CIAddressType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-