public class GetMessageTransactionLogDetailsMsg extends Object implements Serializable
Java class for GetMessageTransactionLogDetailsMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMessageTransactionLogDetailsMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="transactionID" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected String |
transactionID |
Constructor and Description |
---|
GetMessageTransactionLogDetailsMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getTransactionID()
Gets the value of the transactionID property.
|
boolean |
isSetClassification() |
boolean |
isSetTransactionID() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setTransactionID(String value)
Sets the value of the transactionID property.
|
protected SecurityWrapper classification
protected String transactionID
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public String getTransactionID()
String
public void setTransactionID(String value)
value
- allowed object is
String
public boolean isSetTransactionID()
Copyright © 2008–2017 MIL-OSS. All rights reserved.