public static class ReceiveDefinition.Extract extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="header" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="variable" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="message" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="variable" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="result-type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="node"/>
<enumeration value="node-set"/>
<enumeration value="boolean"/>
<enumeration value="string"/>
<enumeration value="number"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReceiveDefinition.Extract.Header
Java class for anonymous complex type.
|
static class |
ReceiveDefinition.Extract.Message
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ReceiveDefinition.Extract.Header> |
headers |
protected List<ReceiveDefinition.Extract.Message> |
messages |
| Constructor and Description |
|---|
Extract() |
| Modifier and Type | Method and Description |
|---|---|
List<ReceiveDefinition.Extract.Header> |
getHeaders()
Gets the value of the headers property.
|
List<ReceiveDefinition.Extract.Message> |
getMessages()
Gets the value of the messages property.
|
protected List<ReceiveDefinition.Extract.Header> headers
protected List<ReceiveDefinition.Extract.Message> messages
public List<ReceiveDefinition.Extract.Header> getHeaders()
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 headers property.
For example, to add a new item, do as follows:
getHeaders().add(newItem);
Objects of the following type(s) are allowed in the list
ReceiveDefinition.Extract.Header
public List<ReceiveDefinition.Extract.Message> getMessages()
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 messages property.
For example, to add a new item, do as follows:
getMessages().add(newItem);
Objects of the following type(s) are allowed in the list
ReceiveDefinition.Extract.Message
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.