org.uddi.sub_v3
Class SubscriptionResultsList

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

public class SubscriptionResultsList
extends Object
implements Serializable

Java class for subscriptionResultsList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="subscriptionResultsList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:sub_v3}chunkToken" minOccurs="0"/>
         <element ref="{urn:uddi-org:sub_v3}coveragePeriod"/>
         <element ref="{urn:uddi-org:sub_v3}subscription"/>
         <choice minOccurs="0">
           <element ref="{urn:uddi-org:api_v3}bindingDetail"/>
           <element ref="{urn:uddi-org:api_v3}businessDetail"/>
           <element ref="{urn:uddi-org:api_v3}serviceDetail"/>
           <element ref="{urn:uddi-org:api_v3}tModelDetail"/>
           <element ref="{urn:uddi-org:api_v3}businessList"/>
           <element ref="{urn:uddi-org:api_v3}relatedBusinessesList"/>
           <element ref="{urn:uddi-org:api_v3}serviceList"/>
           <element ref="{urn:uddi-org:api_v3}tModelList"/>
           <element ref="{urn:uddi-org:api_v3}assertionStatusReport"/>
         </choice>
         <element ref="{urn:uddi-org:sub_v3}keyBag" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="someResultsUnavailable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AssertionStatusReport assertionStatusReport
           
protected  BindingDetail bindingDetail
           
protected  BusinessDetail businessDetail
           
protected  BusinessList businessList
           
protected  String chunkToken
           
protected  CoveragePeriod coveragePeriod
           
protected  List<KeyBag> keyBag
           
protected  RelatedBusinessesList relatedBusinessesList
           
protected  ServiceDetail serviceDetail
           
protected  ServiceList serviceList
           
protected  Boolean someResultsUnavailable
           
protected  Subscription subscription
           
protected  TModelDetail tModelDetail
           
protected  TModelList tModelList
           
 
Constructor Summary
SubscriptionResultsList()
           
 
Method Summary
 AssertionStatusReport getAssertionStatusReport()
          Gets the value of the assertionStatusReport property.
 BindingDetail getBindingDetail()
          Gets the value of the bindingDetail property.
 BusinessDetail getBusinessDetail()
          Gets the value of the businessDetail property.
 BusinessList getBusinessList()
          Gets the value of the businessList property.
 String getChunkToken()
          Gets the value of the chunkToken property.
 CoveragePeriod getCoveragePeriod()
          Gets the value of the coveragePeriod property.
 List<KeyBag> getKeyBag()
          Gets the value of the keyBag property.
 RelatedBusinessesList getRelatedBusinessesList()
          Gets the value of the relatedBusinessesList property.
 ServiceDetail getServiceDetail()
          Gets the value of the serviceDetail property.
 ServiceList getServiceList()
          Gets the value of the serviceList property.
 Subscription getSubscription()
          Gets the value of the subscription property.
 TModelDetail getTModelDetail()
          Gets the value of the tModelDetail property.
 TModelList getTModelList()
          Gets the value of the tModelList property.
 Boolean isSomeResultsUnavailable()
          Gets the value of the someResultsUnavailable property.
 void setAssertionStatusReport(AssertionStatusReport value)
          Sets the value of the assertionStatusReport property.
 void setBindingDetail(BindingDetail value)
          Sets the value of the bindingDetail property.
 void setBusinessDetail(BusinessDetail value)
          Sets the value of the businessDetail property.
 void setBusinessList(BusinessList value)
          Sets the value of the businessList property.
 void setChunkToken(String value)
          Sets the value of the chunkToken property.
 void setCoveragePeriod(CoveragePeriod value)
          Sets the value of the coveragePeriod property.
 void setRelatedBusinessesList(RelatedBusinessesList value)
          Sets the value of the relatedBusinessesList property.
 void setServiceDetail(ServiceDetail value)
          Sets the value of the serviceDetail property.
 void setServiceList(ServiceList value)
          Sets the value of the serviceList property.
 void setSomeResultsUnavailable(Boolean value)
          Sets the value of the someResultsUnavailable property.
 void setSubscription(Subscription value)
          Sets the value of the subscription property.
 void setTModelDetail(TModelDetail value)
          Sets the value of the tModelDetail property.
 void setTModelList(TModelList value)
          Sets the value of the tModelList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chunkToken

protected String chunkToken

coveragePeriod

protected CoveragePeriod coveragePeriod

subscription

protected Subscription subscription

bindingDetail

protected BindingDetail bindingDetail

businessDetail

protected BusinessDetail businessDetail

serviceDetail

protected ServiceDetail serviceDetail

tModelDetail

protected TModelDetail tModelDetail

businessList

