public class SyncSubscriptionRequest extends Object
Java class for syncSubscriptionRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="syncSubscriptionRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="syncSubscription" type="{urn:juddi-apache-org:api_v3}syncSubscription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SyncSubscription |
syncSubscription |
| Constructor and Description |
|---|
SyncSubscriptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
SyncSubscription |
getSyncSubscription()
Gets the value of the syncSubscription property.
|
void |
setSyncSubscription(SyncSubscription value)
Sets the value of the syncSubscription property.
|
protected SyncSubscription syncSubscription
public SyncSubscription getSyncSubscription()
SyncSubscriptionpublic void setSyncSubscription(SyncSubscription value)
value - allowed object is
SyncSubscriptionCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.