Class ExplicitInput

java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.ExplicitInput
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class ExplicitInput extends BaseWithoutId implements org.jvnet.jaxb2_commons.lang.ToString2
An explicit input ( anything which extends **basePointCurrent** ) to a target cell in a population

Java class for ExplicitInput complex type.

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

 <complexType name="ExplicitInput">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <attribute name="target" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2PopulationReferencePath" />
       <attribute name="input" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="destination" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • target

      protected String target
    • input

      protected String input
    • destination

      protected String destination
  • Constructor Details

    • ExplicitInput

      public ExplicitInput()
  • Method Details

    • getTarget

      public String getTarget()
      Gets the value of the target property.
      Returns:
      possible object is String
    • setTarget

      public void setTarget(String value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is String
    • getInput

      public String getInput()
      Gets the value of the input property.
      Returns:
      possible object is String
    • setInput

      public void setInput(String value)
      Sets the value of the input property.
      Parameters:
      value - allowed object is String
    • getDestination

      public String getDestination()
      Gets the value of the destination property.
      Returns:
      possible object is String
    • setDestination

      public void setDestination(String value)
      Sets the value of the destination property.
      Parameters:
      value - allowed object is String
    • 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