Package org.neuroml.model
Class Instance
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Instance
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Specifies a single instance of a component in a **population** ( placed at **location** ).
Java class for Instance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Instance">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
<sequence>
<element name="location" type="{http://www.neuroml.org/schema/neuroml2}Location"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="i" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="j" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="k" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected Location -
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) getI()Gets the value of the i property.getId()Gets the value of the id property.getJ()Gets the value of the j property.getK()Gets the value of the k property.Gets the value of the location property.voidsetI(BigInteger value) Sets the value of the i property.voidsetId(BigInteger value) Sets the value of the id property.voidsetJ(BigInteger value) Sets the value of the j property.voidsetK(BigInteger value) Sets the value of the k property.voidsetLocation(Location value) Sets the value of the location property.toString()
-
Field Details
-
location
-
id
-
i
-
j
-
k
-
-
Constructor Details
-
Instance
public Instance()
-
-
Method Details
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
Location
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isLocation
-
getId
Gets the value of the id property.- Returns:
- possible object is
BigInteger
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isBigInteger
-
getI
Gets the value of the i property.- Returns:
- possible object is
BigInteger
-
setI
Sets the value of the i property.- Parameters:
value- allowed object isBigInteger
-
getJ
Gets the value of the j property.- Returns:
- possible object is
BigInteger
-
setJ
Sets the value of the j property.- Parameters:
value- allowed object isBigInteger
-
getK
Gets the value of the k property.- Returns:
- possible object is
BigInteger
-
setK
Sets the value of the k property.- Parameters:
value- allowed object isBigInteger
-
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
-