public class IdentificationType extends BasicIdentificationType 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 IdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentificationType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}BasicIdentificationType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}OutputFormat" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}AvailableCRS" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> |
availableCRS |
protected java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> |
boundingBox |
protected java.util.List<java.lang.String> |
outputFormat |
identifier, metadata_abstract, keywords, title| Constructor and Description |
|---|
IdentificationType() |
| 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<javax.xml.bind.JAXBElement<java.lang.String>> |
getAvailableCRS()
Unordered list of zero or more available
coordinate reference systems.Gets the value of the availableCRS property.
|
java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> |
getBoundingBox()
Unordered list of zero or more bounding boxes
whose union describes the extent of this
dataset.Gets the value of the boundingBox property.
|
java.util.List<java.lang.String> |
getOutputFormat()
Unordered list of zero or more references to data
formats supported for server outputs.Gets the value of the outputFormat property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAvailableCRS() |
boolean |
isSetBoundingBox() |
boolean |
isSetOutputFormat() |
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 |
setAvailableCRS(java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> value) |
void |
setBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value) |
void |
setOutputFormat(java.util.List<java.lang.String> value) |
java.lang.String |
toString() |
void |
unsetAvailableCRS() |
void |
unsetBoundingBox() |
void |
unsetOutputFormat() |
IdentificationType |
withAbstract(java.util.Collection<LanguageStringType> values) |
IdentificationType |
withAbstract(LanguageStringType... values) |
IdentificationType |
withAbstract(java.util.List<LanguageStringType> value) |
IdentificationType |
withAvailableCRS(java.util.Collection<javax.xml.bind.JAXBElement<java.lang.String>> values) |
IdentificationType |
withAvailableCRS(javax.xml.bind.JAXBElement<java.lang.String>... values) |
IdentificationType |
withAvailableCRS(java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> value) |
IdentificationType |
withBoundingBox(java.util.Collection<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> values) |
IdentificationType |
withBoundingBox(javax.xml.bind.JAXBElement<? extends BoundingBoxType>... values) |
IdentificationType |
withBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value) |
IdentificationType |
withIdentifier(CodeType value) |
IdentificationType |
withKeywords(java.util.Collection<KeywordsType> values) |
IdentificationType |
withKeywords(KeywordsType... values) |
IdentificationType |
withKeywords(java.util.List<KeywordsType> value) |
IdentificationType |
withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values) |
IdentificationType |
withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values) |
IdentificationType |
withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
IdentificationType |
withOutputFormat(java.util.Collection<java.lang.String> values) |
IdentificationType |
withOutputFormat(java.util.List<java.lang.String> value) |
IdentificationType |
withOutputFormat(java.lang.String... values) |
IdentificationType |
withTitle(java.util.Collection<LanguageStringType> values) |
IdentificationType |
withTitle(LanguageStringType... values) |
IdentificationType |
withTitle(java.util.List<LanguageStringType> value) |
getIdentifier, getMetadata, isSetIdentifier, isSetMetadata, setIdentifier, setMetadata, unsetMetadatagetAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitleprotected java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> boundingBox
protected java.util.List<java.lang.String> outputFormat
protected java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> availableCRS
public java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> getBoundingBox()
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 boundingBox property.
For example, to add a new item, do as follows:
getBoundingBox().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<BoundingBoxType>
JAXBElement<WGS84BoundingBoxType>
public boolean isSetBoundingBox()
public void unsetBoundingBox()
public java.util.List<java.lang.String> getOutputFormat()
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 outputFormat property.
For example, to add a new item, do as follows:
getOutputFormat().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetOutputFormat()
public void unsetOutputFormat()
public java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> getAvailableCRS()
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 availableCRS property.
For example, to add a new item, do as follows:
getAvailableCRS().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
public boolean isSetAvailableCRS()
public void unsetAvailableCRS()
public java.lang.String toString()
toString in class BasicIdentificationTypepublic 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 BasicIdentificationTypepublic 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 BasicIdentificationTypepublic 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 BasicIdentificationTypepublic boolean equals(java.lang.Object object)
equals in class BasicIdentificationTypepublic 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 BasicIdentificationTypepublic int hashCode()
hashCode in class BasicIdentificationTypepublic java.lang.Object clone()
clone in class BasicIdentificationTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class BasicIdentificationTypepublic 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 BasicIdentificationTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class BasicIdentificationTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class BasicIdentificationTypepublic 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 BasicIdentificationTypepublic void setBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value)
public void setOutputFormat(java.util.List<java.lang.String> value)
public void setAvailableCRS(java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> value)
public IdentificationType withBoundingBox(javax.xml.bind.JAXBElement<? extends BoundingBoxType>... values)
public IdentificationType withBoundingBox(java.util.Collection<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> values)
public IdentificationType withOutputFormat(java.lang.String... values)
public IdentificationType withOutputFormat(java.util.Collection<java.lang.String> values)
public IdentificationType withAvailableCRS(javax.xml.bind.JAXBElement<java.lang.String>... values)
public IdentificationType withAvailableCRS(java.util.Collection<javax.xml.bind.JAXBElement<java.lang.String>> values)
public IdentificationType withBoundingBox(java.util.List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> value)
public IdentificationType withOutputFormat(java.util.List<java.lang.String> value)
public IdentificationType withAvailableCRS(java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> value)
public IdentificationType withIdentifier(CodeType value)
withIdentifier in class BasicIdentificationTypepublic IdentificationType withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values)
withMetadata in class BasicIdentificationTypepublic IdentificationType withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values)
withMetadata in class BasicIdentificationTypepublic IdentificationType withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
withMetadata in class BasicIdentificationTypepublic IdentificationType withTitle(LanguageStringType... values)
withTitle in class BasicIdentificationTypepublic IdentificationType withTitle(java.util.Collection<LanguageStringType> values)
withTitle in class BasicIdentificationTypepublic IdentificationType withAbstract(LanguageStringType... values)
withAbstract in class BasicIdentificationTypepublic IdentificationType withAbstract(java.util.Collection<LanguageStringType> values)
withAbstract in class BasicIdentificationTypepublic IdentificationType withKeywords(KeywordsType... values)
withKeywords in class BasicIdentificationTypepublic IdentificationType withKeywords(java.util.Collection<KeywordsType> values)
withKeywords in class BasicIdentificationTypepublic IdentificationType withTitle(java.util.List<LanguageStringType> value)
withTitle in class BasicIdentificationTypepublic IdentificationType withAbstract(java.util.List<LanguageStringType> value)
withAbstract in class BasicIdentificationTypepublic IdentificationType withKeywords(java.util.List<KeywordsType> value)
withKeywords in class BasicIdentificationTypeCopyright © 2008-2022. All Rights Reserved.