neuroml.meta
Class PropertyDetail

java.lang.Object
  extended by neuroml.meta.PropertyDetail

public class PropertyDetail
extends java.lang.Object

Metadata for each Property.

Java class for PropertyDetail complex type.

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

 <complexType name="PropertyDetail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </all>
       <attribute name="property" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String property
           
protected  java.lang.Object type
           
 
Constructor Summary
PropertyDetail()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getProperty()
          Gets the value of the property property.
 java.lang.Object getType()
          Gets the value of the type property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setProperty(java.lang.String value)
          Sets the value of the property property.
 void setType(java.lang.Object value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

type

protected java.lang.Object type

property

protected java.lang.String property
Constructor Detail

PropertyDetail

public PropertyDetail()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getType

public java.lang.Object getType()
Gets the value of the type property.

Returns:
possible object is Object

setType

public void setType(java.lang.Object value)
Sets the value of the type property.

Parameters:
value - allowed object is Object

getProperty

public java.lang.String getProperty()
Gets the value of the property property.

Returns:
possible object is String

setProperty

public void setProperty(java.lang.String value)
Sets the value of the property property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)