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

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

public class TargetResource
extends TargetBaseType

Java class for targetResource complex type.

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

 <complexType name="targetResource">
   <complexContent>
     <extension base="{org.ow2.jasmine.probe:probe-config}targetBaseType">
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String href
           
 
Fields inherited from class org.ow2.jasmine.probe.api.generated.TargetBaseType
name, property, type
 
Constructor Summary
TargetResource()
           
 
Method Summary
 String getHref()
          Gets the value of the href property.
 void setHref(String value)
          Sets the value of the href property.
 
Methods inherited from class org.ow2.jasmine.probe.api.generated.TargetBaseType
getName, getProperty, getType, setName, setProperty, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

href

protected String href
Constructor Detail

TargetResource

public TargetResource()
Method Detail

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.