Class CTCodelistCatalogueType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmx.v_20070417.AbstractCTCatalogueType
-
- net.opengis.iso19139.gmx.v_20070417.CTCodelistCatalogueType
-
- 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 CTCodelistCatalogueType 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_CodelistCatalogue_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CodelistCatalogue_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmx}AbstractCT_Catalogue_Type"> <sequence> <element name="codelistItem" type="{http://www.isotc211.org/2005/gmx}CT_Codelist_PropertyType" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CTCodelistPropertyType>codelistItem-
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 CTCodelistCatalogueType()Default no-arg constructorCTCodelistCatalogueType(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<CTCodelistPropertyType> codelistItem)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
-
codelistItem
protected List<CTCodelistPropertyType> codelistItem
-
-
Constructor Detail
-
CTCodelistCatalogueType
public CTCodelistCatalogueType()
Default no-arg constructor
-
CTCodelistCatalogueType
public CTCodelistCatalogueType(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<CTCodelistPropertyType> codelistItem)
Fully-initialising value constructor
-
-
Method Detail
-
getCodelistItem
public List<CTCodelistPropertyType> getCodelistItem()
Gets the value of the codelistItem 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 codelistItem property.For example, to add a new item, do as follows:
getCodelistItem().add(newItem);Objects of the following type(s) are allowed in the list
CTCodelistPropertyType
-
isSetCodelistItem
public boolean isSetCodelistItem()
-
unsetCodelistItem
public void unsetCodelistItem()
-
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
-
setCodelistItem
public void setCodelistItem(List<CTCodelistPropertyType> value)
-
withCodelistItem
public CTCodelistCatalogueType withCodelistItem(CTCodelistPropertyType... values)
-
withCodelistItem
public CTCodelistCatalogueType withCodelistItem(Collection<CTCodelistPropertyType> values)
-
withCodelistItem
public CTCodelistCatalogueType withCodelistItem(List<CTCodelistPropertyType> value)
-
withName
public CTCodelistCatalogueType withName(CharacterStringPropertyType value)
- Overrides:
withNamein classAbstractCTCatalogueType
-
withScope
public CTCodelistCatalogueType withScope(CharacterStringPropertyType... values)
- Overrides:
withScopein classAbstractCTCatalogueType
-
withScope
public CTCodelistCatalogueType withScope(Collection<CharacterStringPropertyType> values)
- Overrides:
withScopein classAbstractCTCatalogueType
-
withFieldOfApplication
public CTCodelistCatalogueType withFieldOfApplication(CharacterStringPropertyType... values)
- Overrides:
withFieldOfApplicationin classAbstractCTCatalogueType
-
withFieldOfApplication
public CTCodelistCatalogueType withFieldOfApplication(Collection<CharacterStringPropertyType> values)
- Overrides:
withFieldOfApplicationin classAbstractCTCatalogueType
-
withVersionNumber
public CTCodelistCatalogueType withVersionNumber(CharacterStringPropertyType value)
- Overrides:
withVersionNumberin classAbstractCTCatalogueType
-
withVersionDate
public CTCodelistCatalogueType withVersionDate(DatePropertyType value)
- Overrides:
withVersionDatein classAbstractCTCatalogueType
-
withLanguage
public CTCodelistCatalogueType withLanguage(CharacterStringPropertyType value)
- Overrides:
withLanguagein classAbstractCTCatalogueType
-
withCharacterSet
public CTCodelistCatalogueType withCharacterSet(MDCharacterSetCodePropertyType value)
- Overrides:
withCharacterSetin classAbstractCTCatalogueType
-
withLocale
public CTCodelistCatalogueType withLocale(PTLocalePropertyType... values)
- Overrides:
withLocalein classAbstractCTCatalogueType
-
withLocale
public CTCodelistCatalogueType withLocale(Collection<PTLocalePropertyType> values)
- Overrides:
withLocalein classAbstractCTCatalogueType
-
withSubCatalogue
public CTCodelistCatalogueType withSubCatalogue(CTCataloguePropertyType... values)
- Overrides:
withSubCataloguein classAbstractCTCatalogueType
-
withSubCatalogue
public CTCodelistCatalogueType withSubCatalogue(Collection<CTCataloguePropertyType> values)
- Overrides:
withSubCataloguein classAbstractCTCatalogueType
-
withScope
public CTCodelistCatalogueType withScope(List<CharacterStringPropertyType> value)
- Overrides:
withScopein classAbstractCTCatalogueType
-
withFieldOfApplication
public CTCodelistCatalogueType withFieldOfApplication(List<CharacterStringPropertyType> value)
- Overrides:
withFieldOfApplicationin classAbstractCTCatalogueType
-
withLocale
public CTCodelistCatalogueType withLocale(List<PTLocalePropertyType> value)
- Overrides:
withLocalein classAbstractCTCatalogueType
-
withSubCatalogue
public CTCodelistCatalogueType withSubCatalogue(List<CTCataloguePropertyType> value)
- Overrides:
withSubCataloguein classAbstractCTCatalogueType
-
withId
public CTCodelistCatalogueType withId(String value)
- Overrides:
withIdin classAbstractCTCatalogueType
-
withUuid
public CTCodelistCatalogueType withUuid(String value)
- Overrides:
withUuidin classAbstractCTCatalogueType
-
-