public class ChangeRecordNewData extends Object implements Serializable

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>
| Modifier and Type | Field and Description |
|---|---|
protected BindingTemplate |
bindingTemplate |
protected BusinessEntity |
businessEntity |
protected BusinessService |
businessService |
protected OperationalInfo |
operationalInfo |
protected TModel |
tModel |
| Constructor and Description |
|---|
ChangeRecordNewData() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected BusinessEntity businessEntity
protected BusinessService businessService
protected BindingTemplate bindingTemplate
protected TModel tModel
protected OperationalInfo operationalInfo
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
OperationalInfoCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.