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()
BusinessEntity
public void setBusinessEntity(BusinessEntity value)
value
- allowed object is
BusinessEntity
public BusinessService getBusinessService()
BusinessService
public void setBusinessService(BusinessService value)
value
- allowed object is
BusinessService
public BindingTemplate getBindingTemplate()
BindingTemplate
public void setBindingTemplate(BindingTemplate value)
value
- allowed object is
BindingTemplate
public TModel getTModel()
TModel
public void setTModel(TModel value)
value
- allowed object is
TModel
public OperationalInfo getOperationalInfo()
OperationalInfo
public void setOperationalInfo(OperationalInfo value)
value
- allowed object is
OperationalInfo
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.