|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.repl_v3.ChangeRecordNewData
public class ChangeRecordNewData
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{urn:uddi-org:api_v3}businessEntity"/>
<element ref="{urn:uddi-org:api_v3}businessService"/>
<element ref="{urn:uddi-org:api_v3}bindingTemplate"/>
<element ref="{urn:uddi-org:api_v3}tModel"/>
</choice>
<element ref="{urn:uddi-org:api_v3}operationalInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BindingTemplate |
bindingTemplate
|
protected BusinessEntity |
businessEntity
|
protected BusinessService |
businessService
|
protected OperationalInfo |
operationalInfo
|
protected TModel |
tModel
|
| Constructor Summary | |
|---|---|
ChangeRecordNewData()
|
|
| Method Summary | |
|---|---|
BindingTemplate |
getBindingTemplate()
Gets the value of the bindingTemplate property. |
BusinessEntity |
getBusinessEntity()
Gets the value of the businessEntity property. |
BusinessService |
getBusinessService()
Gets the value of the businessService property. |
OperationalInfo |
getOperationalInfo()
Gets the value of the operationalInfo property. |
TModel |
getTModel()
Gets the value of the tModel property. |
void |
setBindingTemplate(BindingTemplate value)
Sets the value of the bindingTemplate property. |
void |
setBusinessEntity(BusinessEntity value)
Sets the value of the businessEntity property. |
void |
setBusinessService(BusinessService value)
Sets the value of the businessService property. |
void |
setOperationalInfo(OperationalInfo value)
Sets the value of the operationalInfo property. |
void |
setTModel(TModel value)
Sets the value of the tModel property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BusinessEntity businessEntity
protected BusinessService businessService
protected BindingTemplate bindingTemplate
protected TModel tModel
protected OperationalInfo operationalInfo
| Constructor Detail |
|---|
public ChangeRecordNewData()
| Method Detail |
|---|
public BusinessEntity getBusinessEntity()
BusinessEntitypublic void setBusinessEntity(BusinessEntity value)
value - allowed object is
BusinessEntitypublic BusinessService getBusinessService()
BusinessServicepublic void setBusinessService(BusinessService value)
value - allowed object is
BusinessServicepublic BindingTemplate getBindingTemplate()
BindingTemplatepublic void setBindingTemplate(BindingTemplate value)
value - allowed object is
BindingTemplatepublic TModel getTModel()
TModelpublic void setTModel(TModel value)
value - allowed object is
TModelpublic OperationalInfo getOperationalInfo()
OperationalInfopublic void setOperationalInfo(OperationalInfo value)
value - allowed object is
OperationalInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||