public class FeatureTypeTypeChoiceSequence extends Object implements Serializable
| Constructor and Description |
|---|
FeatureTypeTypeChoiceSequence() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOtherSRS(int index,
String vOtherSRS)
Method addOtherSRS
|
void |
addOtherSRS(String vOtherSRS)
Method addOtherSRS
|
void |
clearOtherSRS()
Method clearOtherSRS
|
Enumeration |
enumerateOtherSRS()
Method enumerateOtherSRS
|
String |
getDefaultSRS()
Returns the value of field 'defaultSRS'.
|
String[] |
getOtherSRS()
Method getOtherSRS
|
String |
getOtherSRS(int index)
Method getOtherSRS
|
int |
getOtherSRSCount()
Method getOtherSRSCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeOtherSRS(String vOtherSRS)
Method removeOtherSRS
|
void |
setDefaultSRS(String defaultSRS)
Sets the value of field 'defaultSRS'.
|
void |
setOtherSRS(int index,
String vOtherSRS)
Method setOtherSRS
|
void |
setOtherSRS(String[] otherSRSArray)
Method setOtherSRS
|
static FeatureTypeTypeChoiceSequence |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addOtherSRS(String vOtherSRS) throws IndexOutOfBoundsException
vOtherSRS - IndexOutOfBoundsExceptionpublic void addOtherSRS(int index,
String vOtherSRS)
throws IndexOutOfBoundsException
index - vOtherSRS - IndexOutOfBoundsExceptionpublic void clearOtherSRS()
public Enumeration enumerateOtherSRS()
public String getDefaultSRS()
public String getOtherSRS(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic String[] getOtherSRS()
public int getOtherSRSCount()
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 removeOtherSRS(String vOtherSRS)
vOtherSRS - public void setDefaultSRS(String defaultSRS)
defaultSRS - the value of field 'defaultSRS'.public void setOtherSRS(int index,
String vOtherSRS)
throws IndexOutOfBoundsException
index - vOtherSRS - IndexOutOfBoundsExceptionpublic void setOtherSRS(String[] otherSRSArray)
otherSRSArray - public static FeatureTypeTypeChoiceSequence 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 © 2020 B3Partners B.V.. All rights reserved.