net.opengis.iso19139.gmx.v_20060504
Class CTCrsCatalogueType

java.lang.Object
  extended by net.opengis.iso19139.gco.v_20060504.AbstractObjectType
      extended by net.opengis.iso19139.gmx.v_20060504.AbstractCTCatalogueType
          extended by net.opengis.iso19139.gmx.v_20060504.CTCrsCatalogueType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class CTCrsCatalogueType
extends AbstractCTCatalogueType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.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
protected  List<CTCoordinateSystemAxisPropertyType> axis
           
protected  List<CTCoordinateSystemPropertyType> coordinateSystem
           
protected  List<CTCRSPropertyType> crs
           
protected  List<CTDatumPropertyType> datum
           
protected  List<CTEllipsoidPropertyType> ellipsoid
           
protected  List<CTOperationPropertyType> operation
           
protected  List<CTOperationMethodPropertyType> operationMethod
           
protected  List<CTOperationParametersPropertyType> parameters
           
protected  List<CTPrimeMeridianPropertyType> primeMeridian
           
 
Fields inherited from class net.opengis.iso19139.gmx.v_20060504.AbstractCTCatalogueType
characterSet, fieldOfApplication, language, locale, name, scope, subCatalogue, versionDate, versionNumber
 
Fields inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType
id, uuid
 
