Class DomibusConnectorActionType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.DomibusConnectorActionType
-
public class DomibusConnectorActionType extends Object
<p>Java class for DomibusConnectorActionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="DomibusConnectorActionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Constructor Summary
Constructors Constructor Description DomibusConnectorActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
Gets the value of the action property.void
setAction(String value)
Sets the value of the action property.
-
-
-
Field Detail
-
action
protected String action
-
-