org.ow2.petals.regulation.generated
Class Flow

java.lang.Object
  extended by org.ow2.petals.regulation.generated.Flow

public class Flow
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="interface" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
         <element name="service" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
         <element name="endpoint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="operation" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="filter" type="{http://petals.ow2.org/regulation}Filter" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.namespace.QName _interface
           
protected  java.lang.String endpoint
           
protected  Filter filter
           
protected  javax.xml.namespace.QName operation
           
protected  java.lang.Integer rate
           
protected  javax.xml.namespace.QName service
           
 
Constructor Summary
Flow()
           
 
Method Summary
 java.lang.String getEndpoint()
          Gets the value of the endpoint property.
 Filter getFilter()
          Gets the value of the filter property.
 javax.xml.namespace.QName getInterface()
          Gets the value of the interface property.
 javax.xml.namespace.QName getOperation()
          Gets the value of the operation property.
 java.lang.Integer getRate()
          Gets the value of the rate property.
 javax.xml.namespace.QName getService()
          Gets the value of the service property.
 void setEndpoint(java.lang.String value)
          Sets the value of the endpoint property.
 void setFilter(Filter value)
          Sets the value of the filter property.
 void setInterface(javax.xml.namespace.QName value)
          Sets the value of the interface property.
 void setOperation(javax.xml.namespace.QName value)
          Sets the value of the operation property.
 void setRate(java.lang.Integer value)
          Sets the value of the rate property.
 void setService(javax.xml.namespace.QName value)
          Sets the value of the service property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_interface

protected javax.xml.namespace.QName _interface

service

protected javax.xml.namespace.QName service

endpoint

protected java.lang.String endpoint

operation

protected javax.xml.namespace.QName operation

rate

protected java.lang.Integer rate

filter

protected Filter filter
Constructor Detail

Flow

public Flow()
Method Detail

getInterface

public javax.xml.namespace.QName getInterface()
Gets the value of the interface property.

Returns:
possible object is QName

setInterface

public void setInterface(javax.xml.namespace.QName value)
Sets the value of the interface property.

Parameters:
value - allowed object is QName

getService

public javax.xml.namespace.QName getService()
Gets the value of the service property.

Returns:
possible object is QName

setService

public void setService(javax.xml.namespace.QName value)
Sets the value of the service property.

Parameters:
value - allowed object is QName

getEndpoint

public java.lang.String getEndpoint()
Gets the value of the endpoint property.

Returns:
possible object is String

setEndpoint

public void setEndpoint(java.lang.String value)
Sets the value of the endpoint property.

Parameters:
value - allowed object is String

getOperation

public javax.xml.namespace.QName getOperation()
Gets the value of the operation property.

Returns:
possible object is QName

setOperation

public void setOperation(javax.xml.namespace.QName value)
Sets the value of the operation property.

Parameters:
value - allowed object is QName

getRate

public java.lang.Integer getRate()
Gets the value of the rate property.

Returns:
possible object is Integer

setRate

public void setRate(java.lang.Integer value)
Sets the value of the rate property.

Parameters:
value - allowed object is Integer

getFilter

public Filter getFilter()
Gets the value of the filter property.

Returns:
possible object is Filter

setFilter

public void setFilter(Filter value)
Sets the value of the filter property.

Parameters:
value - allowed object is Filter


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.