Constructor Summary
CTCrsCatalogueType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 List<CTCoordinateSystemAxisPropertyType> getAxis()
          Gets the value of the axis property.
 List<CTCoordinateSystemPropertyType> getCoordinateSystem()
          Gets the value of the coordinateSystem property.
 List<CTCRSPropertyType> getCrs()
          Gets the value of the crs property.
 List<CTDatumPropertyType> getDatum()
          Gets the value of the datum property.
 List<CTEllipsoidPropertyType> getEllipsoid()
          Gets the value of the ellipsoid property.
 List<CTOperationPropertyType> getOperation()
          Gets the value of the operation property.
 List<CTOperationMethodPropertyType> getOperationMethod()
          Gets the value of the operationMethod property.
 List<CTOperationParametersPropertyType> getParameters()
          Gets the value of the parameters property.
 List<CTPrimeMeridianPropertyType> getPrimeMeridian()
          Gets the value of the primeMeridian property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setAxis(List<CTCoordinateSystemAxisPropertyType> value)
           
 void setCoordinateSystem(List<CTCoordinateSystemPropertyType> value)
           
 void setCrs(List<CTCRSPropertyType> value)
           
 void setDatum(List<CTDatumPropertyType> value)
           
 void setEllipsoid(List<CTEllipsoidPropertyType> value)
           
 void setOperation(List<CTOperationPropertyType> value)
           
 void setOperationMethod(List<CTOperationMethodPropertyType> value)
           
 void setParameters(List<CTOperationParametersPropertyType> value)
           
 void setPrimeMeridian(List<CTPrimeMeridianPropertyType> value)
           
 String toString()
           
 CTCrsCatalogueType withAxis(Collection<CTCoordinateSystemAxisPropertyType> values)
           
 CTCrsCatalogueType withAxis(CTCoordinateSystemAxisPropertyType... values)
           
 CTCrsCatalogueType withAxis(List<CTCoordinateSystemAxisPropertyType> value)
           
 CTCrsCatalogueType withCharacterSet(MDCharacterSetCodePropertyType value)
           
 CTCrsCatalogueType withCoordinateSystem(Collection<CTCoordinateSystemPropertyType> values)
           
 CTCrsCatalogueType withCoordinateSystem(CTCoordinateSystemPropertyType... values)
           
 CTCrsCatalogueType withCoordinateSystem(List<CTCoordinateSystemPropertyType> value)
           
 CTCrsCatalogueType withCrs(Collection<CTCRSPropertyType> values)
           
 CTCrsCatalogueType withCrs(CTCRSPropertyType... values)
           
 CTCrsCatalogueType withCrs(List<CTCRSPropertyType> value)
           
 CTCrsCatalogueType withDatum(Collection<CTDatumPropertyType> values)
           
 CTCrsCatalogueType withDatum(CTDatumPropertyType... values)
           
 CTCrsCatalogueType withDatum(List<CTDatumPropertyType> value)
           
 CTCrsCatalogueType withEllipsoid(Collection<CTEllipsoidPropertyType> values)
           
 CTCrsCatalogueType withEllipsoid(CTEllipsoidPropertyType... values)
           
 CTCrsCatalogueType withEllipsoid(List<CTEllipsoidPropertyType> value)
           
 CTCrsCatalogueType withFieldOfApplication(CharacterStringPropertyType... values)
           
 CTCrsCatalogueType withFieldOfApplication(Collection<CharacterStringPropertyType> values)
           
 CTCrsCatalogueType withFieldOfApplication(List<CharacterStringPropertyType> value)
           
 CTCrsCatalogueType withId(String value)
           
 CTCrsCatalogueType withLanguage(CharacterStringPropertyType value)
           
 CTCrsCatalogueType withLocale(Collection<PTLocalePropertyType> values)
           
 CTCrsCatalogueType withLocale(List<PTLocalePropertyType> value)
           
 CTCrsCatalogueType withLocale(PTLocalePropertyType... values)
           
 CTCrsCatalogueType withName(CharacterStringPropertyType value)
           
 CTCrsCatalogueType withOperation(Collection<CTOperationPropertyType> values)
           
 CTCrsCatalogueType withOperation(CTOperationPropertyType... values)
           
 CTCrsCatalogueType withOperation(List<CTOperationPropertyType> value)
           
 CTCrsCatalogueType withOperationMethod(Collection<CTOperationMethodPropertyType> values)
           
 CTCrsCatalogueType withOperationMethod(CTOperationMethodPropertyType... values)
           
 CTCrsCatalogueType withOperationMethod(List<CTOperationMethodPropertyType> value)
           
 CTCrsCatalogueType withParameters(Collection<CTOperationParametersPropertyType> values)
           
 CTCrsCatalogueType withParameters(CTOperationParametersPropertyType... values)
           
 CTCrsCatalogueType withParameters(List<CTOperationParametersPropertyType> value)
           
 CTCrsCatalogueType withPrimeMeridian(Collection<CTPrimeMeridianPropertyType> values)
           
 CTCrsCatalogueType withPrimeMeridian(CTPrimeMeridianPropertyType... values)
           
 CTCrsCatalogueType withPrimeMeridian(List<CTPrimeMeridianPropertyType> value)
           
 CTCrsCatalogueType withScope(CharacterStringPropertyType... values)
           
 CTCrsCatalogueType withScope(Collection<CharacterStringPropertyType> values)
           
 CTCrsCatalogueType withScope(List<CharacterStringPropertyType> value)
           
 CTCrsCatalogueType withSubCatalogue(Collection<CTCataloguePropertyType> values)
           
 CTCrsCatalogueType withSubCatalogue(CTCataloguePropertyType... values)
           
 CTCrsCatalogueType withSubCatalogue(List<CTCataloguePropertyType> value)
           
 CTCrsCatalogueType withUuid(String value)
           
 CTCrsCatalogueType withVersionDate(DatePropertyType value)
           
 CTCrsCatalogueType withVersionNumber(CharacterStringPropertyType value)
           
 
Methods inherited from class net.opengis.iso19139.gmx.v_20060504.AbstractCTCatalogueType
getCharacterSet, getFieldOfApplication, getLanguage, getLocale, getName, getScope, getSubCatalogue, getVersionDate, getVersionNumber, setCharacterSet, setFieldOfApplication, setLanguage, setLocale, setName, setScope, setSubCatalogue, setVersionDate, setVersionNumber
 
