public class GeometryOperandsType extends Object implements Serializable
| Constructor and Description |
|---|
GeometryOperandsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGeometryOperand(GeometryOperandType vGeometryOperand)
Method addGeometryOperand
|
void |
addGeometryOperand(int index,
GeometryOperandType vGeometryOperand)
Method addGeometryOperand
|
void |
clearGeometryOperand()
Method clearGeometryOperand
|
Enumeration |
enumerateGeometryOperand()
Method enumerateGeometryOperand
|
GeometryOperandType[] |
getGeometryOperand()
Method getGeometryOperand
|
GeometryOperandType |
getGeometryOperand(int index)
Method getGeometryOperand
|
int |
getGeometryOperandCount()
Method getGeometryOperandCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeGeometryOperand(GeometryOperandType vGeometryOperand)
Method removeGeometryOperand
|
void |
setGeometryOperand(GeometryOperandType[] geometryOperandArray)
Method setGeometryOperand
|
void |
setGeometryOperand(int index,
GeometryOperandType vGeometryOperand)
Method setGeometryOperand
|
static GeometryOperandsType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addGeometryOperand(GeometryOperandType vGeometryOperand) throws IndexOutOfBoundsException
vGeometryOperand - IndexOutOfBoundsExceptionpublic void addGeometryOperand(int index,
GeometryOperandType vGeometryOperand)
throws IndexOutOfBoundsException
index - vGeometryOperand - IndexOutOfBoundsExceptionpublic void clearGeometryOperand()
public Enumeration enumerateGeometryOperand()
public GeometryOperandType getGeometryOperand(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic GeometryOperandType[] getGeometryOperand()
public int getGeometryOperandCount()
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 removeGeometryOperand(GeometryOperandType vGeometryOperand)
vGeometryOperand - public void setGeometryOperand(int index,
GeometryOperandType vGeometryOperand)
throws IndexOutOfBoundsException
index - vGeometryOperand - IndexOutOfBoundsExceptionpublic void setGeometryOperand(GeometryOperandType[] geometryOperandArray)
geometryOperandArray - public static GeometryOperandsType 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.