public class

PartySiteServiceSavePartySiteResponse

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

Class Overview

Saves a Party Site business object. You pass new or modified object data to the operation, packaged within an object type defined specifically for the business operation. The service then determines if the object exists in TCA, based upon the provided identification information, and creates or updates the object. For either case, the object type that you provide will be processed as if the respective API procedure is being called (createPartySite or updatePartySite). Please see those operations for more details. In addition to the object's business object attributes, the object type also includes embedded child business entities or objects that can be simultaneously created or updated.

Java class for PartySiteService_SavePartySite_Response complex type.

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

 <complexType name="PartySiteService_SavePartySite_Response">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partySite" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}PartySite" 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 PartySite partySite
Public Constructors
PartySiteServiceSavePartySiteResponse()
Public Methods
List<ServiceMessage> getErrorMessage()
Gets the value of the errorMessage property.
List<ServiceMessage> getMessage()
Gets the value of the message property.
PartySite getPartySite()
Gets the value of the partySite 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 setPartySite(PartySite value)
Sets the value of the partySite 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 PartySite partySite

Public Constructors

public PartySiteServiceSavePartySiteResponse ()

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 PartySite getPartySite ()

Gets the value of the partySite property.

Returns

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 setPartySite (PartySite value)

Sets the value of the partySite property.

Parameters
value Allowed object is PartySite