|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v3.RegisteredInfo
public class RegisteredInfo
Java class for registeredInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="registeredInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:api_v3}businessInfos" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}tModelInfos" minOccurs="0"/>
</sequence>
<attribute name="truncated" type="{urn:uddi-org:api_v3}truncated" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BusinessInfos |
businessInfos
|
protected TModelInfos |
tModelInfos
|
protected java.lang.Boolean |
truncated
|
| Constructor Summary | |
|---|---|
RegisteredInfo()
|
|
| Method Summary | |
|---|---|
BusinessInfos |
getBusinessInfos()
Gets the value of the businessInfos property. |
TModelInfos |
getTModelInfos()
Gets the value of the tModelInfos property. |
java.lang.Boolean |
isTruncated()
Gets the value of the truncated property. |
void |
setBusinessInfos(BusinessInfos value)
Sets the value of the businessInfos property. |
void |
setTModelInfos(TModelInfos value)
Sets the value of the tModelInfos 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 BusinessInfos businessInfos
protected TModelInfos tModelInfos
protected java.lang.Boolean truncated
| Constructor Detail |
|---|
public RegisteredInfo()
| Method Detail |
|---|
public BusinessInfos getBusinessInfos()
BusinessInfospublic void setBusinessInfos(BusinessInfos value)
value - allowed object is
BusinessInfospublic TModelInfos getTModelInfos()
TModelInfospublic void setTModelInfos(TModelInfos value)
value - allowed object is
TModelInfospublic 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 | |||||||||