|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ows.v_2_0.DescriptionType
net.opengis.ows.v_2_0.BasicIdentificationType
net.opengis.ows.v_2_0.IdentificationType
public class IdentificationType
Extended metadata identifying and describing a set of data. This type shall be extended if needed for each specific OWS to include additional metadata for each type of dataset. If needed, this type should first be restricted for each specific OWS to change the multiplicity (or optionality) of some elements.
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>
| Field Summary | |
|---|---|
protected List<JAXBElement<String>> |
availableCRS
|
protected List<JAXBElement<? extends BoundingBoxType>> |
boundingBox
|
protected List<String> |
outputFormat
|
| Fields inherited from class net.opengis.ows.v_2_0.BasicIdentificationType |
|---|
identifier, metadata |
| Fields inherited from class net.opengis.ows.v_2_0.DescriptionType |
|---|
_abstract, keywords, title |
| Constructor Summary | |
|---|---|
IdentificationType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
List<JAXBElement<String>> |
getAvailableCRS()
Unordered list of zero or more available coordinate reference systems.Gets the value of the availableCRS property. |
List<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. |
List<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.HashCodeStrategy strategy)
|
boolean |
isSetAvailableCRS()
|
boolean |
isSetBoundingBox()
|
boolean |
isSetOutputFormat()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAvailableCRS(List<JAXBElement<String>> value)
|
void |
setBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)
|
void |
setOutputFormat(List<String> value)
|
String |
toString()
|
void |
unsetAvailableCRS()
|
void |
unsetBoundingBox()
|
void |
unsetOutputFormat()
|
IdentificationType |
withAbstract(Collection<LanguageStringType> values)
|
IdentificationType |
withAbstract(LanguageStringType... values)
|
IdentificationType |
withAbstract(List<LanguageStringType> value)
|
IdentificationType |
withAvailableCRS(Collection<JAXBElement<String>> values)
|
IdentificationType |
withAvailableCRS(JAXBElement<String>... values)
|
IdentificationType |
withAvailableCRS(List<JAXBElement<String>> value)
|
IdentificationType |
withBoundingBox(Collection<JAXBElement<? extends BoundingBoxType>> values)
|
IdentificationType |
withBoundingBox(JAXBElement<? extends BoundingBoxType>... values)
|
IdentificationType |
withBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)
|
IdentificationType |
withIdentifier(CodeType value)
|
IdentificationType |
withKeywords(Collection<KeywordsType> values)
|
IdentificationType |
withKeywords(KeywordsType... values)
|
IdentificationType |
withKeywords(List<KeywordsType> value)
|
IdentificationType |
withMetadata(Collection<JAXBElement<? extends MetadataType>> values)
|
IdentificationType |
withMetadata(JAXBElement<? extends MetadataType>... values)
|
IdentificationType |
withMetadata(List<JAXBElement<? extends MetadataType>> value)
|
IdentificationType |
withOutputFormat(Collection<String> values)
|
IdentificationType |
withOutputFormat(List<String> value)
|
IdentificationType |
withOutputFormat(String... values)
|
IdentificationType |
withTitle(Collection<LanguageStringType> values)
|
IdentificationType |
withTitle(LanguageStringType... values)
|
IdentificationType |
withTitle(List<LanguageStringType> value)
|
| Methods inherited from class net.opengis.ows.v_2_0.BasicIdentificationType |
|---|
getIdentifier, getMetadata, isSetIdentifier, isSetMetadata, setIdentifier, setMetadata, unsetMetadata |
| Methods inherited from class net.opengis.ows.v_2_0.DescriptionType |
|---|
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitle |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<JAXBElement<? extends BoundingBoxType>> boundingBox
protected List<String> outputFormat
protected List<JAXBElement<String>> availableCRS
| Constructor Detail |
|---|
public IdentificationType()
| Method Detail |
|---|
public List<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 List<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 List<JAXBElement<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 String toString()
toString in class BasicIdentificationType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class BasicIdentificationType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class BasicIdentificationType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class BasicIdentificationTypepublic boolean equals(Object object)
equals in class BasicIdentificationType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class BasicIdentificationTypepublic int hashCode()
hashCode in class BasicIdentificationTypepublic Object clone()
clone in class BasicIdentificationTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class BasicIdentificationType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class BasicIdentificationTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class BasicIdentificationType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class BasicIdentificationType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class BasicIdentificationTypepublic void setBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)
public void setOutputFormat(List<String> value)
public void setAvailableCRS(List<JAXBElement<String>> value)
public IdentificationType withBoundingBox(JAXBElement<? extends BoundingBoxType>... values)
public IdentificationType withBoundingBox(Collection<JAXBElement<? extends BoundingBoxType>> values)
public IdentificationType withOutputFormat(String... values)
public IdentificationType withOutputFormat(Collection<String> values)
public IdentificationType withAvailableCRS(JAXBElement<String>... values)
public IdentificationType withAvailableCRS(Collection<JAXBElement<String>> values)
public IdentificationType withBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)
public IdentificationType withOutputFormat(List<String> value)
public IdentificationType withAvailableCRS(List<JAXBElement<String>> value)
public IdentificationType withIdentifier(CodeType value)
withIdentifier in class BasicIdentificationTypepublic IdentificationType withMetadata(JAXBElement<? extends MetadataType>... values)
withMetadata in class BasicIdentificationTypepublic IdentificationType withMetadata(Collection<JAXBElement<? extends MetadataType>> values)
withMetadata in class BasicIdentificationTypepublic IdentificationType withMetadata(List<JAXBElement<? extends MetadataType>> value)
withMetadata in class BasicIdentificationTypepublic IdentificationType withTitle(LanguageStringType... values)
withTitle in class BasicIdentificationTypepublic IdentificationType withTitle(Collection<LanguageStringType> values)
withTitle in class BasicIdentificationTypepublic IdentificationType withAbstract(LanguageStringType... values)
withAbstract in class BasicIdentificationTypepublic IdentificationType withAbstract(Collection<LanguageStringType> values)
withAbstract in class BasicIdentificationTypepublic IdentificationType withKeywords(KeywordsType... values)
withKeywords in class BasicIdentificationTypepublic IdentificationType withKeywords(Collection<KeywordsType> values)
withKeywords in class BasicIdentificationTypepublic IdentificationType withTitle(List<LanguageStringType> value)
withTitle in class BasicIdentificationTypepublic IdentificationType withAbstract(List<LanguageStringType> value)
withAbstract in class BasicIdentificationTypepublic IdentificationType withKeywords(List<KeywordsType> value)
withKeywords in class BasicIdentificationType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||