public class BasicIdentificationType extends DescriptionType 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 BasicIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicIdentificationType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}DescriptionType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}Identifier" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodeType |
identifier |
protected java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> |
metadata |
_abstract, keywords, title| Constructor and Description |
|---|
BasicIdentificationType() |
| 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) |
CodeType |
getIdentifier()
Optional unique identifier or name of this
dataset.
|
java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> |
getMetadata()
Optional unordered list of additional metadata
about this data(set).
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetIdentifier() |
boolean |
isSetMetadata() |
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 |
setIdentifier(CodeType value)
Sets the value of the identifier property.
|
void |
setMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
java.lang.String |
toString() |
void |
unsetMetadata() |
BasicIdentificationType |
withAbstract(java.util.Collection<LanguageStringType> values) |
BasicIdentificationType |
withAbstract(LanguageStringType... values) |
BasicIdentificationType |
withAbstract(java.util.List<LanguageStringType> value) |
BasicIdentificationType |
withIdentifier(CodeType value) |
BasicIdentificationType |
withKeywords(java.util.Collection<KeywordsType> values) |
BasicIdentificationType |
withKeywords(KeywordsType... values) |
BasicIdentificationType |
withKeywords(java.util.List<KeywordsType> value) |
BasicIdentificationType |
withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values) |
BasicIdentificationType |
withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values) |
BasicIdentificationType |
withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
BasicIdentificationType |
withTitle(java.util.Collection<LanguageStringType> values) |
BasicIdentificationType |
withTitle(LanguageStringType... values) |
BasicIdentificationType |
withTitle(java.util.List<LanguageStringType> value) |
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitleprotected CodeType identifier
protected java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> metadata
public CodeType getIdentifier()
CodeTypepublic void setIdentifier(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetIdentifier()
public java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> getMetadata()
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 metadata property.
For example, to add a new item, do as follows:
getMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AdditionalParametersType>
JAXBElement<MetadataType>
public boolean isSetMetadata()
public void unsetMetadata()
public java.lang.String toString()
toString in class DescriptionTypepublic 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 DescriptionTypepublic 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 DescriptionTypepublic 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 DescriptionTypepublic boolean equals(java.lang.Object object)
equals in class DescriptionTypepublic 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 DescriptionTypepublic int hashCode()
hashCode in class DescriptionTypepublic java.lang.Object clone()
clone in class DescriptionTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class DescriptionTypepublic 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 DescriptionTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class DescriptionTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class DescriptionTypepublic 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 DescriptionTypepublic void setMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
public BasicIdentificationType withIdentifier(CodeType value)
public BasicIdentificationType withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values)
public BasicIdentificationType withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values)
public BasicIdentificationType withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
public BasicIdentificationType withTitle(LanguageStringType... values)
withTitle in class DescriptionTypepublic BasicIdentificationType withTitle(java.util.Collection<LanguageStringType> values)
withTitle in class DescriptionTypepublic BasicIdentificationType withAbstract(LanguageStringType... values)
withAbstract in class DescriptionTypepublic BasicIdentificationType withAbstract(java.util.Collection<LanguageStringType> values)
withAbstract in class DescriptionTypepublic BasicIdentificationType withKeywords(KeywordsType... values)
withKeywords in class DescriptionTypepublic BasicIdentificationType withKeywords(java.util.Collection<KeywordsType> values)
withKeywords in class DescriptionTypepublic BasicIdentificationType withTitle(java.util.List<LanguageStringType> value)
withTitle in class DescriptionTypepublic BasicIdentificationType withAbstract(java.util.List<LanguageStringType> value)
withAbstract in class DescriptionTypepublic BasicIdentificationType withKeywords(java.util.List<KeywordsType> value)
withKeywords in class DescriptionTypeCopyright © 2008-2022. All Rights Reserved.