Class CTCrsCatalogueType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmx.v_20070417.AbstractCTCatalogueType
-
- net.opengis.iso19139.gmx.v_20070417.CTCrsCatalogueType
-
- 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 CTCrsCatalogueType extends AbstractCTCatalogueType 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
Java class for CT_CrsCatalogue_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CrsCatalogue_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmx}AbstractCT_Catalogue_Type"> <sequence> <element name="crs" type="{http://www.isotc211.org/2005/gmx}CT_CRS_PropertyType" maxOccurs="unbounded"/> <element name="coordinateSystem" type="{http://www.isotc211.org/2005/gmx}CT_CoordinateSystem_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="axis" type="{http://www.isotc211.org/2005/gmx}CT_CoordinateSystemAxis_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="datum" type="{http://www.isotc211.org/2005/gmx}CT_Datum_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="ellipsoid" type="{http://www.isotc211.org/2005/gmx}CT_Ellipsoid_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="primeMeridian" type="{http://www.isotc211.org/2005/gmx}CT_PrimeMeridian_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="operation" type="{http://www.isotc211.org/2005/gmx}CT_Operation_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="operationMethod" type="{http://www.isotc211.org/2005/gmx}CT_OperationMethod_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="parameters" type="{http://www.isotc211.org/2005/gmx}CT_OperationParameters_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CTCoordinateSystemAxisPropertyType>axisprotected List<CTCoordinateSystemPropertyType>coordinateSystemprotected List<CTCRSPropertyType>crsprotected List<CTDatumPropertyType>datumprotected List<CTEllipsoidPropertyType>ellipsoidprotected List<CTOperationPropertyType>operationprotected List<CTOperationMethodPropertyType>operationMethodprotected List<CTOperationParametersPropertyType>parametersprotected List<CTPrimeMeridianPropertyType>primeMeridian-
Fields inherited from class net.opengis.iso19139.gmx.v_20070417.AbstractCTCatalogueType
characterSet, fieldOfApplication, language, locale, name, scope, subCatalogue, versionDate, versionNumber
-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description CTCrsCatalogueType()Default no-arg constructorCTCrsCatalogueType(String id, String uuid, CharacterStringPropertyType name, List<CharacterStringPropertyType> scope, List<CharacterStringPropertyType> fieldOfApplication, CharacterStringPropertyType versionNumber, DatePropertyType versionDate, CharacterStringPropertyType language, MDCharacterSetCodePropertyType characterSet, List<PTLocalePropertyType> locale, List<CTCataloguePropertyType> subCatalogue, List<CTCRSPropertyType> crs, List<CTCoordinateSystemPropertyType> coordinateSystem, List<CTCoordinateSystemAxisPropertyType> axis, List<CTDatumPropertyType> datum, List<CTEllipsoidPropertyType> ellipsoid, List<CTPrimeMeridianPropertyType> primeMeridian, List<CTOperationPropertyType> operation, List<CTOperationMethodPropertyType> operationMethod, List<CTOperationParametersPropertyType> parameters)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.iso19139.gmx.v_20070417.AbstractCTCatalogueType
getCharacterSet, getFieldOfApplication, getLanguage, getLocale, getName, getScope, getSubCatalogue, getVersionDate, getVersionNumber, isSetCharacterSet, isSetFieldOfApplication, isSetLanguage, isSetLocale, isSetName, isSetScope, isSetSubCatalogue, isSetVersionDate, isSetVersionNumber, setCharacterSet, setFieldOfApplication, setLanguage, setLocale, setName, setScope, setSubCatalogue, setVersionDate, setVersionNumber, unsetFieldOfApplication, unsetLocale, unsetScope, unsetSubCatalogue
-
-
-
-
Field Detail
-
crs
protected List<CTCRSPropertyType> crs
-
coordinateSystem
protected List<CTCoordinateSystemPropertyType> coordinateSystem
-
axis
protected List<CTCoordinateSystemAxisPropertyType> axis
-
datum
protected List<CTDatumPropertyType> datum
-
ellipsoid
protected List<CTEllipsoidPropertyType> ellipsoid
-
primeMeridian
protected List<CTPrimeMeridianPropertyType> primeMeridian
-
operation
protected List<CTOperationPropertyType> operation
-
operationMethod
protected List<CTOperationMethodPropertyType> operationMethod
-
parameters
protected List<CTOperationParametersPropertyType> parameters
-
-
Constructor Detail
-
CTCrsCatalogueType
public CTCrsCatalogueType()
Default no-arg constructor
-
CTCrsCatalogueType
public CTCrsCatalogueType(String id, String uuid, CharacterStringPropertyType name, List<CharacterStringPropertyType> scope, List<CharacterStringPropertyType> fieldOfApplication, CharacterStringPropertyType versionNumber, DatePropertyType versionDate, CharacterStringPropertyType language, MDCharacterSetCodePropertyType characterSet, List<PTLocalePropertyType> locale, List<CTCataloguePropertyType> subCatalogue, List<CTCRSPropertyType> crs, List<CTCoordinateSystemPropertyType> coordinateSystem, List<CTCoordinateSystemAxisPropertyType> axis, List<CTDatumPropertyType> datum, List<CTEllipsoidPropertyType> ellipsoid, List<CTPrimeMeridianPropertyType> primeMeridian, List<CTOperationPropertyType> operation, List<CTOperationMethodPropertyType> operationMethod, List<CTOperationParametersPropertyType> parameters)
Fully-initialising value constructor
-
-
Method Detail
-
getCrs
public List<CTCRSPropertyType> getCrs()
Gets the value of the crs 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 crs property.For example, to add a new item, do as follows:
getCrs().add(newItem);Objects of the following type(s) are allowed in the list
CTCRSPropertyType
-
isSetCrs
public boolean isSetCrs()
-
unsetCrs
public void unsetCrs()
-
getCoordinateSystem
public List<CTCoordinateSystemPropertyType> getCoordinateSystem()
Gets the value of the coordinateSystem 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 coordinateSystem property.For example, to add a new item, do as follows:
getCoordinateSystem().add(newItem);Objects of the following type(s) are allowed in the list
CTCoordinateSystemPropertyType
-
isSetCoordinateSystem
public boolean isSetCoordinateSystem()
-
unsetCoordinateSystem
public void unsetCoordinateSystem()
-
getAxis
public List<CTCoordinateSystemAxisPropertyType> getAxis()
Gets the value of the axis 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 axis property.For example, to add a new item, do as follows:
getAxis().add(newItem);Objects of the following type(s) are allowed in the list
CTCoordinateSystemAxisPropertyType
-
isSetAxis
public boolean isSetAxis()
-
unsetAxis
public void unsetAxis()
-
getDatum
public List<CTDatumPropertyType> getDatum()
Gets the value of the datum 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 datum property.For example, to add a new item, do as follows:
getDatum().add(newItem);Objects of the following type(s) are allowed in the list
CTDatumPropertyType
-
isSetDatum
public boolean isSetDatum()
-
unsetDatum
public void unsetDatum()
-
getEllipsoid
public List<CTEllipsoidPropertyType> getEllipsoid()
Gets the value of the ellipsoid 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 ellipsoid property.For example, to add a new item, do as follows:
getEllipsoid().add(newItem);Objects of the following type(s) are allowed in the list
CTEllipsoidPropertyType
-
isSetEllipsoid
public boolean isSetEllipsoid()
-
unsetEllipsoid
public void unsetEllipsoid()
-
getPrimeMeridian
public List<CTPrimeMeridianPropertyType> getPrimeMeridian()
Gets the value of the primeMeridian 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 primeMeridian property.For example, to add a new item, do as follows:
getPrimeMeridian().add(newItem);Objects of the following type(s) are allowed in the list
CTPrimeMeridianPropertyType
-
isSetPrimeMeridian
public boolean isSetPrimeMeridian()
-
unsetPrimeMeridian
public void unsetPrimeMeridian()
-
getOperation
public List<CTOperationPropertyType> getOperation()
Gets the value of the operation 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 operation property.For example, to add a new item, do as follows:
getOperation().add(newItem);Objects of the following type(s) are allowed in the list
CTOperationPropertyType
-
isSetOperation
public boolean isSetOperation()
-
unsetOperation
public void unsetOperation()
-
getOperationMethod
public List<CTOperationMethodPropertyType> getOperationMethod()
Gets the value of the operationMethod 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 operationMethod property.For example, to add a new item, do as follows:
getOperationMethod().add(newItem);Objects of the following type(s) are allowed in the list
CTOperationMethodPropertyType
-
isSetOperationMethod
public boolean isSetOperationMethod()
-
unsetOperationMethod
public void unsetOperationMethod()
-
getParameters
public List<CTOperationParametersPropertyType> getParameters()
Gets the value of the parameters 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 parameters property.For example, to add a new item, do as follows:
getParameters().add(newItem);Objects of the following type(s) are allowed in the list
CTOperationParametersPropertyType
-
isSetParameters
public boolean isSetParameters()
-
unsetParameters
public void unsetParameters()
-
toString
public String toString()
- Overrides:
toStringin classAbstractCTCatalogueType
-
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 classAbstractCTCatalogueType
-
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 classAbstractCTCatalogueType
-
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 classAbstractCTCatalogueType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractCTCatalogueType
-
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 classAbstractCTCatalogueType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractCTCatalogueType
-
clone
public Object clone()
- Overrides:
clonein classAbstractCTCatalogueType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractCTCatalogueType
-
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 classAbstractCTCatalogueType
-
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 classAbstractCTCatalogueType
-
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 classAbstractCTCatalogueType
-
setCrs
public void setCrs(List<CTCRSPropertyType> value)
-
setCoordinateSystem
public void setCoordinateSystem(List<CTCoordinateSystemPropertyType> value)
-
setAxis
public void setAxis(List<CTCoordinateSystemAxisPropertyType> value)
-
setDatum
public void setDatum(List<CTDatumPropertyType> value)
-
setEllipsoid
public void setEllipsoid(List<CTEllipsoidPropertyType> value)
-
setPrimeMeridian
public void setPrimeMeridian(List<CTPrimeMeridianPropertyType> value)
-
setOperation
public void setOperation(List<CTOperationPropertyType> value)
-
setOperationMethod
public void setOperationMethod(List<CTOperationMethodPropertyType> value)
-
setParameters
public void setParameters(List<CTOperationParametersPropertyType> value)
-
withCrs
public CTCrsCatalogueType withCrs(CTCRSPropertyType... values)
-
withCrs
public CTCrsCatalogueType withCrs(Collection<CTCRSPropertyType> values)
-
withCoordinateSystem
public CTCrsCatalogueType withCoordinateSystem(CTCoordinateSystemPropertyType... values)
-
withCoordinateSystem
public CTCrsCatalogueType withCoordinateSystem(Collection<CTCoordinateSystemPropertyType> values)
-
withAxis
public CTCrsCatalogueType withAxis(CTCoordinateSystemAxisPropertyType... values)
-
withAxis
public CTCrsCatalogueType withAxis(Collection<CTCoordinateSystemAxisPropertyType> values)
-
withDatum
public CTCrsCatalogueType withDatum(CTDatumPropertyType... values)
-
withDatum
public CTCrsCatalogueType withDatum(Collection<CTDatumPropertyType> values)
-
withEllipsoid
public CTCrsCatalogueType withEllipsoid(CTEllipsoidPropertyType... values)
-
withEllipsoid
public CTCrsCatalogueType withEllipsoid(Collection<CTEllipsoidPropertyType> values)
-
withPrimeMeridian
public CTCrsCatalogueType withPrimeMeridian(CTPrimeMeridianPropertyType... values)
-
withPrimeMeridian
public CTCrsCatalogueType withPrimeMeridian(Collection<CTPrimeMeridianPropertyType> values)
-
withOperation
public CTCrsCatalogueType withOperation(CTOperationPropertyType... values)
-
withOperation
public CTCrsCatalogueType withOperation(Collection<CTOperationPropertyType> values)
-
withOperationMethod
public CTCrsCatalogueType withOperationMethod(CTOperationMethodPropertyType... values)
-
withOperationMethod
public CTCrsCatalogueType withOperationMethod(Collection<CTOperationMethodPropertyType> values)
-
withParameters
public CTCrsCatalogueType withParameters(CTOperationParametersPropertyType... values)
-
withParameters
public CTCrsCatalogueType withParameters(Collection<CTOperationParametersPropertyType> values)
-
withCrs
public CTCrsCatalogueType withCrs(List<CTCRSPropertyType> value)
-
withCoordinateSystem
public CTCrsCatalogueType withCoordinateSystem(List<CTCoordinateSystemPropertyType> value)
-
withAxis
public CTCrsCatalogueType withAxis(List<CTCoordinateSystemAxisPropertyType> value)
-
withDatum
public CTCrsCatalogueType withDatum(List<CTDatumPropertyType> value)
-
withEllipsoid
public CTCrsCatalogueType withEllipsoid(List<CTEllipsoidPropertyType> value)
-
withPrimeMeridian
public CTCrsCatalogueType withPrimeMeridian(List<CTPrimeMeridianPropertyType> value)
-
withOperation
public CTCrsCatalogueType withOperation(List<CTOperationPropertyType> value)
-
withOperationMethod
public CTCrsCatalogueType withOperationMethod(List<CTOperationMethodPropertyType> value)
-
withParameters
public CTCrsCatalogueType withParameters(List<CTOperationParametersPropertyType> value)
-
withName
public CTCrsCatalogueType withName(CharacterStringPropertyType value)
- Overrides:
withNamein classAbstractCTCatalogueType
-
withScope
public CTCrsCatalogueType withScope(CharacterStringPropertyType... values)
- Overrides:
withScopein classAbstractCTCatalogueType
-
withScope
public CTCrsCatalogueType withScope(Collection<CharacterStringPropertyType> values)
- Overrides:
withScopein classAbstractCTCatalogueType
-
withFieldOfApplication
public CTCrsCatalogueType withFieldOfApplication(CharacterStringPropertyType... values)
- Overrides:
withFieldOfApplicationin classAbstractCTCatalogueType
-
withFieldOfApplication
public CTCrsCatalogueType withFieldOfApplication(Collection<CharacterStringPropertyType> values)
- Overrides:
withFieldOfApplicationin classAbstractCTCatalogueType
-
withVersionNumber
public CTCrsCatalogueType withVersionNumber(CharacterStringPropertyType value)
- Overrides:
withVersionNumberin classAbstractCTCatalogueType
-
withVersionDate
public CTCrsCatalogueType withVersionDate(DatePropertyType value)
- Overrides:
withVersionDatein classAbstractCTCatalogueType
-
withLanguage
public CTCrsCatalogueType withLanguage(CharacterStringPropertyType value)
- Overrides:
withLanguagein classAbstractCTCatalogueType
-
withCharacterSet
public CTCrsCatalogueType withCharacterSet(MDCharacterSetCodePropertyType value)
- Overrides:
withCharacterSetin classAbstractCTCatalogueType
-
withLocale
public CTCrsCatalogueType withLocale(PTLocalePropertyType... values)
- Overrides:
withLocalein classAbstractCTCatalogueType
-
withLocale
public CTCrsCatalogueType withLocale(Collection<PTLocalePropertyType> values)
- Overrides:
withLocalein classAbstractCTCatalogueType
-
withSubCatalogue
public CTCrsCatalogueType withSubCatalogue(CTCataloguePropertyType... values)
- Overrides:
withSubCataloguein classAbstractCTCatalogueType
-
withSubCatalogue
public CTCrsCatalogueType withSubCatalogue(Collection<CTCataloguePropertyType> values)
- Overrides:
withSubCataloguein classAbstractCTCatalogueType
-
withScope
public CTCrsCatalogueType withScope(List<CharacterStringPropertyType> value)
- Overrides:
withScopein classAbstractCTCatalogueType
-
withFieldOfApplication
public CTCrsCatalogueType withFieldOfApplication(List<CharacterStringPropertyType> value)
- Overrides:
withFieldOfApplicationin classAbstractCTCatalogueType
-
withLocale
public CTCrsCatalogueType withLocale(List<PTLocalePropertyType> value)
- Overrides:
withLocalein classAbstractCTCatalogueType
-
withSubCatalogue
public CTCrsCatalogueType withSubCatalogue(List<CTCataloguePropertyType> value)
- Overrides:
withSubCataloguein classAbstractCTCatalogueType
-
withId
public CTCrsCatalogueType withId(String value)
- Overrides:
withIdin classAbstractCTCatalogueType
-
withUuid
public CTCrsCatalogueType withUuid(String value)
- Overrides:
withUuidin classAbstractCTCatalogueType
-
-