public class PipDetail extends Object
Java class for pipDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pipDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="processCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="transactionCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activityIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="initiatorPartnerRole" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="initiatorServiceCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="responderPartnerRole" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="responderServiceCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="requireSync" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="requireAsync" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="retryCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="initiatorAction" type="{}actionDetail"/>
<element name="responderAction" type="{}actionDetail" minOccurs="0"/>
</sequence>
<attribute name="pipCode" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pipVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityIdentifier |
protected ActionDetail |
initiatorAction |
protected String |
initiatorPartnerRole |
protected String |
initiatorServiceCode |
protected String |
pipCode |
protected String |
pipVersion |
protected String |
processCode |
protected boolean |
requireAsync |
protected boolean |
requireSync |
protected ActionDetail |
responderAction |
protected String |
responderPartnerRole |
protected String |
responderServiceCode |
protected int |
retryCount |
protected String |
transactionCode |
| Constructor and Description |
|---|
PipDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityIdentifier()
Gets the value of the activityIdentifier property.
|
ActionDetail |
getInitiatorAction()
Gets the value of the initiatorAction property.
|
String |
getInitiatorPartnerRole()
Gets the value of the initiatorPartnerRole property.
|
String |
getInitiatorServiceCode()
Gets the value of the initiatorServiceCode property.
|
String |
getPipCode()
Gets the value of the pipCode property.
|
String |
getPipVersion()
Gets the value of the pipVersion property.
|
String |
getProcessCode()
Gets the value of the processCode property.
|
ActionDetail |
getResponderAction()
Gets the value of the responderAction property.
|
String |
getResponderPartnerRole()
Gets the value of the responderPartnerRole property.
|
String |
getResponderServiceCode()
Gets the value of the responderServiceCode property.
|
int |
getRetryCount()
Gets the value of the retryCount property.
|
String |
getTransactionCode()
Gets the value of the transactionCode property.
|
boolean |
isRequireAsync()
Gets the value of the requireAsync property.
|
boolean |
isRequireSync()
Gets the value of the requireSync property.
|
void |
setActivityIdentifier(String value)
Sets the value of the activityIdentifier property.
|
void |
setInitiatorAction(ActionDetail value)
Sets the value of the initiatorAction property.
|
void |
setInitiatorPartnerRole(String value)
Sets the value of the initiatorPartnerRole property.
|
void |
setInitiatorServiceCode(String value)
Sets the value of the initiatorServiceCode property.
|
void |
setPipCode(String value)
Sets the value of the pipCode property.
|
void |
setPipVersion(String value)
Sets the value of the pipVersion property.
|
void |
setProcessCode(String value)
Sets the value of the processCode property.
|
void |
setRequireAsync(boolean value)
Sets the value of the requireAsync property.
|
void |
setRequireSync(boolean value)
Sets the value of the requireSync property.
|
void |
setResponderAction(ActionDetail value)
Sets the value of the responderAction property.
|
void |
setResponderPartnerRole(String value)
Sets the value of the responderPartnerRole property.
|
void |
setResponderServiceCode(String value)
Sets the value of the responderServiceCode property.
|
void |
setRetryCount(int value)
Sets the value of the retryCount property.
|
void |
setTransactionCode(String value)
Sets the value of the transactionCode property.
|
protected String processCode
protected String transactionCode
protected String activityIdentifier
protected String initiatorPartnerRole
protected String initiatorServiceCode
protected String responderPartnerRole
protected String responderServiceCode
protected boolean requireSync
protected boolean requireAsync
protected int retryCount
protected ActionDetail initiatorAction
protected ActionDetail responderAction
protected String pipCode
protected String pipVersion
public String getProcessCode()
Stringpublic void setProcessCode(String value)
value - allowed object is
Stringpublic String getTransactionCode()
Stringpublic void setTransactionCode(String value)
value - allowed object is
Stringpublic String getActivityIdentifier()
Stringpublic void setActivityIdentifier(String value)
value - allowed object is
Stringpublic String getInitiatorPartnerRole()
Stringpublic void setInitiatorPartnerRole(String value)
value - allowed object is
Stringpublic String getInitiatorServiceCode()
Stringpublic void setInitiatorServiceCode(String value)
value - allowed object is
Stringpublic String getResponderPartnerRole()
Stringpublic void setResponderPartnerRole(String value)
value - allowed object is
Stringpublic String getResponderServiceCode()
Stringpublic void setResponderServiceCode(String value)
value - allowed object is
Stringpublic boolean isRequireSync()
public void setRequireSync(boolean value)
public boolean isRequireAsync()
public void setRequireAsync(boolean value)
public int getRetryCount()
public void setRetryCount(int value)
public ActionDetail getInitiatorAction()
ActionDetailpublic void setInitiatorAction(ActionDetail value)
value - allowed object is
ActionDetailpublic ActionDetail getResponderAction()
ActionDetailpublic void setResponderAction(ActionDetail value)
value - allowed object is
ActionDetailpublic String getPipCode()
Stringpublic void setPipCode(String value)
value - allowed object is
Stringpublic String getPipVersion()
StringCopyright © 2025 MuleSoft, Inc.. All rights reserved.