net.opengis.ows.v_2_0
Class DatasetDescriptionSummaryBaseType

java.lang.Object
  extended by net.opengis.ows.v_2_0.DescriptionType
      extended by net.opengis.ows.v_2_0.DatasetDescriptionSummaryBaseType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class DatasetDescriptionSummaryBaseType
extends DescriptionType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Typical dataset metadata in typical Contents section of an OWS service metadata (Capabilities) document. This type shall be extended and/or restricted if needed for specific OWS use, to include the specific Dataset description metadata needed.

Java class for DatasetDescriptionSummaryBaseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DatasetDescriptionSummaryBaseType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows/2.0}DescriptionType">
       <sequence>
         <element ref="{http://www.opengis.net/ows/2.0}WGS84BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Identifier" type="{http://www.opengis.net/ows/2.0}CodeType"/>
         <element ref="{http://www.opengis.net/ows/2.0}BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}DatasetDescriptionSummary" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<? extends BoundingBoxType>> boundingBox
           
protected  List<DatasetDescriptionSummaryBaseType> datasetDescriptionSummary
           
protected  CodeType identifier
           
protected  List<JAXBElement<? extends MetadataType>> metadata
           
protected  List<WGS84BoundingBoxType> wgs84BoundingBox
           
 
Fields inherited from class net.opengis.ows.v_2_0.DescriptionType
_abstract, keywords, title
 
Constructor Summary
DatasetDescriptionSummaryBaseType()
           
 
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<? extends BoundingBoxType>> getBoundingBox()
          Unordered list of zero or more minimum bounding rectangles surrounding coverage data, in AvailableCRSs.
 List<DatasetDescriptionSummaryBaseType> getDatasetDescriptionSummary()
          Metadata describing zero or more unordered subsidiary datasets available from this server.Gets the value of the datasetDescriptionSummary property.
 CodeType getIdentifier()
          Gets the value of the identifier property.
 List<JAXBElement<? extends MetadataType>> getMetadata()
          Optional unordered list of additional metadata about this dataset.
 List<WGS84BoundingBoxType> getWGS84BoundingBox()
          Unordered list of zero or more minimum bounding rectangles surrounding coverage data, using the WGS 84 CRS with decimal degrees and longitude before latitude.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetBoundingBox()
           
 boolean isSetDatasetDescriptionSummary()
           
 boolean isSetIdentifier()
           
 boolean isSetMetadata()
           
 boolean isSetWGS84BoundingBox()
           
 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 setBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)
           
 void setDatasetDescriptionSummary(List<DatasetDescriptionSummaryBaseType> value)
           
 void setIdentifier(CodeType value)
          Sets the value of the identifier property.
 void setMetadata(List<JAXBElement<? extends MetadataType>> value)
           
 void setWGS84BoundingBox(List<WGS84BoundingBoxType> value)
           
 String toString()
           
 void unsetBoundingBox()
           
 void unsetDatasetDescriptionSummary()
           
 void unsetMetadata()
           
 void unsetWGS84BoundingBox()
           
 DatasetDescriptionSummaryBaseType withAbstract(Collection<LanguageStringType> values)
           
 DatasetDescriptionSummaryBaseType withAbstract(LanguageStringType... values)
           
 DatasetDescriptionSummaryBaseType withAbstract(List<LanguageStringType> value)
           
 DatasetDescriptionSummaryBaseType withBoundingBox(Collection<JAXBElement<? extends BoundingBoxType>> values)
           
 DatasetDescriptionSummaryBaseType withBoundingBox(JAXBElement<? extends BoundingBoxType>... values)
           
 DatasetDescriptionSummaryBaseType withBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)
           
 DatasetDescriptionSummaryBaseType withDatasetDescriptionSummary(Collection<DatasetDescriptionSummaryBaseType> values)
           
 DatasetDescriptionSummaryBaseType withDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType... values)
           
 DatasetDescriptionSummaryBaseType withDatasetDescriptionSummary(List<DatasetDescriptionSummaryBaseType> value)
           
 DatasetDescriptionSummaryBaseType withIdentifier(CodeType value)
           
 DatasetDescriptionSummaryBaseType withKeywords(Collection<KeywordsType> values)
           
 DatasetDescriptionSummaryBaseType withKeywords(KeywordsType... values)
           
 DatasetDescriptionSummaryBaseType withKeywords(List<KeywordsType> value)
           
 DatasetDescriptionSummaryBaseType withMetadata(Collection<JAXBElement<? extends MetadataType>> values)
           
 DatasetDescriptionSummaryBaseType withMetadata(JAXBElement<? extends MetadataType>... values)
           
 DatasetDescriptionSummaryBaseType withMetadata(List<JAXBElement<? extends MetadataType>> value)
           
 DatasetDescriptionSummaryBaseType withTitle(Collection<LanguageStringType> values)
           
 DatasetDescriptionSummaryBaseType withTitle(LanguageStringType... values)
           
 DatasetDescriptionSummaryBaseType withTitle(List<LanguageStringType> value)
           
 DatasetDescriptionSummaryBaseType withWGS84BoundingBox(Collection<WGS84BoundingBoxType> values)
           
 DatasetDescriptionSummaryBaseType withWGS84BoundingBox(List<WGS84BoundingBoxType> value)
           
 DatasetDescriptionSummaryBaseType withWGS84BoundingBox(WGS84BoundingBoxType... values)
           
 
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

