neuroml.morph
Class CableGroup.Cable
java.lang.Object
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
|
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 |
id
protected java.math.BigInteger id
CableGroup.Cable
public CableGroup.Cable()
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)