public class DescribeFeatureTypeType extends Object implements Named, Visitable
Java class for DescribeFeatureTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeFeatureTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TypeName" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0.0" />
<attribute name="service" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="WFS" />
<attribute name="outputFormat" type="{http://www.w3.org/2001/XMLSchema}string" default="XMLSCHEMA" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
outputFormat |
protected String |
service |
protected List<QName> |
typeName |
protected String |
version |
| Constructor and Description |
|---|
DescribeFeatureTypeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
QName |
getJAXBElementName() |
String |
getOutputFormat()
Gets the value of the outputFormat property.
|
String |
getService()
Gets the value of the service property.
|
List<QName> |
getTypeName()
Gets the value of the typeName property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isSetOutputFormat() |
boolean |
isSetService() |
boolean |
isSetTypeName() |
boolean |
isSetVersion() |
void |
setJAXBElementName(QName name) |
void |
setOutputFormat(String value)
Sets the value of the outputFormat property.
|
void |
setService(String value)
Sets the value of the service property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
unsetTypeName() |
protected String version
protected String service
protected String outputFormat
public List<QName> getTypeName()
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 typeName property.
For example, to add a new item, do as follows:
getTypeName().add(newItem);
Objects of the following type(s) are allowed in the list
QName
public boolean isSetTypeName()
public void unsetTypeName()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic boolean isSetService()
public String getOutputFormat()
Stringpublic void setOutputFormat(String value)
value - allowed object is
Stringpublic boolean isSetOutputFormat()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.