wgs84BoundingBox

protected List<WGS84BoundingBoxType> wgs84BoundingBox

identifier

protected CodeType identifier

boundingBox

protected List<JAXBElement<? extends BoundingBoxType>> boundingBox

metadata

protected List<JAXBElement<? extends MetadataType>> metadata

datasetDescriptionSummary

protected List<DatasetDescriptionSummaryBaseType> datasetDescriptionSummary
Constructor Detail

DatasetDescriptionSummaryBaseType

public DatasetDescriptionSummaryBaseType()
Method Detail

getWGS84BoundingBox

public List<WGS84BoundingBoxType> getWGS84BoundingBox()
Unordered list of zero or more minimum bounding rectangles surrounding coverage data, using the WGS 84 CRS with decimal degrees and longitude before latitude. If no WGS 84 bounding box is recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall apply to this coverage. If WGS 84 bounding box(es) are recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall be ignored. For each lowest-level coverage in a hierarchy, at least one applicable WGS84BoundingBox shall be either recorded or inherited, to simplify searching for datasets that might overlap a specified region. If multiple WGS 84 bounding boxes are included, this shall be interpreted as the union of the areas of these bounding boxes.Gets the value of the wgs84BoundingBox 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 JAXB object. This is why there is not a set method for the wgs84BoundingBox property.

For example, to add a new item, do as follows:

    getWGS84BoundingBox().add(newItem);
 

Objects of the following type(s) are allowed in the list WGS84BoundingBoxType


isSetWGS84BoundingBox

public boolean isSetWGS84BoundingBox()

unsetWGS84BoundingBox

public void unsetWGS84BoundingBox()

getIdentifier

public CodeType getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is CodeType

setIdentifier

public void setIdentifier(CodeType value)
Sets the value of the identifier property.

Parameters:
value - allowed object is CodeType

isSetIdentifier

public boolean isSetIdentifier()

getBoundingBox

public List<JAXBElement<? extends BoundingBoxType>> getBoundingBox()
Unordered list of zero or more minimum bounding rectangles surrounding coverage data, in AvailableCRSs. Zero or more BoundingBoxes are allowed in addition to one or more WGS84BoundingBoxes to allow more precise specification of the Dataset area in AvailableCRSs. These Bounding Boxes shall not use any CRS not listed as an AvailableCRS. However, an AvailableCRS can be listed without a corresponding Bounding Box. If no such bounding box is recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall apply to this coverage. If such bounding box(es) are recorded for a coverage, any such bounding boxes recorded for a higher level in a hierarchy of datasets shall be ignored. If multiple bounding boxes are included with the same CRS, this shall be interpreted as the union of the areas of these bounding boxes.Gets the value of the boundingBox 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 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>


isSetBoundingBox

public boolean isSetBoundingBox()

unsetBoundingBox

public void unsetBoundingBox()

getMetadata

public List<JAXBElement<? extends MetadataType>> getMetadata()
Optional unordered list of additional metadata about this dataset. A list of optional metadata elements for this dataset description could be specified in the Implementation Specification for this service.Gets the value of the metadata 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 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<MetadataType> JAXBElement<AdditionalParametersType>


isSetMetadata

public boolean isSetMetadata()

unsetMetadata

public void unsetMetadata()

getDatasetDescriptionSummary

public List<DatasetDescriptionSummaryBaseType> getDatasetDescriptionSummary()
Metadata describing zero or more unordered subsidiary datasets available from this server.Gets the value of the datasetDescriptionSummary 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 JAXB object. This is why there is not a set method for the datasetDescriptionSummary property.

For example, to add a new item, do as follows:

    getDatasetDescriptionSummary().add(newItem);
 

Objects of the following type(s) are allowed in the list DatasetDescriptionSummaryBaseType


isSetDatasetDescriptionSummary

public boolean isSetDatasetDescriptionSummary()

unsetDatasetDescriptionSummary

public void unsetDatasetDescriptionSummary()

toString

public String toString()
Overrides:
toString in class DescriptionType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class DescriptionType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class DescriptionType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class DescriptionType

equals

public boolean equals(Object object)
Overrides:
equals in class DescriptionType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class DescriptionType

hashCode

public int hashCode()
Overrides:
hashCode in class DescriptionType

clone

public Object clone()
Overrides:
clone in class DescriptionType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class DescriptionType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class DescriptionType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
createNewInstance in class DescriptionType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class DescriptionType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class DescriptionType

setWGS84BoundingBox

public void setWGS84BoundingBox(List<WGS84BoundingBoxType> value)

setBoundingBox

public void setBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)

setMetadata

public void setMetadata(List<JAXBElement<? extends MetadataType>> value)

setDatasetDescriptionSummary

public void setDatasetDescriptionSummary(List<DatasetDescriptionSummaryBaseType> value)

withWGS84BoundingBox

public DatasetDescriptionSummaryBaseType withWGS84BoundingBox(WGS84BoundingBoxType... values)

withWGS84BoundingBox

public DatasetDescriptionSummaryBaseType withWGS84BoundingBox(Collection<WGS84BoundingBoxType> values)

withIdentifier

public DatasetDescriptionSummaryBaseType withIdentifier(CodeType value)

withBoundingBox

public DatasetDescriptionSummaryBaseType withBoundingBox(JAXBElement<? extends BoundingBoxType>... values)

withBoundingBox

public DatasetDescriptionSummaryBaseType withBoundingBox(Collection<JAXBElement<? extends BoundingBoxType>> values)

withMetadata

public DatasetDescriptionSummaryBaseType withMetadata(JAXBElement<? extends MetadataType>... values)

withMetadata

public DatasetDescriptionSummaryBaseType withMetadata(Collection<JAXBElement<? extends MetadataType>> values)

withDatasetDescriptionSummary

public DatasetDescriptionSummaryBaseType withDatasetDescriptionSummary(DatasetDescriptionSummaryBaseType... values)

withDatasetDescriptionSummary

public DatasetDescriptionSummaryBaseType withDatasetDescriptionSummary(Collection<DatasetDescriptionSummaryBaseType> values)

withWGS84BoundingBox

public DatasetDescriptionSummaryBaseType withWGS84BoundingBox(List<WGS84BoundingBoxType> value)

withBoundingBox

public DatasetDescriptionSummaryBaseType withBoundingBox(List<JAXBElement<? extends BoundingBoxType>> value)

withMetadata

public DatasetDescriptionSummaryBaseType withMetadata(List<JAXBElement<? extends MetadataType>> value)

withDatasetDescriptionSummary

public DatasetDescriptionSummaryBaseType withDatasetDescriptionSummary(List<DatasetDescriptionSummaryBaseType> value)

withTitle

public DatasetDescriptionSummaryBaseType withTitle(LanguageStringType... values)
Overrides:
withTitle in class DescriptionType

withTitle

public DatasetDescriptionSummaryBaseType withTitle(Collection<LanguageStringType> values)
Overrides:
withTitle in class DescriptionType

withAbstract

public DatasetDescriptionSummaryBaseType withAbstract(LanguageStringType... values)
Overrides:
withAbstract in class DescriptionType

withAbstract

public DatasetDescriptionSummaryBaseType withAbstract(Collection<LanguageStringType> values)
Overrides:
withAbstract in class DescriptionType

withKeywords

public DatasetDescriptionSummaryBaseType withKeywords(KeywordsType... values)
Overrides:
withKeywords in class DescriptionType

withKeywords

public DatasetDescriptionSummaryBaseType withKeywords(Collection<KeywordsType> values)
Overrides:
withKeywords in class DescriptionType

withTitle

public DatasetDescriptionSummaryBaseType withTitle(List<LanguageStringType> value)
Overrides:
withTitle in class DescriptionType

withAbstract

public DatasetDescriptionSummaryBaseType withAbstract(List<LanguageStringType> value)
Overrides:
withAbstract in class DescriptionType

withKeywords

public DatasetDescriptionSummaryBaseType withKeywords(List<KeywordsType> value)
Overrides:
withKeywords in class DescriptionType


Copyright © 2008-2014 Highsource. All Rights Reserved.