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

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

public class OutputResource
extends OutputBaseType

Java class for outputResource complex type.

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

 <complexType name="outputResource">
   <complexContent>
     <extension base="{org.ow2.jasmine.probe:probe-config}outputBaseType">
       <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.OutputBaseType
_default, name, property, type
 
Constructor Summary
OutputResource()
           
 
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.OutputBaseType
getDefault, getName, getProperty, getType, setDefault, 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

OutputResource

public OutputResource()
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.