net.opengis.iso19139.gmx.v_20060504
Class AbstractCTCatalogueType

java.lang.Object
  extended by net.opengis.iso19139.gco.v_20060504.AbstractObjectType
      extended by net.opengis.iso19139.gmx.v_20060504.AbstractCTCatalogueType
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
Direct Known Subclasses:
CTCodelistCatalogueType, CTCrsCatalogueType, CTUomCatalogueType

public abstract class AbstractCTCatalogueType
extends AbstractObjectType
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 AbstractCT_Catalogue_Type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractCT_Catalogue_Type">
   <complexContent>
     <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type">
       <sequence>
         <element name="name" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/>
         <element name="scope" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded"/>
         <element name="fieldOfApplication" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="versionNumber" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/>
         <element name="versionDate" type="{http://www.isotc211.org/2005/gco}Date_PropertyType"/>
         <element name="language" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
         <element name="characterSet" type="{http://www.isotc211.org/2005/gmd}MD_CharacterSetCode_PropertyType" minOccurs="0"/>
         <element name="locale" type="{http://www.isotc211.org/2005/gmd}PT_Locale_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subCatalogue" type="{http://www.isotc211.org/2005/gmx}CT_Catalogue_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  MDCharacterSetCodePropertyType characterSet
           
protected  List<CharacterStringPropertyType> fieldOfApplication
           
protected  CharacterStringPropertyType language
           
protected  List<PTLocalePropertyType> locale
           
protected  CharacterStringPropertyType name
           
protected  List<CharacterStringPropertyType> scope
           
protected  List<CTCataloguePropertyType> subCatalogue
           
protected  DatePropertyType versionDate
           
protected  CharacterStringPropertyType versionNumber
           
 
Fields inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType
id, uuid
 
Constructor Summary
AbstractCTCatalogueType()
           
 
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)
           
 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)
           
 MDCharacterSetCodePropertyType getCharacterSet()
          Gets the value of the characterSet property.
 List<CharacterStringPropertyType> getFieldOfApplication()
          Gets the value of the fieldOfApplication property.
 CharacterStringPropertyType getLanguage()
          Gets the value of the language property.
 List<PTLocalePropertyType> getLocale()
          Gets the value of the locale property.
 CharacterStringPropertyType getName()
          Gets the value of the name property.
 List<CharacterStringPropertyType> getScope()
          Gets the value of the scope property.
 List<CTCataloguePropertyType> getSubCatalogue()
          Gets the value of the subCatalogue property.
 DatePropertyType getVersionDate()
          Gets the value of the versionDate property.
 CharacterStringPropertyType getVersionNumber()
          Gets the value of the versionNumber 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 setCharacterSet(MDCharacterSetCodePropertyType value)
          Sets the value of the characterSet property.
 void setFieldOfApplication(List<CharacterStringPropertyType> value)
           
 void setLanguage(CharacterStringPropertyType value)
          Sets the value of the language property.
 void setLocale(List<PTLocalePropertyType> value)
           
 void setName(CharacterStringPropertyType value)
          Sets the value of the name property.
 void setScope(List<CharacterStringPropertyType> value)
           
 void setSubCatalogue(List<CTCataloguePropertyType> value)
           
 void setVersionDate(DatePropertyType value)
          Sets the value of the versionDate property.
 void setVersionNumber(CharacterStringPropertyType value)
          Sets the value of the versionNumber property.
 String toString()
           
 AbstractCTCatalogueType withCharacterSet(MDCharacterSetCodePropertyType value)
           
 AbstractCTCatalogueType withFieldOfApplication(CharacterStringPropertyType... values)
           
 AbstractCTCatalogueType withFieldOfApplication(Collection<CharacterStringPropertyType> values)
           
 AbstractCTCatalogueType withFieldOfApplication(List<CharacterStringPropertyType> value)
           
 AbstractCTCatalogueType withId(String value)
           
 AbstractCTCatalogueType withLanguage(CharacterStringPropertyType value)
           
 AbstractCTCatalogueType withLocale(Collection<PTLocalePropertyType> values)
           
 AbstractCTCatalogueType withLocale(List<PTLocalePropertyType> value)
           
 AbstractCTCatalogueType withLocale(PTLocalePropertyType... values)
           
 AbstractCTCatalogueType withName(CharacterStringPropertyType value)
           
 AbstractCTCatalogueType withScope(CharacterStringPropertyType... values)
           
 AbstractCTCatalogueType withScope(Collection<CharacterStringPropertyType> values)
           
 AbstractCTCatalogueType withScope(List<CharacterStringPropertyType> value)
           
 AbstractCTCatalogueType withSubCatalogue(Collection<CTCataloguePropertyType> values)
           
 AbstractCTCatalogueType withSubCatalogue(CTCataloguePropertyType... values)
           
 AbstractCTCatalogueType withSubCatalogue(List<CTCataloguePropertyType> value)
           
 AbstractCTCatalogueType withUuid(String value)
           
 AbstractCTCatalogueType withVersionDate(DatePropertyType value)
           
 AbstractCTCatalogueType withVersionNumber(CharacterStringPropertyType value)
           
 
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
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom
createNewInstance
 

Field Detail

name

protected CharacterStringPropertyType name

scope

protected List<CharacterStringPropertyType> scope

fieldOfApplication

protected List<CharacterStringPropertyType> fieldOfApplication

versionNumber

protected CharacterStringPropertyType versionNumber

versionDate

protected DatePropertyType versionDate

language

protected CharacterStringPropertyType language

characterSet

protected MDCharacterSetCodePropertyType characterSet

