Class Input

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
InputW

public class Input extends BaseNonNegativeIntegerId implements org.jvnet.jaxb2_commons.lang.ToString2
Specifies a single input to a **target,** optionally giving the **segmentId** ( default 0 ) and **fractionAlong** the segment ( default 0. 5 ).

Java class for Input complex type.

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

 <complexType name="Input">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseNonNegativeIntegerId">
       <attribute name="target" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2PopulationReferencePath" />
       <attribute name="destination" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="segmentId" type="{http://www.neuroml.org/schema/neuroml2}NonNegativeInteger" />
       <attribute name="fractionAlong" type="{http://www.neuroml.org/schema/neuroml2}ZeroToOne" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • target

      protected String target
    • destination

      protected String destination
    • segmentId

      protected Integer segmentId
    • fractionAlong

      protected Float fractionAlong
  • Constructor Details

    • Input

      public Input()
  • 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
    • 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
    • getSegmentId

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

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

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

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

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