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
Fields -
Constructor Summary
Constructors -
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.voidsetNumber(BigInteger value) Sets the value of the number property.voidSets 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:
toStringin classBaseWithoutId
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classBaseWithoutId
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBaseWithoutId
-