Class SpecAxialResistance
- 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
Java class for SpecAxialResistance complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="SpecAxialResistance">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parameter" type="{http://morphml.org/biophysics/schema}UnnamedParameter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="variableParameter" type="{http://morphml.org/biophysics/schema}VariableParameter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="variable_parameter" type="{http://morphml.org/biophysics/schema}VariableParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<UnnamedParameter>protected List<VariableParameter>protected List<VariableParameter>
- 
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) Gets the value of the parameter property.Gets the value of the variableParameter property.Gets the value of the variableParameterAlt property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) toString()
- 
Field Details- 
parameter
- 
variableParameterAlt
- 
variableParameter
 
- 
- 
Constructor Details- 
SpecAxialResistancepublic SpecAxialResistance()
 
- 
- 
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 UnnamedParameter
- 
getVariableParameterAltGets the value of the variableParameterAlt 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 variableParameterAlt property.For example, to add a new item, do as follows: getVariableParameterAlt().add(newItem);Objects of the following type(s) are allowed in the list VariableParameter
- 
getVariableParameterGets the value of the variableParameter 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 variableParameter property.For example, to add a new item, do as follows: getVariableParameter().add(newItem);Objects of the following type(s) are allowed in the list VariableParameter
- 
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
 
 
-