|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListenerType
Java class for listenerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listenerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="destination" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="subscription" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="selector" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="response-destination" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getDestination()
Gets the value of the destination property. |
String |
getId()
Gets the value of the id property. |
String |
getMethod()
Gets the value of the method property. |
String |
getRef()
Gets the value of the ref property. |
String |
getResponseDestination()
Gets the value of the responseDestination property. |
String |
getSelector()
Gets the value of the selector property. |
String |
getSubscription()
Gets the value of the subscription property. |
void |
setDestination(String value)
Sets the value of the destination property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMethod(String value)
Sets the value of the method property. |
void |
setRef(String value)
Sets the value of the ref property. |
void |
setResponseDestination(String value)
Sets the value of the responseDestination property. |
void |
setSelector(String value)
Sets the value of the selector property. |
void |
setSubscription(String value)
Sets the value of the subscription property. |
| Method Detail |
|---|
String getId()
Stringvoid setId(String value)
value - allowed object is
StringString getDestination()
Stringvoid setDestination(String value)
value - allowed object is
StringString getSubscription()
Stringvoid setSubscription(String value)
value - allowed object is
StringString getSelector()
Stringvoid setSelector(String value)
value - allowed object is
StringString getRef()
Stringvoid setRef(String value)
value - allowed object is
StringString getMethod()
Stringvoid setMethod(String value)
value - allowed object is
StringString getResponseDestination()
Stringvoid setResponseDestination(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||