Class ExtracellularProperties

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class ExtracellularProperties extends Base implements org.jvnet.jaxb2_commons.lang.ToString2

Java class for ExtracellularProperties complex type.

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

 <complexType name="ExtracellularProperties">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Base">
       <sequence>
         <element name="species" type="{http://www.neuroml.org/schema/neuroml2}Species" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ExtracellularProperties

      public ExtracellularProperties()
  • Method Details

    • getSpecies

      public List<Species> getSpecies()
      Gets the value of the species 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 set method for the species property.

      For example, to add a new item, do as follows:

          getSpecies().add(newItem);
       

      Objects of the following type(s) are allowed in the list Species

    • toString

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