Class Layout.Shapes.Shape
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.Layout.Shapes.Shape
- Enclosing class:
- Layout.Shapes
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">
<sequence>
<element name="upperLeftCorner">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}short" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="rectangleSize">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}byte" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="expanded" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="modelObjectName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="modelObjectNameSpace" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe expanded.protected StringThe model object name.protected StringThe model object name space.protected Layout.Shapes.Shape.RectangleSizeThe rectangle size.protected Layout.Shapes.Shape.UpperLeftCornerThe upper left corner. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the expanded property.Gets the value of the modelObjectName property.Gets the value of the modelObjectNameSpace property.Gets the value of the rectangleSize property.Gets the value of the upperLeftCorner property.voidsetExpanded(String value) Sets the value of the expanded property.voidsetModelObjectName(String value) Sets the value of the modelObjectName property.voidsetModelObjectNameSpace(String value) Sets the value of the modelObjectNameSpace property.voidSets the value of the rectangleSize property.voidSets the value of the upperLeftCorner property.
-
Field Details
-
upperLeftCorner
The upper left corner. -
rectangleSize
The rectangle size. -
expanded
The expanded. -
modelObjectName
The model object name. -
modelObjectNameSpace
The model object name space.
-
-
Constructor Details
-
Shape
public Shape()
-
-
Method Details
-
getUpperLeftCorner
Gets the value of the upperLeftCorner property.- Returns:
- possible object is
Layout.Shapes.Shape.UpperLeftCorner
-
setUpperLeftCorner
Sets the value of the upperLeftCorner property.- Parameters:
value- allowed object isLayout.Shapes.Shape.UpperLeftCorner
-
getRectangleSize
Gets the value of the rectangleSize property.- Returns:
- possible object is
Layout.Shapes.Shape.RectangleSize
-
setRectangleSize
Sets the value of the rectangleSize property.- Parameters:
value- allowed object isLayout.Shapes.Shape.RectangleSize
-
getExpanded
Gets the value of the expanded property.- Returns:
- possible object is
String
-
setExpanded
Sets the value of the expanded property.- Parameters:
value- allowed object isString
-
getModelObjectName
Gets the value of the modelObjectName property.- Returns:
- possible object is
String
-
setModelObjectName
Sets the value of the modelObjectName property.- Parameters:
value- allowed object isString
-
getModelObjectNameSpace
Gets the value of the modelObjectNameSpace property.- Returns:
- possible object is
String
-
setModelObjectNameSpace
Sets the value of the modelObjectNameSpace property.- Parameters:
value- allowed object isString
-