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