|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.regulation.generated.Flow
public class Flow
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 |
|---|
protected javax.xml.namespace.QName _interface
protected javax.xml.namespace.QName service
protected java.lang.String endpoint
protected javax.xml.namespace.QName operation
protected java.lang.Integer rate
protected Filter filter
| Constructor Detail |
|---|
public Flow()
| Method Detail |
|---|
public javax.xml.namespace.QName getInterface()
QNamepublic void setInterface(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic javax.xml.namespace.QName getService()
QNamepublic void setService(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.String getEndpoint()
Stringpublic void setEndpoint(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getOperation()
QNamepublic void setOperation(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.Integer getRate()
Integerpublic void setRate(java.lang.Integer value)
value - allowed object is
Integerpublic Filter getFilter()
Filterpublic void setFilter(Filter value)
value - allowed object is
Filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||