neuroml.morph
Class CableGroup.Cable

java.lang.Object
  extended by neuroml.morph.CableGroup.Cable
Enclosing class:
CableGroup

public static class CableGroup.Cable
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger id
           
 
Constructor Summary
CableGroup.Cable()
           
 
Method Summary
 java.math.BigInteger getId()
          Gets the value of the id property.
 void setId(java.math.BigInteger value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.math.BigInteger id
Constructor Detail

CableGroup.Cable

public CableGroup.Cable()
Method Detail

getId

public java.math.BigInteger getId()
Gets the value of the id property.

Returns:
possible object is BigInteger

setId

public void setId(java.math.BigInteger value)
Sets the value of the id property.

Parameters:
value - allowed object is BigInteger


NeuroML API (v1.4)