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>
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
SubscriptionResultsList() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String chunkToken
protected CoveragePeriod coveragePeriod
protected Subscription subscription
protected BindingDetail bindingDetail
protected BusinessDetail businessDetail
protected ServiceDetail serviceDetail
protected TModelDetail tModelDetail
protected BusinessList businessList
protected RelatedBusinessesList relatedBusinessesList
protected ServiceList serviceList
protected TModelList tModelList
protected AssertionStatusReport assertionStatusReport
protected Boolean someResultsUnavailable
public String getChunkToken()
String
public void setChunkToken(String value)
value
- allowed object is
String
public CoveragePeriod getCoveragePeriod()
CoveragePeriod
public void setCoveragePeriod(CoveragePeriod value)
value
- allowed object is
CoveragePeriod
public Subscription getSubscription()
Subscription
public void setSubscription(Subscription value)
value
- allowed object is
Subscription
public BindingDetail getBindingDetail()
BindingDetail
public void setBindingDetail(BindingDetail value)
value
- allowed object is
BindingDetail
public BusinessDetail getBusinessDetail()
BusinessDetail
public void setBusinessDetail(BusinessDetail value)
value
- allowed object is
BusinessDetail
public ServiceDetail getServiceDetail()
ServiceDetail
public void setServiceDetail(ServiceDetail value)
value
- allowed object is
ServiceDetail
public TModelDetail getTModelDetail()
TModelDetail
public void setTModelDetail(TModelDetail value)
value
- allowed object is
TModelDetail
public BusinessList getBusinessList()
BusinessList
public void setBusinessList(BusinessList value)
value
- allowed object is
BusinessList
public RelatedBusinessesList getRelatedBusinessesList()
RelatedBusinessesList
public void setRelatedBusinessesList(RelatedBusinessesList value)
value
- allowed object is
RelatedBusinessesList
public ServiceList getServiceList()
ServiceList
public void setServiceList(ServiceList value)
value
- allowed object is
ServiceList
public TModelList getTModelList()
TModelList
public void setTModelList(TModelList value)
value
- allowed object is
TModelList
public AssertionStatusReport getAssertionStatusReport()
AssertionStatusReport
public void setAssertionStatusReport(AssertionStatusReport value)
value
- allowed object is
AssertionStatusReport
public List<KeyBag> getKeyBag()
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
public Boolean isSomeResultsUnavailable()
Boolean
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.