public class BLACKBOARDType extends Object
Java class for BLACKBOARDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BLACKBOARDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LAST_REQUEST" type="{}BLACKBOARD_LASTType"/>
<element name="LAST_RESPONSE" type="{}BLACKBOARD_LASTType"/>
<element name="MESSAGE" type="{}MESSAGEType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BLACKBOARDLASTType |
lastrequest |
protected BLACKBOARDLASTType |
lastresponse |
protected List<MESSAGEType> |
message |
| Constructor and Description |
|---|
BLACKBOARDType() |
| Modifier and Type | Method and Description |
|---|---|
BLACKBOARDLASTType |
getLASTREQUEST()
Gets the value of the lastrequest property.
|
BLACKBOARDLASTType |
getLASTRESPONSE()
Gets the value of the lastresponse property.
|
List<MESSAGEType> |
getMESSAGE()
Gets the value of the message property.
|
void |
setLASTREQUEST(BLACKBOARDLASTType value)
Sets the value of the lastrequest property.
|
void |
setLASTRESPONSE(BLACKBOARDLASTType value)
Sets the value of the lastresponse property.
|
protected BLACKBOARDLASTType lastrequest
protected BLACKBOARDLASTType lastresponse
protected List<MESSAGEType> message
public BLACKBOARDLASTType getLASTREQUEST()
BLACKBOARDLASTTypepublic void setLASTREQUEST(BLACKBOARDLASTType value)
value - allowed object is
BLACKBOARDLASTTypepublic BLACKBOARDLASTType getLASTRESPONSE()
BLACKBOARDLASTTypepublic void setLASTRESPONSE(BLACKBOARDLASTType value)
value - allowed object is
BLACKBOARDLASTTypepublic List<MESSAGEType> getMESSAGE()
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 message property.
For example, to add a new item, do as follows:
getMESSAGE().add(newItem);
Objects of the following type(s) are allowed in the list
MESSAGEType
Copyright © 2019. All rights reserved.