neuroml.morph
Class Morphology.PropertyDetails

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

public static class Morphology.PropertyDetails
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="propertyDetail" type="{http://morphml.org/metadata/schema}PropertyDetail" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

propertyDetail

protected java.util.List<PropertyDetail> propertyDetail
Constructor Detail

Morphology.PropertyDetails

public Morphology.PropertyDetails()
Method Detail

getPropertyDetail

public java.util.List<PropertyDetail> getPropertyDetail()
Gets the value of the propertyDetail 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 propertyDetail property.

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

    getPropertyDetail().add(newItem);
 

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



NeuroML API (v1.4)