public class SubscriptionFilter extends Object implements Serializable
Java class for subscriptionFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subscriptionFilter"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{urn:uddi-org:api_v3}find_binding"/> <element ref="{urn:uddi-org:api_v3}find_business"/> <element ref="{urn:uddi-org:api_v3}find_relatedBusinesses"/> <element ref="{urn:uddi-org:api_v3}find_service"/> <element ref="{urn:uddi-org:api_v3}find_tModel"/> <element ref="{urn:uddi-org:api_v3}get_bindingDetail"/> <element ref="{urn:uddi-org:api_v3}get_businessDetail"/> <element ref="{urn:uddi-org:api_v3}get_serviceDetail"/> <element ref="{urn:uddi-org:api_v3}get_tModelDetail"/> <element ref="{urn:uddi-org:api_v3}get_assertionStatusReport"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FindBinding |
findBinding |
protected FindBusiness |
findBusiness |
protected FindRelatedBusinesses |
findRelatedBusinesses |
protected FindService |
findService |
protected FindTModel |
findTModel |
protected GetAssertionStatusReport |
getAssertionStatusReport |
protected GetBindingDetail |
getBindingDetail |
protected GetBusinessDetail |
getBusinessDetail |
protected GetServiceDetail |
getServiceDetail |
protected GetTModelDetail |
getTModelDetail |
Constructor and Description |
---|
SubscriptionFilter() |
Modifier and Type | Method and Description |
---|---|
FindBinding |
getFindBinding()
Gets the value of the findBinding property.
|
FindBusiness |
getFindBusiness()
Gets the value of the findBusiness property.
|
FindRelatedBusinesses |
getFindRelatedBusinesses()
Gets the value of the findRelatedBusinesses property.
|
FindService |
getFindService()
Gets the value of the findService property.
|
FindTModel |
getFindTModel()
Gets the value of the findTModel property.
|
GetAssertionStatusReport |
getGetAssertionStatusReport()
Gets the value of the getAssertionStatusReport property.
|
GetBindingDetail |
getGetBindingDetail()
Gets the value of the getBindingDetail property.
|
GetBusinessDetail |
getGetBusinessDetail()
Gets the value of the getBusinessDetail property.
|
GetServiceDetail |
getGetServiceDetail()
Gets the value of the getServiceDetail property.
|
GetTModelDetail |
getGetTModelDetail()
Gets the value of the getTModelDetail property.
|
void |
setFindBinding(FindBinding value)
Sets the value of the findBinding property.
|
void |
setFindBusiness(FindBusiness value)
Sets the value of the findBusiness property.
|
void |
setFindRelatedBusinesses(FindRelatedBusinesses value)
Sets the value of the findRelatedBusinesses property.
|
void |
setFindService(FindService value)
Sets the value of the findService property.
|
void |
setFindTModel(FindTModel value)
Sets the value of the findTModel property.
|
void |
setGetAssertionStatusReport(GetAssertionStatusReport value)
Sets the value of the getAssertionStatusReport property.
|
void |
setGetBindingDetail(GetBindingDetail value)
Sets the value of the getBindingDetail property.
|
void |
setGetBusinessDetail(GetBusinessDetail value)
Sets the value of the getBusinessDetail property.
|
void |
setGetServiceDetail(GetServiceDetail value)
Sets the value of the getServiceDetail property.
|
void |
setGetTModelDetail(GetTModelDetail value)
Sets the value of the getTModelDetail property.
|
protected FindBinding findBinding
protected FindBusiness findBusiness
protected FindRelatedBusinesses findRelatedBusinesses
protected FindService findService
protected FindTModel findTModel
protected GetBindingDetail getBindingDetail
protected GetBusinessDetail getBusinessDetail
protected GetServiceDetail getServiceDetail
protected GetTModelDetail getTModelDetail
protected GetAssertionStatusReport getAssertionStatusReport
public FindBinding getFindBinding()
FindBinding
public void setFindBinding(FindBinding value)
value
- allowed object is
FindBinding
public FindBusiness getFindBusiness()
FindBusiness
public void setFindBusiness(FindBusiness value)
value
- allowed object is
FindBusiness
public FindRelatedBusinesses getFindRelatedBusinesses()
FindRelatedBusinesses
public void setFindRelatedBusinesses(FindRelatedBusinesses value)
value
- allowed object is
FindRelatedBusinesses
public FindService getFindService()
FindService
public void setFindService(FindService value)
value
- allowed object is
FindService
public FindTModel getFindTModel()
FindTModel
public void setFindTModel(FindTModel value)
value
- allowed object is
FindTModel
public GetBindingDetail getGetBindingDetail()
GetBindingDetail
public void setGetBindingDetail(GetBindingDetail value)
value
- allowed object is
GetBindingDetail
public GetBusinessDetail getGetBusinessDetail()
GetBusinessDetail
public void setGetBusinessDetail(GetBusinessDetail value)
value
- allowed object is
GetBusinessDetail
public GetServiceDetail getGetServiceDetail()
GetServiceDetail
public void setGetServiceDetail(GetServiceDetail value)
value
- allowed object is
GetServiceDetail
public GetTModelDetail getGetTModelDetail()
GetTModelDetail
public void setGetTModelDetail(GetTModelDetail value)
value
- allowed object is
GetTModelDetail
public GetAssertionStatusReport getGetAssertionStatusReport()
GetAssertionStatusReport
public void setGetAssertionStatusReport(GetAssertionStatusReport value)
value
- allowed object is
GetAssertionStatusReport
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.