Class BaseWithoutId

java.lang.Object
org.neuroml.model.BaseWithoutId
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
Annotation, Base, BaseNonNegativeIntegerId, BlockMechanism, Constant, DistalDetails, ExplicitInput, Exposure, GridLayout, HHRate, HHTime, HHVariable, Include, InhomogeneousValue, InitMembPotential, Instance, IntracellularProperties, Layout, Location, Member, MembraneProperties, NamedDimensionalType, NamedDimensionalVariable, Path, PlasticityMechanism, Point3DWithDiam, Property, ProximalDetails, Q10ConductanceScaling, RandomLayout, Resistivity, SegmentEndPoint, SegmentParent, SpaceStructure, SpecificCapacitance, SpikeThresh, SubTree, SynapticConnection, UnstructuredLayout

public class BaseWithoutId extends Object implements org.jvnet.jaxb2_commons.lang.ToString2
Base element without ID specified *yet*, e.g. for an element with a particular requirement on its id which does not comply with NmlId (e.g. Segment needs nonNegativeInteger).

Java class for BaseWithoutId complex type.

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

 <complexType name="BaseWithoutId">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • BaseWithoutId

      public BaseWithoutId()
  • Method Details

    • toString

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