|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.ac.waikato.adams.webservice.weka.Property
public class Property
Java class for property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="property">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="propertyName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
content
|
protected String |
propertyName
|
| Constructor Summary | |
|---|---|
Property()
|
|
| Method Summary | |
|---|---|
String |
getContent()
Gets the value of the content property. |
String |
getPropertyName()
Gets the value of the propertyName property. |
void |
setContent(String value)
Sets the value of the content property. |
void |
setPropertyName(String value)
Sets the value of the propertyName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String content
protected String propertyName
| Constructor Detail |
|---|
public Property()
| Method Detail |
|---|
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||