net.opengis.wfs.v_2_0
Class FeatureTypeType

java.lang.Object
  extended by net.opengis.wfs.v_2_0.FeatureTypeType
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 FeatureTypeType
extends Object
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

Java class for FeatureTypeType complex type.

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

 <complexType name="FeatureTypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element ref="{http://www.opengis.net/wfs/2.0}Title" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wfs/2.0}Abstract" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/1.1}Keywords" maxOccurs="unbounded" minOccurs="0"/>
         <choice>
           <sequence>
             <element name="DefaultCRS" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="OtherCRS" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <element name="NoCRS">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </choice>
         <element name="OutputFormats" type="{http://www.opengis.net/wfs/2.0}OutputFormatListType" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/1.1}WGS84BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MetadataURL" type="{http://www.opengis.net/wfs/2.0}MetadataURLType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ExtendedDescription" type="{http://www.opengis.net/wfs/2.0}ExtendedDescriptionType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class FeatureTypeType.NoCRS
          Java class for anonymous complex type.
 
Field Summary
protected  List<Abstract> _abstract
           
protected  String defaultCRS
           
protected  ExtendedDescriptionType extendedDescription
           
protected  List<KeywordsType> keywords
           
protected  List<MetadataURLType> metadataURL
           
protected  QName name
           
protected  FeatureTypeType.NoCRS noCRS
           
protected  List<String> otherCRS
           
protected  OutputFormatListType outputFormats
           
protected  List<Title> title
           
protected  List<WGS84BoundingBoxType> wgs84BoundingBox
           
 
Constructor Summary
FeatureTypeType()
           
 
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<Abstract> getAbstract()
          Gets the value of the abstract property.
 String getDefaultCRS()
          Gets the value of the defaultCRS property.
 ExtendedDescriptionType getExtendedDescription()
          Gets the value of the extendedDescription property.
 List<KeywordsType> getKeywords()
          Gets the value of the keywords property.
 List<MetadataURLType> getMetadataURL()
          Gets the value of the metadataURL property.
 QName getName()
          Gets the value of the name property.
 FeatureTypeType.NoCRS getNoCRS()
          Gets the value of the noCRS property.
 List<String> getOtherCRS()
          Gets the value of the otherCRS property.
 OutputFormatListType getOutputFormats()
          Gets the value of the outputFormats property.
 List<Title> getTitle()
          Gets the value of the title property.
 List<WGS84BoundingBoxType> getWGS84BoundingBox()
          Gets the value of the wgs84BoundingBox property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 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 setAbstract(List<Abstract> value)
           
 void setDefaultCRS(String value)
          Sets the value of the defaultCRS property.
 void setExtendedDescription(ExtendedDescriptionType value)
          Sets the value of the extendedDescription property.
 void setKeywords(List<KeywordsType> value)
           
 void setMetadataURL(List<MetadataURLType> value)
           
 void setName(QName value)
          Sets the value of the name property.
 void setNoCRS(FeatureTypeType.NoCRS value)
          Sets the value of the noCRS property.
 void setOtherCRS(List<String> value)
           
 void setOutputFormats(OutputFormatListType value)
          Sets the value of the outputFormats property.
 void setTitle(List<Title> value)
           
 void setWGS84BoundingBox(List<WGS84BoundingBoxType> value)
           
 String toString()
           
 FeatureTypeType withAbstract(Abstract... values)
           
 FeatureTypeType withAbstract(Collection<Abstract> values)
           
 FeatureTypeType withAbstract(List<Abstract> value)
           
 FeatureTypeType withDefaultCRS(String value)
           
 FeatureTypeType withExtendedDescription(ExtendedDescriptionType value)
           
 FeatureTypeType withKeywords(Collection<KeywordsType> values)
           
 FeatureTypeType withKeywords(KeywordsType... values)
           
 FeatureTypeType withKeywords(List<KeywordsType> value)
           
 FeatureTypeType withMetadataURL(Collection<MetadataURLType> values)
           
 FeatureTypeType withMetadataURL(List<MetadataURLType> value)
           
 FeatureTypeType withMetadataURL(MetadataURLType... values)
           
 FeatureTypeType withName(QName value)
           
 FeatureTypeType withNoCRS(FeatureTypeType.NoCRS value)
           
 FeatureTypeType withOtherCRS(Collection<String> values)
           
 FeatureTypeType withOtherCRS(List<String> value)
           
 FeatureTypeType withOtherCRS(String... values)
           
 FeatureTypeType withOutputFormats(OutputFormatListType value)
           
 FeatureTypeType withTitle(Collection<Title> values)
           
 FeatureTypeType withTitle(List<Title> value)
           
 FeatureTypeType withTitle(Title... values)
           
 FeatureTypeType withWGS84BoundingBox(Collection<WGS84BoundingBoxType> values)
           
 FeatureTypeType withWGS84BoundingBox(List<WGS84BoundingBoxType> value)
           
 FeatureTypeType withWGS84BoundingBox(WGS84BoundingBoxType... values)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected QName name

title

protected List<Title> title

_abstract

protected List<Abstract> _abstract

keywords

protected List<KeywordsType> keywords

defaultCRS

protected String defaultCRS

otherCRS

protected List<String> otherCRS

noCRS

protected FeatureTypeType.NoCRS noCRS

outputFormats

protected OutputFormatListType outputFormats

wgs84BoundingBox

protected List<WGS84BoundingBoxType> wgs84BoundingBox

metadataURL

protected List<MetadataURLType> metadataURL

extendedDescription

protected ExtendedDescriptionType extendedDescription
Constructor Detail

FeatureTypeType

public FeatureTypeType()
Method Detail

getName

public QName getName()
Gets the value of the name property.

Returns:
possible object is QName

setName

public void setName(QName value)
Sets the value of the name property.

Parameters:
value - allowed object is QName

getTitle

public List<Title> getTitle()
Gets the value of the title 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 title property.

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

    getTitle().add(newItem);
 

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


getAbstract

public List<Abstract> getAbstract()
Gets the value of the abstract 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 abstract property.

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

    getAbstract().add(newItem);
 

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


getKeywords

public List<KeywordsType> getKeywords()
Gets the value of the keywords 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 keywords property.

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

    getKeywords().add(newItem);
 

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


getDefaultCRS

public String getDefaultCRS()
Gets the value of the defaultCRS property.

Returns:
possible object is String

setDefaultCRS

public void setDefaultCRS(String value)
Sets the value of the defaultCRS property.

Parameters:
value - allowed object is String

getOtherCRS

public List<String> getOtherCRS()
Gets the value of the otherCRS 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 otherCRS property.

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

    getOtherCRS().add(newItem);
 

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


getNoCRS

public FeatureTypeType.NoCRS getNoCRS()
Gets the value of the noCRS property.

Returns:
possible object is FeatureTypeType.NoCRS

setNoCRS

public void setNoCRS(FeatureTypeType.NoCRS value)
Sets the value of the noCRS property.

Parameters:
value - allowed object is FeatureTypeType.NoCRS

getOutputFormats

public OutputFormatListType getOutputFormats()
Gets the value of the outputFormats property.

Returns:
possible object is OutputFormatListType

setOutputFormats

public void setOutputFormats(OutputFormatListType value)
Sets the value of the outputFormats property.

Parameters:
value - allowed object is OutputFormatListType

getWGS84BoundingBox

public List<WGS84BoundingBoxType> getWGS84BoundingBox()
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


getMetadataURL

public List<MetadataURLType> getMetadataURL()
Gets the value of the metadataURL 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 metadataURL property.

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

    getMetadataURL().add(newItem);
 

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


getExtendedDescription

public ExtendedDescriptionType getExtendedDescription()
Gets the value of the extendedDescription property.

Returns:
possible object is ExtendedDescriptionType

setExtendedDescription

public void setExtendedDescription(ExtendedDescriptionType value)
Sets the value of the extendedDescription property.

Parameters:
value - allowed object is ExtendedDescriptionType

toString

public String toString()
Overrides:
toString in class Object

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

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

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

equals

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

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

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

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

mergeFrom

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

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

setTitle

public void setTitle(List<Title> value)

setAbstract

public void setAbstract(List<Abstract> value)

setKeywords

public void setKeywords(List<KeywordsType> value)

setOtherCRS

public void setOtherCRS(List<String> value)

setWGS84BoundingBox

public void setWGS84BoundingBox(List<WGS84BoundingBoxType> value)

setMetadataURL

public void setMetadataURL(List<MetadataURLType> value)

withName

public FeatureTypeType withName(QName value)

withTitle

public FeatureTypeType withTitle(Title... values)

withTitle

public FeatureTypeType withTitle(Collection<Title> values)

withAbstract

public FeatureTypeType withAbstract(Abstract... values)

withAbstract

public FeatureTypeType withAbstract(Collection<Abstract> values)

withKeywords

public FeatureTypeType withKeywords(KeywordsType... values)

withKeywords

public FeatureTypeType withKeywords(Collection<KeywordsType> values)

withDefaultCRS

public FeatureTypeType withDefaultCRS(String value)

withOtherCRS

public FeatureTypeType withOtherCRS(String... values)

withOtherCRS

public FeatureTypeType withOtherCRS(Collection<String> values)

withNoCRS

public FeatureTypeType withNoCRS(FeatureTypeType.NoCRS value)

withOutputFormats

public FeatureTypeType withOutputFormats(OutputFormatListType value)

withWGS84BoundingBox

public FeatureTypeType withWGS84BoundingBox(WGS84BoundingBoxType... values)

withWGS84BoundingBox

public FeatureTypeType withWGS84BoundingBox(Collection<WGS84BoundingBoxType> values)

withMetadataURL

public FeatureTypeType withMetadataURL(MetadataURLType... values)

withMetadataURL

public FeatureTypeType withMetadataURL(Collection<MetadataURLType> values)

withExtendedDescription

public FeatureTypeType withExtendedDescription(ExtendedDescriptionType value)

withTitle

public FeatureTypeType withTitle(List<Title> value)

withAbstract

public FeatureTypeType withAbstract(List<Abstract> value)

withKeywords

public FeatureTypeType withKeywords(List<KeywordsType> value)

withOtherCRS

public FeatureTypeType withOtherCRS(List<String> value)

withWGS84BoundingBox

public FeatureTypeType withWGS84BoundingBox(List<WGS84BoundingBoxType> value)

withMetadataURL

public FeatureTypeType withMetadataURL(List<MetadataURLType> value)


Copyright © 2008-2015. All Rights Reserved.