Package org.neuroml.model
Class GridLayout
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.GridLayout
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for GridLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GridLayout"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <attribute name="xSize" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> <attribute name="ySize" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> <attribute name="zSize" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) getXSize()
Gets the value of the xSize property.getYSize()
Gets the value of the ySize property.getZSize()
Gets the value of the zSize property.void
setXSize
(BigInteger value) Sets the value of the xSize property.void
setYSize
(BigInteger value) Sets the value of the ySize property.void
setZSize
(BigInteger value) Sets the value of the zSize property.toString()
-
Field Details
-
xSize
-
ySize
-
zSize
-
-
Constructor Details
-
GridLayout
public GridLayout()
-
-
Method Details
-
getXSize
Gets the value of the xSize property.- Returns:
- possible object is
BigInteger
-
setXSize
Sets the value of the xSize property.- Parameters:
value
- allowed object isBigInteger
-
getYSize
Gets the value of the ySize property.- Returns:
- possible object is
BigInteger
-
setYSize
Sets the value of the ySize property.- Parameters:
value
- allowed object isBigInteger
-
getZSize
Gets the value of the zSize property.- Returns:
- possible object is
BigInteger
-
setZSize
Sets the value of the zSize property.- Parameters:
value
- allowed object isBigInteger
-
toString
- Overrides:
toString
in classBaseWithoutId
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classBaseWithoutId
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classBaseWithoutId
-