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()
FindBindingpublic void setFindBinding(FindBinding value)
value - allowed object is
FindBindingpublic FindBusiness getFindBusiness()
FindBusinesspublic void setFindBusiness(FindBusiness value)
value - allowed object is
FindBusinesspublic FindRelatedBusinesses getFindRelatedBusinesses()
FindRelatedBusinessespublic void setFindRelatedBusinesses(FindRelatedBusinesses value)
value - allowed object is
FindRelatedBusinessespublic FindService getFindService()
FindServicepublic void setFindService(FindService value)
value - allowed object is
FindServicepublic FindTModel getFindTModel()
FindTModelpublic void setFindTModel(FindTModel value)
value - allowed object is
FindTModelpublic GetBindingDetail getGetBindingDetail()
GetBindingDetailpublic void setGetBindingDetail(GetBindingDetail value)
value - allowed object is
GetBindingDetailpublic GetBusinessDetail getGetBusinessDetail()
GetBusinessDetailpublic void setGetBusinessDetail(GetBusinessDetail value)
value - allowed object is
GetBusinessDetailpublic GetServiceDetail getGetServiceDetail()
GetServiceDetailpublic void setGetServiceDetail(GetServiceDetail value)
value - allowed object is
GetServiceDetailpublic GetTModelDetail getGetTModelDetail()
GetTModelDetailpublic void setGetTModelDetail(GetTModelDetail value)
value - allowed object is
GetTModelDetailpublic GetAssertionStatusReport getGetAssertionStatusReport()
GetAssertionStatusReportpublic void setGetAssertionStatusReport(GetAssertionStatusReport value)
value - allowed object is
GetAssertionStatusReportCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.