public class SubscribeResponse
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="SubscriptionReference" type="{http://schemas.xmlsoap.org/ws/2003/03/addressing}EndpointReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SubscribeResponse() |
| Modifier and Type | Method and Description |
|---|---|
org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType |
getSubscriptionReference()
Gets the value of the subscriptionReference property.
|
void |
setSubscriptionReference(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType value)
Sets the value of the subscriptionReference property.
|
public org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType getSubscriptionReference()
EndpointReferenceTypepublic void setSubscriptionReference(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType value)
value - allowed object is
EndpointReferenceTypeCopyright © 2010 All Rights Reserved.