Class Instance

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class Instance extends BaseWithoutId implements 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 Details

  • Constructor Details

    • Instance

      public Instance()
  • Method Details

    • getLocation

      public Location getLocation()
      Gets the value of the location property.
      Returns:
      possible object is Location
    • setLocation

      public void setLocation(Location value)
      Sets the value of the location property.
      Parameters:
      value - allowed object is Location
    • getId

      public BigInteger getId()
      Gets the value of the id property.
      Returns:
      possible object is BigInteger
    • setId

      public void setId(BigInteger value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is BigInteger
    • getI

      public BigInteger getI()
      Gets the value of the i property.
      Returns:
      possible object is BigInteger
    • setI

      public void setI(BigInteger value)
      Sets the value of the i property.
      Parameters:
      value - allowed object is BigInteger
    • getJ

      public BigInteger getJ()
      Gets the value of the j property.
      Returns:
      possible object is BigInteger
    • setJ

      public void setJ(BigInteger value)
      Sets the value of the j property.
      Parameters:
      value - allowed object is BigInteger
    • getK

      public BigInteger getK()
      Gets the value of the k property.
      Returns:
      possible object is BigInteger
    • setK

      public void setK(BigInteger value)
      Sets the value of the k property.
      Parameters:
      value - allowed object is BigInteger
    • toString

      public String toString()
      Overrides:
      toString in class BaseWithoutId
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class BaseWithoutId
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class BaseWithoutId