|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wfs.v_2_0.FeatureTypeType
public class FeatureTypeType
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)
|
boolean |
isSetAbstract()
|
boolean |
isSetDefaultCRS()
|
boolean |
isSetExtendedDescription()
|
boolean |
isSetKeywords()
|
boolean |
isSetMetadataURL()
|
boolean |
isSetName()
|
boolean |
isSetNoCRS()
|
boolean |
isSetOtherCRS()
|
boolean |
isSetOutputFormats()
|
boolean |
isSetTitle()
|
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 |
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()
|
void |
unsetAbstract()
|
void |
unsetKeywords()
|
void |
unsetMetadataURL()
|
void |
unsetOtherCRS()
|
void |
unsetTitle()
|
void |
unsetWGS84BoundingBox()
|
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 |
|---|
protected QName name
protected List<Title> title
protected List<Abstract> _abstract
protected List<KeywordsType> keywords
protected String defaultCRS
protected List<String> otherCRS
protected FeatureTypeType.NoCRS noCRS
protected OutputFormatListType outputFormats
protected List<WGS84BoundingBoxType> wgs84BoundingBox
protected List<MetadataURLType> metadataURL
protected ExtendedDescriptionType extendedDescription
| Constructor Detail |
|---|
public FeatureTypeType()
| Method Detail |
|---|
public QName getName()
QNamepublic void setName(QName value)
value - allowed object is
QNamepublic boolean isSetName()
public List<Title> getTitle()
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
public boolean isSetTitle()
public void unsetTitle()
public List<Abstract> getAbstract()
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
public boolean isSetAbstract()
public void unsetAbstract()
public List<KeywordsType> getKeywords()
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
public boolean isSetKeywords()
public void unsetKeywords()
public String getDefaultCRS()
Stringpublic void setDefaultCRS(String value)
value - allowed object is
Stringpublic boolean isSetDefaultCRS()
public List<String> getOtherCRS()
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
public boolean isSetOtherCRS()
public void unsetOtherCRS()
public FeatureTypeType.NoCRS getNoCRS()
FeatureTypeType.NoCRSpublic void setNoCRS(FeatureTypeType.NoCRS value)
value - allowed object is
FeatureTypeType.NoCRSpublic boolean isSetNoCRS()
public OutputFormatListType getOutputFormats()
OutputFormatListTypepublic void setOutputFormats(OutputFormatListType value)
value - allowed object is
OutputFormatListTypepublic boolean isSetOutputFormats()
public List<WGS84BoundingBoxType> getWGS84BoundingBox()
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
public boolean isSetWGS84BoundingBox()
public void unsetWGS84BoundingBox()
public List<MetadataURLType> getMetadataURL()
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
public boolean isSetMetadataURL()
public void unsetMetadataURL()
public ExtendedDescriptionType getExtendedDescription()
ExtendedDescriptionTypepublic void setExtendedDescription(ExtendedDescriptionType value)
value - allowed object is
ExtendedDescriptionTypepublic boolean isSetExtendedDescription()
public String toString()
toString in class Object
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.ToString
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.ToString
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.Equalspublic boolean equals(Object object)
equals in class Object
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.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void setTitle(List<Title> value)
public void setAbstract(List<Abstract> value)
public void setKeywords(List<KeywordsType> value)
public void setOtherCRS(List<String> value)
public void setWGS84BoundingBox(List<WGS84BoundingBoxType> value)
public void setMetadataURL(List<MetadataURLType> value)
public FeatureTypeType withName(QName value)
public FeatureTypeType withTitle(Title... values)
public FeatureTypeType withTitle(Collection<Title> values)
public FeatureTypeType withAbstract(Abstract... values)
public FeatureTypeType withAbstract(Collection<Abstract> values)
public FeatureTypeType withKeywords(KeywordsType... values)
public FeatureTypeType withKeywords(Collection<KeywordsType> values)
public FeatureTypeType withDefaultCRS(String value)
public FeatureTypeType withOtherCRS(String... values)
public FeatureTypeType withOtherCRS(Collection<String> values)
public FeatureTypeType withNoCRS(FeatureTypeType.NoCRS value)
public FeatureTypeType withOutputFormats(OutputFormatListType value)
public FeatureTypeType withWGS84BoundingBox(WGS84BoundingBoxType... values)
public FeatureTypeType withWGS84BoundingBox(Collection<WGS84BoundingBoxType> values)
public FeatureTypeType withMetadataURL(MetadataURLType... values)
public FeatureTypeType withMetadataURL(Collection<MetadataURLType> values)
public FeatureTypeType withExtendedDescription(ExtendedDescriptionType value)
public FeatureTypeType withTitle(List<Title> value)
public FeatureTypeType withAbstract(List<Abstract> value)
public FeatureTypeType withKeywords(List<KeywordsType> value)
public FeatureTypeType withOtherCRS(List<String> value)
public FeatureTypeType withWGS84BoundingBox(List<WGS84BoundingBoxType> value)
public FeatureTypeType withMetadataURL(List<MetadataURLType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||