|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuroml.meta.PropertyDetail
public class PropertyDetail
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 |
---|
protected java.lang.String description
protected java.lang.Object type
protected java.lang.String property
Constructor Detail |
---|
public PropertyDetail()
Method Detail |
---|
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getType()
Object
public void setType(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String getProperty()
String
public void setProperty(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |