nz.ac.waikato.adams.webservice.weka
Class Property

java.lang.Object
  extended by nz.ac.waikato.adams.webservice.weka.Property

public class Property
extends Object

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

content

protected String content

propertyName

protected String propertyName
Constructor Detail

Property

public Property()
Method Detail

getContent

public String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

getPropertyName

public String getPropertyName()
Gets the value of the propertyName property.

Returns:
possible object is String

setPropertyName

public void setPropertyName(String value)
Sets the value of the propertyName property.

Parameters:
value - allowed object is String


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.