|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v3.RelatedBusinessesList
public class RelatedBusinessesList
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>
| Field Summary | |
|---|---|
protected java.lang.String |
businessKey
|
protected ListDescription |
listDescription
|
protected RelatedBusinessInfos |
relatedBusinessInfos
|
protected java.lang.Boolean |
truncated
|
| Constructor Summary | |
|---|---|
RelatedBusinessesList()
|
|
| Method Summary | |
|---|---|
java.lang.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. |
java.lang.Boolean |
isTruncated()
Gets the value of the truncated property. |
void |
setBusinessKey(java.lang.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(java.lang.Boolean value)
Sets the value of the truncated property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ListDescription listDescription
protected java.lang.String businessKey
protected RelatedBusinessInfos relatedBusinessInfos
protected java.lang.Boolean truncated
| Constructor Detail |
|---|
public RelatedBusinessesList()
| Method Detail |
|---|
public ListDescription getListDescription()
ListDescriptionpublic void setListDescription(ListDescription value)
value - allowed object is
ListDescriptionpublic java.lang.String getBusinessKey()
Stringpublic void setBusinessKey(java.lang.String value)
value - allowed object is
Stringpublic RelatedBusinessInfos getRelatedBusinessInfos()
RelatedBusinessInfospublic void setRelatedBusinessInfos(RelatedBusinessInfos value)
value - allowed object is
RelatedBusinessInfospublic java.lang.Boolean isTruncated()
Booleanpublic void setTruncated(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||