Class CodeListDictionaryType
- java.lang.Object
-
- net.opengis.gml.v_3_2.AbstractGMLType
-
- net.opengis.gml.v_3_2.DefinitionBaseType
-
- net.opengis.gml.v_3_2.DefinitionType
-
- net.opengis.gml.v_3_2.DictionaryType
-
- net.opengis.iso19139.gmx.v_20070417.CodeListDictionaryType
-
- 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
- Direct Known Subclasses:
MLCodeListDictionaryType
public class CodeListDictionaryType extends DictionaryType 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
Constraints: - 1) metadataProperty.card = 0 - 2) dictionaryEntry.card = 0Java class for CodeListDictionary_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeListDictionary_Type"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}DictionaryType"> <sequence> <element name="codeEntry" type="{http://www.isotc211.org/2005/gmx}CodeDefinition_PropertyType" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CodeDefinitionPropertyType>codeEntry-
Fields inherited from class net.opengis.gml.v_3_2.DictionaryType
aggregationType, dictionaryEntryOrIndirectEntry
-
Fields inherited from class net.opengis.gml.v_3_2.DefinitionType
remarks
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description CodeListDictionaryType()Default no-arg constructorCodeListDictionaryType(List<CodeDefinitionPropertyType> codeEntry)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)List<CodeDefinitionPropertyType>getCodeEntry()Gets the value of the codeEntry property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetCodeEntry()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetCodeEntry(List<CodeDefinitionPropertyType> value)StringtoString()voidunsetCodeEntry()CodeListDictionaryTypewithCodeEntry(Collection<CodeDefinitionPropertyType> values)CodeListDictionaryTypewithCodeEntry(List<CodeDefinitionPropertyType> value)CodeListDictionaryTypewithCodeEntry(CodeDefinitionPropertyType... values)-
Methods inherited from class net.opengis.gml.v_3_2.DictionaryType
getAggregationType, getDictionaryEntryOrIndirectEntry, isSetAggregationType, isSetDictionaryEntryOrIndirectEntry, setAggregationType, setDictionaryEntryOrIndirectEntry, unsetDictionaryEntryOrIndirectEntry, withAggregationType, withDescription, withDescriptionReference, withDictionaryEntryOrIndirectEntry, withDictionaryEntryOrIndirectEntry, withDictionaryEntryOrIndirectEntry, withId, withIdentifier, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName, withRemarks
-
Methods inherited from class net.opengis.gml.v_3_2.DefinitionType
getRemarks, isSetRemarks, setRemarks
-
Methods inherited from class net.opengis.gml.v_3_2.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
-
-
-
-
Field Detail
-
codeEntry
protected List<CodeDefinitionPropertyType> codeEntry
-
-
Constructor Detail
-
CodeListDictionaryType
public CodeListDictionaryType()
Default no-arg constructor
-
CodeListDictionaryType
public CodeListDictionaryType(List<CodeDefinitionPropertyType> codeEntry)
Fully-initialising value constructor
-
-
Method Detail
-
getCodeEntry
public List<CodeDefinitionPropertyType> getCodeEntry()
Gets the value of the codeEntry 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 codeEntry property.For example, to add a new item, do as follows:
getCodeEntry().add(newItem);Objects of the following type(s) are allowed in the list
CodeDefinitionPropertyType
-
isSetCodeEntry
public boolean isSetCodeEntry()
-
unsetCodeEntry
public void unsetCodeEntry()
-
toString
public String toString()
- Overrides:
toStringin classDictionaryType
-
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 classDictionaryType
-
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 classDictionaryType
-
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 classDictionaryType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classDictionaryType
-
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 classDictionaryType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDictionaryType
-
clone
public Object clone()
- Overrides:
clonein classDictionaryType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classDictionaryType
-
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 classDictionaryType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classDictionaryType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classDictionaryType
-
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 classDictionaryType
-
setCodeEntry
public void setCodeEntry(List<CodeDefinitionPropertyType> value)
-
withCodeEntry
public CodeListDictionaryType withCodeEntry(CodeDefinitionPropertyType... values)
-
withCodeEntry
public CodeListDictionaryType withCodeEntry(Collection<CodeDefinitionPropertyType> values)
-
withCodeEntry
public CodeListDictionaryType withCodeEntry(List<CodeDefinitionPropertyType> value)
-
-