Class InputSite

java.lang.Object
org.neuroml1.model.network.InputSite
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class InputSite extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Specifies a location on a cell where input is received

Java class for InputSite complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InputSite">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="pulse_input_instance" type="{http://morphml.org/networkml/schema}PulseInput" minOccurs="0"/>
         <element name="random_stim_instance" type="{http://morphml.org/networkml/schema}RandomStimInstance" minOccurs="0"/>
       </choice>
       <attribute name="cell_id" use="required" type="{http://morphml.org/networkml/schema}CellIdInNetwork" />
       <attribute name="segment_id" type="{http://morphml.org/metadata/schema}SegmentIdInCell" default="0" />
       <attribute name="fraction_along" type="{http://morphml.org/metadata/schema}ZeroToOne" default="0.5" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InputSite

      public InputSite()
  • Method Details

    • getPulseInputInstance

      public PulseInput getPulseInputInstance()
      Gets the value of the pulseInputInstance property.
      Returns:
      possible object is PulseInput
    • setPulseInputInstance

      public void setPulseInputInstance(PulseInput value)
      Sets the value of the pulseInputInstance property.
      Parameters:
      value - allowed object is PulseInput
    • getRandomStimInstance

      public RandomStimInstance getRandomStimInstance()
      Gets the value of the randomStimInstance property.
      Returns:
      possible object is RandomStimInstance
    • setRandomStimInstance

      public void setRandomStimInstance(RandomStimInstance value)
      Sets the value of the randomStimInstance property.
      Parameters:
      value - allowed object is RandomStimInstance
    • getCellId

      public BigInteger getCellId()
      Gets the value of the cellId property.
      Returns:
      possible object is BigInteger
    • setCellId

      public void setCellId(BigInteger value)
      Sets the value of the cellId property.
      Parameters:
      value - allowed object is BigInteger
    • getSegmentId

      public BigInteger getSegmentId()
      Gets the value of the segmentId property.
      Returns:
      possible object is BigInteger
    • setSegmentId

      public void setSegmentId(BigInteger value)
      Sets the value of the segmentId property.
      Parameters:
      value - allowed object is BigInteger
    • getFractionAlong

      public double getFractionAlong()
      Gets the value of the fractionAlong property.
      Returns:
      possible object is Double
    • setFractionAlong

      public void setFractionAlong(Double value)
      Sets the value of the fractionAlong property.
      Parameters:
      value - allowed object is Double
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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
    • 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
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
    • copyTo

      public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2