Class CITelephoneType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.CITelephoneType
-
- 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 CITelephoneType 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
Telephone numbers for contacting the responsible individual or organisationJava class for CI_Telephone_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CI_Telephone_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="voice" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="facsimile" 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 List<CharacterStringPropertyType>facsimileprotected List<CharacterStringPropertyType>voice-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description CITelephoneType()Default no-arg constructorCITelephoneType(String id, String uuid, List<CharacterStringPropertyType> voice, List<CharacterStringPropertyType> facsimile)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)List<CharacterStringPropertyType>getFacsimile()Gets the value of the facsimile property.List<CharacterStringPropertyType>getVoice()Gets the value of the voice property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetFacsimile()booleanisSetVoice()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)voidsetFacsimile(List<CharacterStringPropertyType> value)voidsetVoice(List<CharacterStringPropertyType> value)StringtoString()voidunsetFacsimile()voidunsetVoice()CITelephoneTypewithFacsimile(Collection<CharacterStringPropertyType> values)CITelephoneTypewithFacsimile(List<CharacterStringPropertyType> value)CITelephoneTypewithFacsimile(CharacterStringPropertyType... values)CITelephoneTypewithId(String value)CITelephoneTypewithUuid(String value)CITelephoneTypewithVoice(Collection<CharacterStringPropertyType> values)CITelephoneTypewithVoice(List<CharacterStringPropertyType> value)CITelephoneTypewithVoice(CharacterStringPropertyType... values)
-
-
-
Field Detail
-
voice
protected List<CharacterStringPropertyType> voice
-
facsimile
protected List<CharacterStringPropertyType> facsimile
-
-
Constructor Detail
-
CITelephoneType
public CITelephoneType()
Default no-arg constructor
-
CITelephoneType
public CITelephoneType(String id, String uuid, List<CharacterStringPropertyType> voice, List<CharacterStringPropertyType> facsimile)
Fully-initialising value constructor
-
-
Method Detail
-
getVoice
public List<CharacterStringPropertyType> getVoice()
Gets the value of the voice 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 voice property.For example, to add a new item, do as follows:
getVoice().add(newItem);Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
-
isSetVoice
public boolean isSetVoice()
-
unsetVoice
public void unsetVoice()
-
getFacsimile
public List<CharacterStringPropertyType> getFacsimile()
Gets the value of the facsimile 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 facsimile property.For example, to add a new item, do as follows:
getFacsimile().add(newItem);Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
-
isSetFacsimile
public boolean isSetFacsimile()
-
unsetFacsimile
public void unsetFacsimile()
-
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
-
setVoice
public void setVoice(List<CharacterStringPropertyType> value)
-
setFacsimile
public void setFacsimile(List<CharacterStringPropertyType> value)
-
withVoice
public CITelephoneType withVoice(CharacterStringPropertyType... values)
-
withVoice
public CITelephoneType withVoice(Collection<CharacterStringPropertyType> values)
-
withFacsimile
public CITelephoneType withFacsimile(CharacterStringPropertyType... values)
-
withFacsimile
public CITelephoneType withFacsimile(Collection<CharacterStringPropertyType> values)
-
withVoice
public CITelephoneType withVoice(List<CharacterStringPropertyType> value)
-
withFacsimile
public CITelephoneType withFacsimile(List<CharacterStringPropertyType> value)
-
withId
public CITelephoneType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public CITelephoneType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-