org.uddi.repl_v3
Class ChangeRecordNewData

java.lang.Object
  extended by org.uddi.repl_v3.ChangeRecordNewData
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

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

businessEntity

protected BusinessEntity businessEntity

businessService

protected BusinessService businessService

bindingTemplate

protected BindingTemplate bindingTemplate

tModel

protected TModel tModel

operationalInfo

protected OperationalInfo operationalInfo
Constructor Detail

ChangeRecordNewData

public ChangeRecordNewData()
Method Detail

getBusinessEntity

public BusinessEntity getBusinessEntity()
Gets the value of the businessEntity property.

Returns:
possible object is BusinessEntity

setBusinessEntity

public void setBusinessEntity(BusinessEntity value)
Sets the value of the businessEntity property.

Parameters:
value - allowed object is BusinessEntity

getBusinessService

public BusinessService getBusinessService()
Gets the value of the businessService property.

Returns:
possible object is BusinessService

setBusinessService

public void setBusinessService(BusinessService value)
Sets the value of the businessService property.

Parameters:
value - allowed object is BusinessService

getBindingTemplate

public BindingTemplate getBindingTemplate()
Gets the value of the bindingTemplate property.

Returns:
possible object is BindingTemplate

setBindingTemplate

public void setBindingTemplate(BindingTemplate value)
Sets the value of the bindingTemplate property.

Parameters:
value - allowed object is BindingTemplate

getTModel

public TModel getTModel()
Gets the value of the tModel property.

Returns:
possible object is TModel

setTModel

public void setTModel(TModel value)
Sets the value of the tModel property.

Parameters:
value - allowed object is TModel

getOperationalInfo

public OperationalInfo getOperationalInfo()
Gets the value of the operationalInfo property.

Returns:
possible object is OperationalInfo

setOperationalInfo

public void setOperationalInfo(OperationalInfo value)
Sets the value of the operationalInfo property.

Parameters:
value - allowed object is OperationalInfo


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.