Package org.neuroml1.model.bio
Class IonProperties
java.lang.Object
org.neuroml1.model.bio.IonProperties
- 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 IonProperties
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
Some properties accociated with an ion type which takes part in the mechanisms on the cell
 
 
Java class for IonProperties complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="IonProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parameter" type="{http://morphml.org/biophysics/schema}NamedParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getName()Gets the value of the name property.Gets the value of the parameter property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the name property.toString()
- 
Field Details- 
parameter
- 
name
 
- 
- 
Constructor Details- 
IonPropertiespublic IonProperties()
 
- 
- 
Method Details- 
getParameterGets the value of the parameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the parameter property.For example, to add a new item, do as follows: getParameter().add(newItem);Objects of the following type(s) are allowed in the list NamedParameter
- 
getNameGets the value of the name property.- Returns:
- possible object is
     String
 
- 
setNameSets the value of the name property.- Parameters:
- value- allowed object is- String
 
- 
toString
- 
appendpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
- appendin interface- org.jvnet.jaxb2_commons.lang.ToString2
 
- 
appendFieldspublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
- appendFieldsin interface- org.jvnet.jaxb2_commons.lang.ToString2
 
- 
equalspublic 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:
- equalsin interface- org.jvnet.jaxb2_commons.lang.Equals2
 
- 
equals
- 
hashCodepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
- hashCodein interface- org.jvnet.jaxb2_commons.lang.HashCode2
 
- 
hashCodepublic int hashCode()
- 
clone
- 
copyTo- Specified by:
- copyToin interface- org.jvnet.jaxb2_commons.lang.CopyTo2
 
- 
copyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) - Specified by:
- copyToin interface- org.jvnet.jaxb2_commons.lang.CopyTo2
 
- 
createNewInstance- Specified by:
- createNewInstancein interface- org.jvnet.jaxb2_commons.lang.CopyTo2
 
 
-