Methods inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType
getId, getUuid, setId, setUuid
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

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()
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 JAXB object. This is why there is not a set method 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


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 JAXB object. This is why there is not a set method 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


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 JAXB object. This is why there is not a set method 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


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 JAXB object. This is why there is not a set method 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


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 JAXB object. This is why there is not a set method 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


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 JAXB object. This is why there is not a set method 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


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 JAXB object. This is why there is not a set method 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


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 JAXB object. This is why there is not a set method 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


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 JAXB object. This is why there is not a set method 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


toString

public String toString()
Overrides:
toString in class AbstractCTCatalogueType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractCTCatalogueType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractCTCatalogueType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractCTCatalogueType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractCTCatalogueType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractCTCatalogueType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractCTCatalogueType

clone

public Object clone()
Overrides:
clone in class AbstractCTCatalogueType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractCTCatalogueType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractCTCatalogueType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractCTCatalogueType

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractCTCatalogueType

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:
withName in class AbstractCTCatalogueType

withScope

public CTCrsCatalogueType withScope(CharacterStringPropertyType... values)
Overrides:
withScope in class AbstractCTCatalogueType

withScope

public CTCrsCatalogueType withScope(Collection<CharacterStringPropertyType> values)
Overrides:
withScope in class AbstractCTCatalogueType

withFieldOfApplication

public CTCrsCatalogueType withFieldOfApplication(CharacterStringPropertyType... values)
Overrides:
withFieldOfApplication in class AbstractCTCatalogueType

withFieldOfApplication

public CTCrsCatalogueType withFieldOfApplication(Collection<CharacterStringPropertyType> values)
Overrides:
withFieldOfApplication in class AbstractCTCatalogueType

withVersionNumber

public CTCrsCatalogueType withVersionNumber(CharacterStringPropertyType value)
Overrides:
withVersionNumber in class AbstractCTCatalogueType

withVersionDate

public CTCrsCatalogueType withVersionDate(DatePropertyType value)
Overrides:
withVersionDate in class AbstractCTCatalogueType

withLanguage

public CTCrsCatalogueType withLanguage(CharacterStringPropertyType value)
Overrides:
withLanguage in class AbstractCTCatalogueType

withCharacterSet

public CTCrsCatalogueType withCharacterSet(MDCharacterSetCodePropertyType value)
Overrides:
withCharacterSet in class AbstractCTCatalogueType

withLocale

public CTCrsCatalogueType withLocale(PTLocalePropertyType... values)
Overrides:
withLocale in class AbstractCTCatalogueType

withLocale

public CTCrsCatalogueType withLocale(Collection<PTLocalePropertyType> values)
Overrides:
withLocale in class AbstractCTCatalogueType

withSubCatalogue

public CTCrsCatalogueType withSubCatalogue(CTCataloguePropertyType... values)
Overrides:
withSubCatalogue in class AbstractCTCatalogueType

withSubCatalogue

public CTCrsCatalogueType withSubCatalogue(Collection<CTCataloguePropertyType> values)
Overrides:
withSubCatalogue in class AbstractCTCatalogueType

withScope

public CTCrsCatalogueType withScope(List<CharacterStringPropertyType> value)
Overrides:
withScope in class AbstractCTCatalogueType

withFieldOfApplication

public CTCrsCatalogueType withFieldOfApplication(List<CharacterStringPropertyType> value)
Overrides:
withFieldOfApplication in class AbstractCTCatalogueType

withLocale

public CTCrsCatalogueType withLocale(List<PTLocalePropertyType> value)
Overrides:
withLocale in class AbstractCTCatalogueType

withSubCatalogue

public CTCrsCatalogueType withSubCatalogue(List<CTCataloguePropertyType> value)
Overrides:
withSubCatalogue in class AbstractCTCatalogueType

withId

public CTCrsCatalogueType withId(String value)
Overrides:
withId in class AbstractCTCatalogueType

withUuid

public CTCrsCatalogueType withUuid(String value)
Overrides:
withUuid in class AbstractCTCatalogueType


Copyright © 2008-2015. All Rights Reserved.