public class GMLObjectTypeListType extends Object implements Serializable
| Constructor and Description |
|---|
GMLObjectTypeListType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGMLObjectType(GMLObjectType vGMLObjectType)
Method addGMLObjectType
|
void |
addGMLObjectType(int index,
GMLObjectType vGMLObjectType)
Method addGMLObjectType
|
void |
clearGMLObjectType()
Method clearGMLObjectType
|
Enumeration |
enumerateGMLObjectType()
Method enumerateGMLObjectType
|
GMLObjectType[] |
getGMLObjectType()
Method getGMLObjectType
|
GMLObjectType |
getGMLObjectType(int index)
Method getGMLObjectType
|
int |
getGMLObjectTypeCount()
Method getGMLObjectTypeCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeGMLObjectType(GMLObjectType vGMLObjectType)
Method removeGMLObjectType
|
void |
setGMLObjectType(GMLObjectType[] GMLObjectTypeArray)
Method setGMLObjectType
|
void |
setGMLObjectType(int index,
GMLObjectType vGMLObjectType)
Method setGMLObjectType
|
static GMLObjectTypeListType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addGMLObjectType(GMLObjectType vGMLObjectType) throws IndexOutOfBoundsException
vGMLObjectType - IndexOutOfBoundsExceptionpublic void addGMLObjectType(int index,
GMLObjectType vGMLObjectType)
throws IndexOutOfBoundsException
index - vGMLObjectType - IndexOutOfBoundsExceptionpublic void clearGMLObjectType()
public Enumeration enumerateGMLObjectType()
public GMLObjectType getGMLObjectType(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic GMLObjectType[] getGMLObjectType()
public int getGMLObjectTypeCount()
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 removeGMLObjectType(GMLObjectType vGMLObjectType)
vGMLObjectType - public void setGMLObjectType(int index,
GMLObjectType vGMLObjectType)
throws IndexOutOfBoundsException
index - vGMLObjectType - IndexOutOfBoundsExceptionpublic void setGMLObjectType(GMLObjectType[] GMLObjectTypeArray)
GMLObjectTypeArray - public static GMLObjectTypeListType 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.