public class EditPoints extends Object
Java class for editPoints complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="editPoints"> <simpleContent> <extension base="<http://www.sbml.org/2001/ns/celldesigner>point2DList"> <attribute name="num0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="num1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="num2"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="omittedShapeIndex"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="tShapeIndex"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Short |
num0 |
protected Short |
num1 |
protected Short |
num2 |
protected Short |
omittedShapeIndex |
protected Short |
tShapeIndex |
protected List<String> |
value |
Constructor and Description |
---|
EditPoints() |
Modifier and Type | Method and Description |
---|---|
Short |
getNum0()
Gets the value of the num0 property.
|
Short |
getNum1()
Gets the value of the num1 property.
|
Short |
getNum2()
Gets the value of the num2 property.
|
Short |
getOmittedShapeIndex()
Gets the value of the omittedShapeIndex property.
|
Short |
getTShapeIndex()
Gets the value of the tShapeIndex property.
|
List<String> |
getValue()
List of coordinate values.Gets the value of the value property.
|
void |
setNum0(Short value)
Sets the value of the num0 property.
|
void |
setNum1(Short value)
Sets the value of the num1 property.
|
void |
setNum2(Short value)
Sets the value of the num2 property.
|
void |
setOmittedShapeIndex(Short value)
Sets the value of the omittedShapeIndex property.
|
void |
setTShapeIndex(Short value)
Sets the value of the tShapeIndex property.
|
protected Short num0
protected Short num1
protected Short num2
protected Short omittedShapeIndex
protected Short tShapeIndex
public List<String> getValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Short getNum0()
Short
public void setNum0(Short value)
value
- allowed object is
Short
public Short getNum1()
Short
public void setNum1(Short value)
value
- allowed object is
Short
public Short getNum2()
Short
public void setNum2(Short value)
value
- allowed object is
Short
public Short getOmittedShapeIndex()
Short
public void setOmittedShapeIndex(Short value)
value
- allowed object is
Short
public Short getTShapeIndex()
Short
Copyright © 2018. All rights reserved.