protected BusinessList businessList

relatedBusinessesList

protected RelatedBusinessesList relatedBusinessesList

serviceList

protected ServiceList serviceList

tModelList

protected TModelList tModelList

assertionStatusReport

protected AssertionStatusReport assertionStatusReport

keyBag

protected List<KeyBag> keyBag

someResultsUnavailable

protected Boolean someResultsUnavailable
Constructor Detail

SubscriptionResultsList

public SubscriptionResultsList()
Method Detail

getChunkToken

public String getChunkToken()
Gets the value of the chunkToken property.

Returns:
possible object is String

setChunkToken

public void setChunkToken(String value)
Sets the value of the chunkToken property.

Parameters:
value - allowed object is String

getCoveragePeriod

public CoveragePeriod getCoveragePeriod()
Gets the value of the coveragePeriod property.

Returns:
possible object is CoveragePeriod

setCoveragePeriod

public void setCoveragePeriod(CoveragePeriod value)
Sets the value of the coveragePeriod property.

Parameters:
value - allowed object is CoveragePeriod

getSubscription

public Subscription getSubscription()
Gets the value of the subscription property.

Returns:
possible object is Subscription

setSubscription

public void setSubscription(Subscription value)
Sets the value of the subscription property.

Parameters:
value - allowed object is Subscription

getBindingDetail

public BindingDetail getBindingDetail()
Gets the value of the bindingDetail property.

Returns:
possible object is BindingDetail

setBindingDetail

public void setBindingDetail(BindingDetail value)
Sets the value of the bindingDetail property.

Parameters:
value - allowed object is BindingDetail

getBusinessDetail

public BusinessDetail getBusinessDetail()
Gets the value of the businessDetail property.

Returns:
possible object is BusinessDetail

setBusinessDetail

public void setBusinessDetail(BusinessDetail value)
Sets the value of the businessDetail property.

Parameters:
value - allowed object is BusinessDetail

getServiceDetail

public ServiceDetail getServiceDetail()
Gets the value of the serviceDetail property.

Returns:
possible object is ServiceDetail

setServiceDetail

public void setServiceDetail(ServiceDetail value)
Sets the value of the serviceDetail property.

Parameters:
value - allowed object is ServiceDetail

getTModelDetail

public TModelDetail getTModelDetail()
Gets the value of the tModelDetail property.

Returns:
possible object is TModelDetail

setTModelDetail

public void setTModelDetail(TModelDetail value)
Sets the value of the tModelDetail property.

Parameters:
value - allowed object is TModelDetail

getBusinessList

public BusinessList getBusinessList()
Gets the value of the businessList property.

Returns:
possible object is BusinessList

setBusinessList

public void setBusinessList(BusinessList value)
Sets the value of the businessList property.

Parameters:
value - allowed object is BusinessList

getRelatedBusinessesList

public RelatedBusinessesList getRelatedBusinessesList()
Gets the value of the relatedBusinessesList property.

Returns:
possible object is RelatedBusinessesList

setRelatedBusinessesList

public void setRelatedBusinessesList(RelatedBusinessesList value)
Sets the value of the relatedBusinessesList property.

Parameters:
value - allowed object is RelatedBusinessesList

getServiceList

public ServiceList getServiceList()
Gets the value of the serviceList property.

Returns:
possible object is ServiceList

setServiceList

public void setServiceList(ServiceList value)
Sets the value of the serviceList property.

Parameters:
value - allowed object is ServiceList

getTModelList

public TModelList getTModelList()
Gets the value of the tModelList property.

Returns:
possible object is TModelList

setTModelList

public void setTModelList(TModelList value)
Sets the value of the tModelList property.

Parameters:
value - allowed object is TModelList

getAssertionStatusReport

public AssertionStatusReport getAssertionStatusReport()
Gets the value of the assertionStatusReport property.

Returns:
possible object is AssertionStatusReport

setAssertionStatusReport

public void setAssertionStatusReport(AssertionStatusReport value)
Sets the value of the assertionStatusReport property.

Parameters:
value - allowed object is AssertionStatusReport

getKeyBag

public List<KeyBag> getKeyBag()
Gets the value of the keyBag property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the keyBag property.

For example, to add a new item, do as follows:

    getKeyBag().add(newItem);
 

Objects of the following type(s) are allowed in the list KeyBag


isSomeResultsUnavailable

public Boolean isSomeResultsUnavailable()
Gets the value of the someResultsUnavailable property.

Returns:
possible object is Boolean

setSomeResultsUnavailable

public void setSomeResultsUnavailable(Boolean value)
Sets the value of the someResultsUnavailable property.

Parameters:
value - allowed object is Boolean


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