public class InsertedFeatureType extends Object implements Serializable
| Constructor and Description |
|---|
InsertedFeatureType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeatureId(FeatureId vFeatureId)
Method addFeatureId
|
void |
addFeatureId(int index,
FeatureId vFeatureId)
Method addFeatureId
|
void |
clearFeatureId()
Method clearFeatureId
|
Enumeration |
enumerateFeatureId()
Method enumerateFeatureId
|
FeatureId[] |
getFeatureId()
Method getFeatureId
|
FeatureId |
getFeatureId(int index)
Method getFeatureId
|
int |
getFeatureIdCount()
Method getFeatureIdCount
|
String |
getHandle()
Returns the value of field 'handle'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeFeatureId(FeatureId vFeatureId)
Method removeFeatureId
|
void |
setFeatureId(FeatureId[] featureIdArray)
Method setFeatureId
|
void |
setFeatureId(int index,
FeatureId vFeatureId)
Method setFeatureId
|
void |
setHandle(String handle)
Sets the value of field 'handle'.
|
static InsertedFeatureType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addFeatureId(FeatureId vFeatureId) throws IndexOutOfBoundsException
vFeatureId - IndexOutOfBoundsExceptionpublic void addFeatureId(int index,
FeatureId vFeatureId)
throws IndexOutOfBoundsException
index - vFeatureId - IndexOutOfBoundsExceptionpublic void clearFeatureId()
public Enumeration enumerateFeatureId()
public FeatureId getFeatureId(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic FeatureId[] getFeatureId()
public int getFeatureIdCount()
public String getHandle()
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 removeFeatureId(FeatureId vFeatureId)
vFeatureId - public void setFeatureId(int index,
FeatureId vFeatureId)
throws IndexOutOfBoundsException
index - vFeatureId - IndexOutOfBoundsExceptionpublic void setFeatureId(FeatureId[] featureIdArray)
featureIdArray - public void setHandle(String handle)
handle - the value of field 'handle'.public static InsertedFeatureType 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.