public class CTUomCatalogueType extends AbstractCTCatalogueType implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<UnitDefinitionPropertyType> |
uomItem |
characterSet, fieldOfApplication, language, locale, name, scope, subCatalogue, versionDate, versionNumberid, uuid| Constructor and Description |
|---|
CTUomCatalogueType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<UnitDefinitionPropertyType> |
getUomItem()
Gets the value of the uomItem property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetUomItem() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setUomItem(java.util.List<UnitDefinitionPropertyType> value) |
java.lang.String |
toString() |
void |
unsetUomItem() |
CTUomCatalogueType |
withCharacterSet(MDCharacterSetCodePropertyType value) |
CTUomCatalogueType |
withFieldOfApplication(CharacterStringPropertyType... values) |
CTUomCatalogueType |
withFieldOfApplication(java.util.Collection<CharacterStringPropertyType> values) |
CTUomCatalogueType |
withFieldOfApplication(java.util.List<CharacterStringPropertyType> value) |
CTUomCatalogueType |
withId(java.lang.String value) |
CTUomCatalogueType |
withLanguage(CharacterStringPropertyType value) |
CTUomCatalogueType |
withLocale(java.util.Collection<PTLocalePropertyType> values) |
CTUomCatalogueType |
withLocale(java.util.List<PTLocalePropertyType> value) |
CTUomCatalogueType |
withLocale(PTLocalePropertyType... values) |
CTUomCatalogueType |
withName(CharacterStringPropertyType value) |
CTUomCatalogueType |
withScope(CharacterStringPropertyType... values) |
CTUomCatalogueType |
withScope(java.util.Collection<CharacterStringPropertyType> values) |
CTUomCatalogueType |
withScope(java.util.List<CharacterStringPropertyType> value) |
CTUomCatalogueType |
withSubCatalogue(java.util.Collection<CTCataloguePropertyType> values) |
CTUomCatalogueType |
withSubCatalogue(CTCataloguePropertyType... values) |
CTUomCatalogueType |
withSubCatalogue(java.util.List<CTCataloguePropertyType> value) |
CTUomCatalogueType |
withUomItem(java.util.Collection<UnitDefinitionPropertyType> values) |
CTUomCatalogueType |
withUomItem(java.util.List<UnitDefinitionPropertyType> value) |
CTUomCatalogueType |
withUomItem(UnitDefinitionPropertyType... values) |
CTUomCatalogueType |
withUuid(java.lang.String value) |
CTUomCatalogueType |
withVersionDate(DatePropertyType value) |
CTUomCatalogueType |
withVersionNumber(CharacterStringPropertyType value) |
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, unsetSubCatalogueprotected java.util.List<UnitDefinitionPropertyType> uomItem
public java.util.List<UnitDefinitionPropertyType> getUomItem()
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 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
public boolean isSetUomItem()
public void unsetUomItem()
public java.lang.String toString()
toString in class AbstractCTCatalogueTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractCTCatalogueTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractCTCatalogueTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractCTCatalogueTypepublic boolean equals(java.lang.Object object)
equals in class AbstractCTCatalogueTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractCTCatalogueTypepublic int hashCode()
hashCode in class AbstractCTCatalogueTypepublic java.lang.Object clone()
clone in class AbstractCTCatalogueTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractCTCatalogueTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractCTCatalogueTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractCTCatalogueTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractCTCatalogueTypepublic void setUomItem(java.util.List<UnitDefinitionPropertyType> value)
public CTUomCatalogueType withUomItem(UnitDefinitionPropertyType... values)
public CTUomCatalogueType withUomItem(java.util.Collection<UnitDefinitionPropertyType> values)
public CTUomCatalogueType withUomItem(java.util.List<UnitDefinitionPropertyType> value)
public CTUomCatalogueType withName(CharacterStringPropertyType value)
withName in class AbstractCTCatalogueTypepublic CTUomCatalogueType withScope(CharacterStringPropertyType... values)
withScope in class AbstractCTCatalogueTypepublic CTUomCatalogueType withScope(java.util.Collection<CharacterStringPropertyType> values)
withScope in class AbstractCTCatalogueTypepublic CTUomCatalogueType withFieldOfApplication(CharacterStringPropertyType... values)
withFieldOfApplication in class AbstractCTCatalogueTypepublic CTUomCatalogueType withFieldOfApplication(java.util.Collection<CharacterStringPropertyType> values)
withFieldOfApplication in class AbstractCTCatalogueTypepublic CTUomCatalogueType withVersionNumber(CharacterStringPropertyType value)
withVersionNumber in class AbstractCTCatalogueTypepublic CTUomCatalogueType withVersionDate(DatePropertyType value)
withVersionDate in class AbstractCTCatalogueTypepublic CTUomCatalogueType withLanguage(CharacterStringPropertyType value)
withLanguage in class AbstractCTCatalogueTypepublic CTUomCatalogueType withCharacterSet(MDCharacterSetCodePropertyType value)
withCharacterSet in class AbstractCTCatalogueTypepublic CTUomCatalogueType withLocale(PTLocalePropertyType... values)
withLocale in class AbstractCTCatalogueTypepublic CTUomCatalogueType withLocale(java.util.Collection<PTLocalePropertyType> values)
withLocale in class AbstractCTCatalogueTypepublic CTUomCatalogueType withSubCatalogue(CTCataloguePropertyType... values)
withSubCatalogue in class AbstractCTCatalogueTypepublic CTUomCatalogueType withSubCatalogue(java.util.Collection<CTCataloguePropertyType> values)
withSubCatalogue in class AbstractCTCatalogueTypepublic CTUomCatalogueType withScope(java.util.List<CharacterStringPropertyType> value)
withScope in class AbstractCTCatalogueTypepublic CTUomCatalogueType withFieldOfApplication(java.util.List<CharacterStringPropertyType> value)
withFieldOfApplication in class AbstractCTCatalogueTypepublic CTUomCatalogueType withLocale(java.util.List<PTLocalePropertyType> value)
withLocale in class AbstractCTCatalogueTypepublic CTUomCatalogueType withSubCatalogue(java.util.List<CTCataloguePropertyType> value)
withSubCatalogue in class AbstractCTCatalogueTypepublic CTUomCatalogueType withId(java.lang.String value)
withId in class AbstractCTCatalogueTypepublic CTUomCatalogueType withUuid(java.lang.String value)
withUuid in class AbstractCTCatalogueTypeCopyright © 2008-2021. All Rights Reserved.