public class DescribeFeatureTypeType extends Object implements Serializable
| Constructor and Description |
|---|
DescribeFeatureTypeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTypeName(int index,
String vTypeName)
Method addTypeName
|
void |
addTypeName(String vTypeName)
Method addTypeName
|
void |
clearTypeName()
Method clearTypeName
|
Enumeration |
enumerateTypeName()
Method enumerateTypeName
|
String |
getOutputFormat()
Returns the value of field 'outputFormat'.
|
String |
getService()
Returns the value of field 'service'.
|
String[] |
getTypeName()
Method getTypeName
|
String |
getTypeName(int index)
Method getTypeName
|
int |
getTypeNameCount()
Method getTypeNameCount
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeTypeName(String vTypeName)
Method removeTypeName
|
void |
setOutputFormat(String outputFormat)
Sets the value of field 'outputFormat'.
|
void |
setService(String service)
Sets the value of field 'service'.
|
void |
setTypeName(int index,
String vTypeName)
Method setTypeName
|
void |
setTypeName(String[] typeNameArray)
Method setTypeName
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
static DescribeFeatureTypeType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addTypeName(String vTypeName) throws IndexOutOfBoundsException
vTypeName - IndexOutOfBoundsExceptionpublic void addTypeName(int index,
String vTypeName)
throws IndexOutOfBoundsException
index - vTypeName - IndexOutOfBoundsExceptionpublic void clearTypeName()
public Enumeration enumerateTypeName()
public String getOutputFormat()
public String getService()
public String getTypeName(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getTypeName()
public int getTypeNameCount()
public String getVersion()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeTypeName(String vTypeName)
vTypeName - public void setOutputFormat(String outputFormat)
outputFormat - the value of field 'outputFormat'.public void setService(String service)
service - the value of field 'service'.public void setTypeName(int index,
String vTypeName)
throws IndexOutOfBoundsException
index - vTypeName - IndexOutOfBoundsExceptionpublic void setTypeName(String[] typeNameArray)
typeNameArray - public void setVersion(String version)
version - the value of field 'version'.public static DescribeFeatureTypeType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2021 B3Partners B.V.. All rights reserved.