public class RelatedBusinessesList extends Object implements Serializable
Java class for relatedBusinessesList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="relatedBusinessesList"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:uddi-org:api_v3}listDescription" minOccurs="0"/> <element ref="{urn:uddi-org:api_v3}businessKey"/> <element ref="{urn:uddi-org:api_v3}relatedBusinessInfos" minOccurs="0"/> </sequence> <attribute name="truncated" type="{urn:uddi-org:api_v3}truncated" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
businessKey |
protected ListDescription |
listDescription |
protected RelatedBusinessInfos |
relatedBusinessInfos |
protected Boolean |
truncated |
Constructor and Description |
---|
RelatedBusinessesList() |
Modifier and Type | Method and Description |
---|---|
String |
getBusinessKey()
Gets the value of the businessKey property.
|
ListDescription |
getListDescription()
Gets the value of the listDescription property.
|
RelatedBusinessInfos |
getRelatedBusinessInfos()
Gets the value of the relatedBusinessInfos property.
|
Boolean |
isTruncated()
Gets the value of the truncated property.
|
void |
setBusinessKey(String value)
Sets the value of the businessKey property.
|
void |
setListDescription(ListDescription value)
Sets the value of the listDescription property.
|
void |
setRelatedBusinessInfos(RelatedBusinessInfos value)
Sets the value of the relatedBusinessInfos property.
|
void |
setTruncated(Boolean value)
Sets the value of the truncated property.
|
protected ListDescription listDescription
protected String businessKey
protected RelatedBusinessInfos relatedBusinessInfos
protected Boolean truncated
public ListDescription getListDescription()
ListDescription
public void setListDescription(ListDescription value)
value
- allowed object is
ListDescription
public String getBusinessKey()
String
public void setBusinessKey(String value)
value
- allowed object is
String
public RelatedBusinessInfos getRelatedBusinessInfos()
RelatedBusinessInfos
public void setRelatedBusinessInfos(RelatedBusinessInfos value)
value
- allowed object is
RelatedBusinessInfos
public Boolean isTruncated()
Boolean
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.