org.ow2.jasmine.probe.api.generated
Class TaskType

java.lang.Object
  extended by org.ow2.jasmine.probe.api.generated.TaskType

public class TaskType
extends Object

Java class for taskType complex type.

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

 <complexType name="taskType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String href
           
protected  String id
           
 
Constructor Summary
TaskType()
           
 
Method Summary
 String getHref()
          Gets the value of the href property.
 String getId()
          Gets the value of the id property.
 void setHref(String value)
          Sets the value of the href property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

href

protected String href
Constructor Detail

TaskType

public TaskType()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String


Copyright © 2013 OW2 Consortium. All Rights Reserved.