neuroml.morph
Class Morphology.GroupDetails

java.lang.Object
  extended by neuroml.morph.Morphology.GroupDetails
Enclosing class:
Morphology

public static class Morphology.GroupDetails
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">
       <sequence>
         <element name="groupDetail" type="{http://morphml.org/metadata/schema}GroupDetail" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<GroupDetail> groupDetail
           
 
Constructor Summary
Morphology.GroupDetails()
           
 
Method Summary
 java.util.List<GroupDetail> getGroupDetail()
          Gets the value of the groupDetail property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupDetail

protected java.util.List<GroupDetail> groupDetail
Constructor Detail

Morphology.GroupDetails

public Morphology.GroupDetails()
Method Detail

getGroupDetail

public java.util.List<GroupDetail> getGroupDetail()
Gets the value of the groupDetail 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 groupDetail property.

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

    getGroupDetail().add(newItem);
 

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



NeuroML API (v1.4)