public class OMessageVarType extends OVarType
Modifier and Type | Class and Description |
---|---|
static class |
OMessageVarType.Part |
Modifier and Type | Field and Description |
---|---|
OElementVarType |
docLitType
For doc-lit-like message types , the element type of the only part.
|
javax.xml.namespace.QName |
messageType |
java.util.Map<java.lang.String,OMessageVarType.Part> |
parts |
Constructor and Description |
---|
OMessageVarType(OProcess owner,
javax.xml.namespace.QName messageType,
java.util.Collection<OMessageVarType.Part> parts) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
newInstance(org.w3c.dom.Document doc)
Create a new instance of this variable.
|
java.lang.String |
toString() |
public javax.xml.namespace.QName messageType
public final java.util.Map<java.lang.String,OMessageVarType.Part> parts
public final OElementVarType docLitType
public OMessageVarType(OProcess owner, javax.xml.namespace.QName messageType, java.util.Collection<OMessageVarType.Part> parts)
public org.w3c.dom.Node newInstance(org.w3c.dom.Document doc)
OVarType
newInstance
in class OVarType