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