public class InsertResultsType extends Object implements Serializable
| Constructor and Description |
|---|
InsertResultsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(Feature vFeature)
Method addFeature
|
void |
addFeature(int index,
Feature vFeature)
Method addFeature
|
void |
clearFeature()
Method clearFeature
|
Enumeration |
enumerateFeature()
Method enumerateFeature
|
Feature[] |
getFeature()
Method getFeature
|
Feature |
getFeature(int index)
Method getFeature
|
int |
getFeatureCount()
Method getFeatureCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeFeature(Feature vFeature)
Method removeFeature
|
void |
setFeature(Feature[] featureArray)
Method setFeature
|
void |
setFeature(int index,
Feature vFeature)
Method setFeature
|
static InsertResultsType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addFeature(Feature vFeature) throws IndexOutOfBoundsException
vFeature - IndexOutOfBoundsExceptionpublic void addFeature(int index,
Feature vFeature)
throws IndexOutOfBoundsException
index - vFeature - IndexOutOfBoundsExceptionpublic void clearFeature()
public Enumeration enumerateFeature()
public Feature getFeature(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Feature[] getFeature()
public int getFeatureCount()
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(Feature vFeature)
vFeature - public void setFeature(int index,
Feature vFeature)
throws IndexOutOfBoundsException
index - vFeature - IndexOutOfBoundsExceptionpublic void setFeature(Feature[] featureArray)
featureArray - public static InsertResultsType 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.