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
Modifier and TypeFieldDescriptionprotected BigInteger
protected BigInteger
protected BigInteger
protected BigInteger
protected Location
-
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) 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.void
setI
(BigInteger value) Sets the value of the i property.void
setId
(BigInteger value) Sets the value of the id property.void
setJ
(BigInteger value) Sets the value of the j property.void
setK
(BigInteger value) Sets the value of the k property.void
setLocation
(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:
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
-