public class

OrgCustomerServiceGetOrgCustsUpdatedResponse

extends AbstractDataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.apps.ar.hz.service.account.OrgCustomerServiceGetOrgCustsUpdatedResponse

Class Overview

Extracts a particular Organization Customer business object from TCA. You pass the object's identification information to the operation, and it returns the identified business object as it exists in TCA.

Java class for OrgCustomerService_GetOrgCustsUpdated_Response complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OrgCustomerService_GetOrgCustsUpdated_Response">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="orgCustomer" type="{http://xmlns.oracle.com/apps/ar/hz/service/account}OrgCustomer" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Message" type="{http://xmlns.oracle.com/svc}ServiceMessage" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ErrorMessage" type="{http://xmlns.oracle.com/svc}ServiceMessage" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<ServiceMessage> errorMessage
protected List<ServiceMessage> message
protected List<OrgCustomer> orgCustomer
Public Constructors
OrgCustomerServiceGetOrgCustsUpdatedResponse()
Public Methods
List<ServiceMessage> getErrorMessage()
Gets the value of the errorMessage property.
List<ServiceMessage> getMessage()
Gets the value of the message property.
List<OrgCustomer> getOrgCustomer()
Gets the value of the orgCustomer property.
void setErrorMessage(List<ServiceMessage> errorMessage)
Sets the value of the errorMessage property.
void setMessage(List<ServiceMessage> message)
Sets the value of the message property.
void setOrgCustomer(List<OrgCustomer> orgCustomer)
Sets the value of the orgCustomer property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected List<ServiceMessage> errorMessage

protected List<ServiceMessage> message

protected List<OrgCustomer> orgCustomer

Public Constructors

public OrgCustomerServiceGetOrgCustsUpdatedResponse ()

Public Methods

public List<ServiceMessage> getErrorMessage ()

Gets the value of the errorMessage property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the errorMessage property.

For example, to add a new item, do as follows:

    getErrorMessage().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceMessage

Returns
  • The errorMessage property.

public List<ServiceMessage> getMessage ()

Gets the value of the message property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the message property.

For example, to add a new item, do as follows:

    getMessage().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceMessage

public List<OrgCustomer> getOrgCustomer ()

Gets the value of the orgCustomer property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the orgCustomer property.

For example, to add a new item, do as follows:

    getOrgCustomer().add(newItem);
 

Objects of the following type(s) are allowed in the list OrgCustomer

public void setErrorMessage (List<ServiceMessage> errorMessage)

Sets the value of the errorMessage property.

Parameters
errorMessage Allowed object is ServiceMessage

public void setMessage (List<ServiceMessage> message)

Sets the value of the message property.

Parameters
message Allowed object is ServiceMessage

public void setOrgCustomer (List<OrgCustomer> orgCustomer)

Sets the value of the orgCustomer property.

Parameters
orgCustomer Allowed object is OrgCustomer