public class InsertElementType extends Object implements Serializable
| Constructor and Description |
|---|
InsertElementType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(int index,
Object vFeature)
Method addFeature
|
void |
addFeature(Object vFeature)
Method addFeature
|
void |
clearFeature()
Method clearFeature
|
Enumeration |
enumerateFeature()
Method enumerateFeature
|
Object[] |
getFeature()
Method getFeature
|
Object |
getFeature(int index)
Method getFeature
|
int |
getFeatureCount()
Method getFeatureCount
|
String |
getHandle()
Returns the value of field 'handle'.
|
IdentifierGenerationOptionType |
getIdgen()
Returns the value of field 'idgen'.
|
String |
getInputFormat()
Returns the value of field 'inputFormat'.
|
String |
getSrsName()
Returns the value of field 'srsName'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeFeature(Object vFeature)
Method removeFeature
|
void |
setFeature(int index,
Object vFeature)
Method setFeature
|
void |
setFeature(Object[] featureArray)
Method setFeature
|
void |
setHandle(String handle)
Sets the value of field 'handle'.
|
void |
setIdgen(IdentifierGenerationOptionType idgen)
Sets the value of field 'idgen'.
|
void |
setInputFormat(String inputFormat)
Sets the value of field 'inputFormat'.
|
void |
setSrsName(String srsName)
Sets the value of field 'srsName'.
|
static InsertElementType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addFeature(Object vFeature) throws IndexOutOfBoundsException
vFeature - IndexOutOfBoundsExceptionpublic void addFeature(int index,
Object vFeature)
throws IndexOutOfBoundsException
index - vFeature - IndexOutOfBoundsExceptionpublic void clearFeature()
public Enumeration enumerateFeature()
public Object getFeature(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Object[] getFeature()
public int getFeatureCount()
public String getHandle()
public IdentifierGenerationOptionType getIdgen()
public String getInputFormat()
public String getSrsName()
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 removeFeature(Object vFeature)
vFeature - public void setFeature(int index,
Object vFeature)
throws IndexOutOfBoundsException
index - vFeature - IndexOutOfBoundsExceptionpublic void setFeature(Object[] featureArray)
featureArray - public void setHandle(String handle)
handle - the value of field 'handle'.public void setIdgen(IdentifierGenerationOptionType idgen)
idgen - the value of field 'idgen'.public void setInputFormat(String inputFormat)
inputFormat - the value of field 'inputFormat'.public void setSrsName(String srsName)
srsName - the value of field 'srsName'.public static InsertElementType 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.