public class Layer extends Object
Java class for layer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="layer"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="listOfTexts" type="{http://www.sbml.org/2001/ns/celldesigner}listOfTexts" minOccurs="0"/> <element name="listOfSquares" type="{http://www.sbml.org/2001/ns/celldesigner}listOfSquares" minOccurs="0"/> <element name="listOfFreeLines" type="{http://www.sbml.org/2001/ns/celldesigner}listOfFreeLines" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="locked" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="visible" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected ListOfFreeLines |
listOfFreeLines |
protected ListOfSquares |
listOfSquares |
protected ListOfTexts |
listOfTexts |
protected boolean |
locked |
protected String |
name |
protected boolean |
visible |
Constructor and Description |
---|
Layer() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
ListOfFreeLines |
getListOfFreeLines()
Gets the value of the listOfFreeLines property.
|
ListOfSquares |
getListOfSquares()
Gets the value of the listOfSquares property.
|
ListOfTexts |
getListOfTexts()
Gets the value of the listOfTexts property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isLocked()
Gets the value of the locked property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setListOfFreeLines(ListOfFreeLines value)
Sets the value of the listOfFreeLines property.
|
void |
setListOfSquares(ListOfSquares value)
Sets the value of the listOfSquares property.
|
void |
setListOfTexts(ListOfTexts value)
Sets the value of the listOfTexts property.
|
void |
setLocked(boolean value)
Sets the value of the locked property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVisible(boolean value)
Sets the value of the visible property.
|
protected ListOfTexts listOfTexts
protected ListOfSquares listOfSquares
protected ListOfFreeLines listOfFreeLines
protected String id
protected String name
protected boolean locked
protected boolean visible
public ListOfTexts getListOfTexts()
ListOfTexts
public void setListOfTexts(ListOfTexts value)
value
- allowed object is
ListOfTexts
public ListOfSquares getListOfSquares()
ListOfSquares
public void setListOfSquares(ListOfSquares value)
value
- allowed object is
ListOfSquares
public ListOfFreeLines getListOfFreeLines()
ListOfFreeLines
public void setListOfFreeLines(ListOfFreeLines value)
value
- allowed object is
ListOfFreeLines
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isLocked()
public void setLocked(boolean value)
public boolean isVisible()
public void setVisible(boolean value)
Copyright © 2018. All rights reserved.