public class ActionDetail extends Object
Java class for actionDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="actionDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="actionCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="requireSignedAction" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="requireSignedAcknowledge" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="timeToAcknowledge" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="dtdName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="xsdName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionCode |
protected String |
dtdName |
protected boolean |
requireSignedAcknowledge |
protected boolean |
requireSignedAction |
protected int |
timeToAcknowledge |
protected String |
xsdName |
| Constructor and Description |
|---|
ActionDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionCode()
Gets the value of the actionCode property.
|
String |
getDtdName()
Gets the value of the dtdName property.
|
int |
getTimeToAcknowledge()
Gets the value of the timeToAcknowledge property.
|
String |
getXsdName()
Gets the value of the xsdName property.
|
boolean |
isRequireSignedAcknowledge()
Gets the value of the requireSignedAcknowledge property.
|
boolean |
isRequireSignedAction()
Gets the value of the requireSignedAction property.
|
void |
setActionCode(String value)
Sets the value of the actionCode property.
|
void |
setDtdName(String value)
Sets the value of the dtdName property.
|
void |
setRequireSignedAcknowledge(boolean value)
Sets the value of the requireSignedAcknowledge property.
|
void |
setRequireSignedAction(boolean value)
Sets the value of the requireSignedAction property.
|
void |
setTimeToAcknowledge(int value)
Sets the value of the timeToAcknowledge property.
|
void |
setXsdName(String value)
Sets the value of the xsdName property.
|
protected String actionCode
protected boolean requireSignedAction
protected boolean requireSignedAcknowledge
protected int timeToAcknowledge
protected String dtdName
protected String xsdName
public String getActionCode()
Stringpublic void setActionCode(String value)
value - allowed object is
Stringpublic boolean isRequireSignedAction()
public void setRequireSignedAction(boolean value)
public boolean isRequireSignedAcknowledge()
public void setRequireSignedAcknowledge(boolean value)
public int getTimeToAcknowledge()
public void setTimeToAcknowledge(int value)
public String getDtdName()
Stringpublic void setDtdName(String value)
value - allowed object is
Stringpublic String getXsdName()
StringCopyright © 2025 MuleSoft, Inc.. All rights reserved.