Package org.neuroml.model
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
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 Summary
-
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) toString()
-
Constructor Details
-
BaseWithoutId
public BaseWithoutId()
-
-
Method Details
-
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
-