org.uddi.sub_v3
Class SubscriptionFilter

java.lang.Object
  extended by org.uddi.sub_v3.SubscriptionFilter
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

Field Summary
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 Summary
SubscriptionFilter()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

findBinding

protected FindBinding findBinding

findBusiness

protected FindBusiness findBusiness

findRelatedBusinesses

protected FindRelatedBusinesses findRelatedBusinesses

findService

protected FindService findService

findTModel

protected FindTModel findTModel

getBindingDetail

protected GetBindingDetail getBindingDetail

getBusinessDetail

protected GetBusinessDetail getBusinessDetail

getServiceDetail

protected GetServiceDetail getServiceDetail

getTModelDetail

protected GetTModelDetail getTModelDetail

getAssertionStatusReport

protected GetAssertionStatusReport getAssertionStatusReport
Constructor Detail

SubscriptionFilter

public SubscriptionFilter()
Method Detail

getFindBinding

public FindBinding getFindBinding()
Gets the value of the findBinding property.

Returns:
possible object is FindBinding

setFindBinding

public void setFindBinding(FindBinding value)
Sets the value of the findBinding property.

Parameters:
value - allowed object is FindBinding

getFindBusiness

public FindBusiness getFindBusiness()
Gets the value of the findBusiness property.

Returns:
possible object is FindBusiness

setFindBusiness

public void setFindBusiness(FindBusiness value)
Sets the value of the findBusiness property.

Parameters:
value - allowed object is FindBusiness

getFindRelatedBusinesses

public FindRelatedBusinesses getFindRelatedBusinesses()
Gets the value of the findRelatedBusinesses property.

Returns:
possible object is FindRelatedBusinesses

setFindRelatedBusinesses

public void setFindRelatedBusinesses(FindRelatedBusinesses value)
Sets the value of the findRelatedBusinesses property.

Parameters:
value - allowed object is FindRelatedBusinesses

getFindService

public FindService getFindService()
Gets the value of the findService property.

Returns:
possible object is FindService

setFindService

public void setFindService(FindService value)
Sets the value of the findService property.

Parameters:
value - allowed object is FindService

getFindTModel

public FindTModel getFindTModel()
Gets the value of the findTModel property.

Returns:
possible object is FindTModel

setFindTModel

public void setFindTModel(FindTModel value)
Sets the value of the findTModel property.

Parameters:
value - allowed object is FindTModel

getGetBindingDetail

public GetBindingDetail getGetBindingDetail()
Gets the value of the getBindingDetail property.

Returns:
possible object is GetBindingDetail

setGetBindingDetail

public void setGetBindingDetail(GetBindingDetail value)
Sets the value of the getBindingDetail property.

Parameters:
value - allowed object is GetBindingDetail

getGetBusinessDetail

public GetBusinessDetail getGetBusinessDetail()
Gets the value of the getBusinessDetail property.

Returns:
possible object is GetBusinessDetail

setGetBusinessDetail

public void setGetBusinessDetail(GetBusinessDetail value)
Sets the value of the getBusinessDetail property.

Parameters:
value - allowed object is GetBusinessDetail

getGetServiceDetail

public GetServiceDetail getGetServiceDetail()
Gets the value of the getServiceDetail property.

Returns:
possible object is GetServiceDetail

setGetServiceDetail

public void setGetServiceDetail(GetServiceDetail value)
Sets the value of the getServiceDetail property.

Parameters:
value - allowed object is GetServiceDetail

getGetTModelDetail

public GetTModelDetail getGetTModelDetail()
Gets the value of the getTModelDetail property.

Returns:
possible object is GetTModelDetail

setGetTModelDetail

public void setGetTModelDetail(GetTModelDetail value)
Sets the value of the getTModelDetail property.

Parameters:
value - allowed object is GetTModelDetail

getGetAssertionStatusReport

public GetAssertionStatusReport getGetAssertionStatusReport()
Gets the value of the getAssertionStatusReport property.

Returns:
possible object is GetAssertionStatusReport

setGetAssertionStatusReport

public void setGetAssertionStatusReport(GetAssertionStatusReport value)
Sets the value of the getAssertionStatusReport property.

Parameters:
value - allowed object is GetAssertionStatusReport


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.