public static class MultiPolygon.Choice extends Object
<xs:choice xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" maxOccurs="unbounded"> <xs:element ref="ns:Polygon"/> <xs:element ref="ns:Box"/> <xs:element ref="ns:CircularArea"/> <xs:element ref="ns:CircularArcArea"/> <xs:element ref="ns:EllipticalArea"/> </xs:choice>
| Constructor and Description |
|---|
MultiPolygon.Choice() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChoiceListSelect()
Clear the choice selection.
|
Box |
getBox()
Get the 'Box' element value.
|
CircularArcArea |
getCircularArcArea()
Get the 'CircularArcArea' element value.
|
CircularArea |
getCircularArea()
Get the 'CircularArea' element value.
|
EllipticalArea |
getEllipticalArea()
Get the 'EllipticalArea' element value.
|
Polygon |
getPolygon()
Get the 'Polygon' element value.
|
boolean |
ifBox()
Check if Box is current selection for choice.
|
boolean |
ifCircularArcArea()
Check if CircularArcArea is current selection for choice.
|
boolean |
ifCircularArea()
Check if CircularArea is current selection for choice.
|
boolean |
ifEllipticalArea()
Check if EllipticalArea is current selection for choice.
|
boolean |
ifPolygon()
Check if Polygon is current selection for choice.
|
void |
setBox(Box box)
Set the 'Box' element value.
|
void |
setCircularArcArea(CircularArcArea circularArcArea)
Set the 'CircularArcArea' element value.
|
void |
setCircularArea(CircularArea circularArea)
Set the 'CircularArea' element value.
|
void |
setEllipticalArea(EllipticalArea ellipticalArea)
Set the 'EllipticalArea' element value.
|
void |
setPolygon(Polygon polygon)
Set the 'Polygon' element value.
|
public void clearChoiceListSelect()
public boolean ifPolygon()
true if selection, false if notpublic Polygon getPolygon()
public void setPolygon(Polygon polygon)
polygon - public boolean ifBox()
true if selection, false if notpublic Box getBox()
public void setBox(Box box)
box - public boolean ifCircularArea()
true if selection, false if notpublic CircularArea getCircularArea()
public void setCircularArea(CircularArea circularArea)
circularArea - public boolean ifCircularArcArea()
true if selection, false if notpublic CircularArcArea getCircularArcArea()
public void setCircularArcArea(CircularArcArea circularArcArea)
circularArcArea - public boolean ifEllipticalArea()
true if selection, false if notpublic EllipticalArea getEllipticalArea()
public void setEllipticalArea(EllipticalArea ellipticalArea)
ellipticalArea - Copyright © 2016. All Rights Reserved.