Class InterfaceImplRDCT.Instances.Instance.Area
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.InterfaceImplRDCT.Instances.Instance.Area
-
- Enclosing class:
- InterfaceImplRDCT.Instances.Instance
public static class InterfaceImplRDCT.Instances.Instance.Area extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Circle"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="R" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Rectangle"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Point_2D" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Point2D_ST" maxOccurs="2" minOccurs="2"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Polygon"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Point_2D" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Point2D_ST" maxOccurs="unbounded" minOccurs="3"/> </sequence> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InterfaceImplRDCT.Instances.Instance.Area.Circle
Java class for anonymous complex type.static class
InterfaceImplRDCT.Instances.Instance.Area.Polygon
Java class for anonymous complex type.static class
InterfaceImplRDCT.Instances.Instance.Area.Rectangle
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected InterfaceImplRDCT.Instances.Instance.Area.Circle
circle
protected InterfaceImplRDCT.Instances.Instance.Area.Polygon
polygon
protected InterfaceImplRDCT.Instances.Instance.Area.Rectangle
rectangle
-
Constructor Summary
Constructors Constructor Description Area()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterfaceImplRDCT.Instances.Instance.Area.Circle
getCircle()
Gets the value of the circle property.InterfaceImplRDCT.Instances.Instance.Area.Polygon
getPolygon()
Gets the value of the polygon property.InterfaceImplRDCT.Instances.Instance.Area.Rectangle
getRectangle()
Gets the value of the rectangle property.void
setCircle(InterfaceImplRDCT.Instances.Instance.Area.Circle value)
Sets the value of the circle property.void
setPolygon(InterfaceImplRDCT.Instances.Instance.Area.Polygon value)
Sets the value of the polygon property.void
setRectangle(InterfaceImplRDCT.Instances.Instance.Area.Rectangle value)
Sets the value of the rectangle property.
-
-
-
Field Detail
-
circle
protected InterfaceImplRDCT.Instances.Instance.Area.Circle circle
-
rectangle
protected InterfaceImplRDCT.Instances.Instance.Area.Rectangle rectangle
-
polygon
protected InterfaceImplRDCT.Instances.Instance.Area.Polygon polygon
-
-
Method Detail
-
getCircle
public InterfaceImplRDCT.Instances.Instance.Area.Circle getCircle()
Gets the value of the circle property.- Returns:
- possible object is
InterfaceImplRDCT.Instances.Instance.Area.Circle
-
setCircle
public void setCircle(InterfaceImplRDCT.Instances.Instance.Area.Circle value)
Sets the value of the circle property.- Parameters:
value
- allowed object isInterfaceImplRDCT.Instances.Instance.Area.Circle
-
getRectangle
public InterfaceImplRDCT.Instances.Instance.Area.Rectangle getRectangle()
Gets the value of the rectangle property.- Returns:
- possible object is
InterfaceImplRDCT.Instances.Instance.Area.Rectangle
-
setRectangle
public void setRectangle(InterfaceImplRDCT.Instances.Instance.Area.Rectangle value)
Sets the value of the rectangle property.- Parameters:
value
- allowed object isInterfaceImplRDCT.Instances.Instance.Area.Rectangle
-
getPolygon
public InterfaceImplRDCT.Instances.Instance.Area.Polygon getPolygon()
Gets the value of the polygon property.- Returns:
- possible object is
InterfaceImplRDCT.Instances.Instance.Area.Polygon
-
setPolygon
public void setPolygon(InterfaceImplRDCT.Instances.Instance.Area.Polygon value)
Sets the value of the polygon property.- Parameters:
value
- allowed object isInterfaceImplRDCT.Instances.Instance.Area.Polygon
-
-