Package org.neuroml.model
Class RandomLayout
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.RandomLayout
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for RandomLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RandomLayout"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <attribute name="number" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> <attribute name="region" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> </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) Gets the value of the number property.Gets the value of the region property.void
setNumber
(BigInteger value) Sets the value of the number property.void
Sets the value of the region property.toString()
-
Field Details
-
number
-
region
-
-
Constructor Details
-
RandomLayout
public RandomLayout()
-
-
Method Details
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
BigInteger
-
setNumber
Sets the value of the number property.- Parameters:
value
- allowed object isBigInteger
-
getRegion
Gets the value of the region property.- Returns:
- possible object is
String
-
setRegion
Sets the value of the region property.- Parameters:
value
- allowed object isString
-
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
-