locale

protected List<PTLocalePropertyType> locale

subCatalogue

protected List<CTCataloguePropertyType> subCatalogue
Constructor Detail

AbstractCTCatalogueType

public AbstractCTCatalogueType()
Method Detail

getName

public CharacterStringPropertyType getName()
Gets the value of the name property.

Returns:
possible object is CharacterStringPropertyType

setName

public void setName(CharacterStringPropertyType value)
Sets the value of the name property.

Parameters:
value - allowed object is CharacterStringPropertyType

getScope

public List<CharacterStringPropertyType> getScope()
Gets the value of the scope 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 scope property.

For example, to add a new item, do as follows:

    getScope().add(newItem);
 

Objects of the following type(s) are allowed in the list CharacterStringPropertyType


getFieldOfApplication

public List<CharacterStringPropertyType> getFieldOfApplication()
Gets the value of the fieldOfApplication 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 fieldOfApplication property.

For example, to add a new item, do as follows:

    getFieldOfApplication().add(newItem);
 

Objects of the following type(s) are allowed in the list CharacterStringPropertyType


getVersionNumber

public CharacterStringPropertyType getVersionNumber()
Gets the value of the versionNumber property.

Returns:
possible object is CharacterStringPropertyType

setVersionNumber

public void setVersionNumber(CharacterStringPropertyType value)
Sets the value of the versionNumber property.

Parameters:
value - allowed object is CharacterStringPropertyType

getVersionDate

public DatePropertyType getVersionDate()
Gets the value of the versionDate property.

Returns:
possible object is DatePropertyType

setVersionDate

public void setVersionDate(DatePropertyType value)
Sets the value of the versionDate property.

Parameters:
value - allowed object is DatePropertyType

getLanguage

public CharacterStringPropertyType getLanguage()
Gets the value of the language property.

Returns:
possible object is CharacterStringPropertyType

setLanguage

public void setLanguage(CharacterStringPropertyType value)
Sets the value of the language property.

Parameters:
value - allowed object is CharacterStringPropertyType

getCharacterSet

public MDCharacterSetCodePropertyType getCharacterSet()
Gets the value of the characterSet property.

Returns:
possible object is MDCharacterSetCodePropertyType

setCharacterSet

public void setCharacterSet(MDCharacterSetCodePropertyType value)
Sets the value of the characterSet property.

Parameters:
value - allowed object is MDCharacterSetCodePropertyType

getLocale

public List<PTLocalePropertyType> getLocale()
Gets the value of the locale 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 locale property.

For example, to add a new item, do as follows:

    getLocale().add(newItem);
 

Objects of the following type(s) are allowed in the list PTLocalePropertyType


getSubCatalogue

public List<CTCataloguePropertyType> getSubCatalogue()
Gets the value of the subCatalogue 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 subCatalogue property.

For example, to add a new item, do as follows:

    getSubCatalogue().add(newItem);
 

Objects of the following type(s) are allowed in the list CTCataloguePropertyType


toString

public String toString()
Overrides:
toString in class AbstractObjectType

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 AbstractObjectType

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 AbstractObjectType

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 AbstractObjectType

equals

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

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 AbstractObjectType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractObjectType

clone

public Object clone()
Overrides:
clone in class AbstractObjectType

copyTo

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

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 AbstractObjectType

mergeFrom

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

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 AbstractObjectType

setScope

public void setScope(List<CharacterStringPropertyType> value)

setFieldOfApplication

public void setFieldOfApplication(List<CharacterStringPropertyType> value)

setLocale

public void setLocale(List<PTLocalePropertyType> value)

setSubCatalogue

public void setSubCatalogue(List<CTCataloguePropertyType> value)

withName

public AbstractCTCatalogueType withName(CharacterStringPropertyType value)

withScope

public AbstractCTCatalogueType withScope(CharacterStringPropertyType... values)

withScope

public AbstractCTCatalogueType withScope(Collection<CharacterStringPropertyType> values)

withFieldOfApplication

public AbstractCTCatalogueType withFieldOfApplication(CharacterStringPropertyType... values)

withFieldOfApplication

public AbstractCTCatalogueType withFieldOfApplication(Collection<CharacterStringPropertyType> values)

withVersionNumber

public AbstractCTCatalogueType withVersionNumber(CharacterStringPropertyType value)

withVersionDate

public AbstractCTCatalogueType withVersionDate(DatePropertyType value)

withLanguage

public AbstractCTCatalogueType withLanguage(CharacterStringPropertyType value)

withCharacterSet

public AbstractCTCatalogueType withCharacterSet(MDCharacterSetCodePropertyType value)

withLocale

public AbstractCTCatalogueType withLocale(PTLocalePropertyType... values)

withLocale

public AbstractCTCatalogueType withLocale(Collection<PTLocalePropertyType> values)

withSubCatalogue

public AbstractCTCatalogueType withSubCatalogue(CTCataloguePropertyType... values)

withSubCatalogue

public AbstractCTCatalogueType withSubCatalogue(Collection<CTCataloguePropertyType> values)

withScope

public AbstractCTCatalogueType withScope(List<CharacterStringPropertyType> value)

withFieldOfApplication

public AbstractCTCatalogueType withFieldOfApplication(List<CharacterStringPropertyType> value)

withLocale

public AbstractCTCatalogueType withLocale(List<PTLocalePropertyType> value)

withSubCatalogue

public AbstractCTCatalogueType withSubCatalogue(List<CTCataloguePropertyType> value)

withId

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

withUuid

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


Copyright © 2008-2015. All Rights Reserved.