Package org.neuroml1.model.network
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigInteger
protected Double
protected PulseInput
protected RandomStimInstance
protected BigInteger
-
Constructor Summary
Constructors -
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) clone()
copyTo
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) boolean
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) Gets the value of the cellId property.double
Gets the value of the fractionAlong property.Gets the value of the pulseInputInstance property.Gets the value of the randomStimInstance property.Gets the value of the segmentId property.int
hashCode()
int
hashCode
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) void
setCellId
(BigInteger value) Sets the value of the cellId property.void
setFractionAlong
(Double value) Sets the value of the fractionAlong property.void
setPulseInputInstance
(PulseInput value) Sets the value of the pulseInputInstance property.void
Sets the value of the randomStimInstance property.void
setSegmentId
(BigInteger value) Sets the value of the segmentId property.toString()
-
Field Details
-
pulseInputInstance
-
randomStimInstance
-
cellId
-
segmentId
-
fractionAlong
-
-
Constructor Details
-
InputSite
public InputSite()
-
-
Method Details
-
getPulseInputInstance
Gets the value of the pulseInputInstance property.- Returns:
- possible object is
PulseInput
-
setPulseInputInstance
Sets the value of the pulseInputInstance property.- Parameters:
value
- allowed object isPulseInput
-
getRandomStimInstance
Gets the value of the randomStimInstance property.- Returns:
- possible object is
RandomStimInstance
-
setRandomStimInstance
Sets the value of the randomStimInstance property.- Parameters:
value
- allowed object isRandomStimInstance
-
getCellId
Gets the value of the cellId property.- Returns:
- possible object is
BigInteger
-
setCellId
Sets the value of the cellId property.- Parameters:
value
- allowed object isBigInteger
-
getSegmentId
Gets the value of the segmentId property.- Returns:
- possible object is
BigInteger
-
setSegmentId
Sets the value of the segmentId property.- Parameters:
value
- allowed object isBigInteger
-
getFractionAlong
public double getFractionAlong()Gets the value of the fractionAlong property.- Returns:
- possible object is
Double
-
setFractionAlong
Sets the value of the fractionAlong property.- Parameters:
value
- allowed object isDouble
-
toString
-
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
-
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
-
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 interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-