public class TIROperationMessagesType extends Object
Java class for TIROperationMessagesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TIROperationMessagesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartMessages" type="{http://rts.iru.org/egis}StartMessagesType" minOccurs="0"/>
<element name="TerminationAndExitMessages" type="{http://www.iru.org/SafeTIRUpload}Records" minOccurs="0"/>
<element name="DischargeMessages" type="{http://rts.iru.org/egis}DischargeMessagesType" minOccurs="0"/>
<element name="UpdateSealsMessages" type="{http://rts.iru.org/egis}UpdateSealsMessagesType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DischargeMessagesType |
dischargeMessages |
protected StartMessagesType |
startMessages |
protected Records |
terminationAndExitMessages |
protected UpdateSealsMessagesType |
updateSealsMessages |
| Constructor and Description |
|---|
TIROperationMessagesType() |
| Modifier and Type | Method and Description |
|---|---|
DischargeMessagesType |
getDischargeMessages()
Gets the value of the dischargeMessages property.
|
StartMessagesType |
getStartMessages()
Gets the value of the startMessages property.
|
Records |
getTerminationAndExitMessages()
Gets the value of the terminationAndExitMessages property.
|
UpdateSealsMessagesType |
getUpdateSealsMessages()
Gets the value of the updateSealsMessages property.
|
void |
setDischargeMessages(DischargeMessagesType value)
Sets the value of the dischargeMessages property.
|
void |
setStartMessages(StartMessagesType value)
Sets the value of the startMessages property.
|
void |
setTerminationAndExitMessages(Records value)
Sets the value of the terminationAndExitMessages property.
|
void |
setUpdateSealsMessages(UpdateSealsMessagesType value)
Sets the value of the updateSealsMessages property.
|
protected StartMessagesType startMessages
protected Records terminationAndExitMessages
protected DischargeMessagesType dischargeMessages
protected UpdateSealsMessagesType updateSealsMessages
public StartMessagesType getStartMessages()
StartMessagesTypepublic void setStartMessages(StartMessagesType value)
value - allowed object is
StartMessagesTypepublic Records getTerminationAndExitMessages()
Recordspublic void setTerminationAndExitMessages(Records value)
value - allowed object is
Recordspublic DischargeMessagesType getDischargeMessages()
DischargeMessagesTypepublic void setDischargeMessages(DischargeMessagesType value)
value - allowed object is
DischargeMessagesTypepublic UpdateSealsMessagesType getUpdateSealsMessages()
UpdateSealsMessagesTypepublic void setUpdateSealsMessages(UpdateSealsMessagesType value)
value - allowed object is
UpdateSealsMessagesTypeCopyright © 2017. All rights reserved.