public class ApplicationHeader extends Object
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
crDate |
protected DuplicateIndication |
dup |
protected EntityIdentification |
from |
protected String |
msgName |
protected String |
msgRef |
protected String |
svcName |
protected EntityIdentification |
to |
Constructor and Description |
---|
ApplicationHeader() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
XMLGregorianCalendar |
getCrDate()
Gets the value of the crDate property.
|
DuplicateIndication |
getDup()
Gets the value of the dup property.
|
EntityIdentification |
getFrom()
Gets the value of the from property.
|
String |
getMsgName()
Gets the value of the msgName property.
|
String |
getMsgRef()
Gets the value of the msgRef property.
|
String |
getSvcName()
Gets the value of the svcName property.
|
EntityIdentification |
getTo()
Gets the value of the to property.
|
int |
hashCode() |
void |
setCrDate(XMLGregorianCalendar value)
Sets the value of the crDate property.
|
void |
setDup(DuplicateIndication value)
Sets the value of the dup property.
|
void |
setFrom(EntityIdentification value)
Sets the value of the from property.
|
void |
setMsgName(String value)
Sets the value of the msgName property.
|
void |
setMsgRef(String value)
Sets the value of the msgRef property.
|
void |
setSvcName(String value)
Sets the value of the svcName property.
|
void |
setTo(EntityIdentification value)
Sets the value of the to property.
|
String |
toString() |
protected XMLGregorianCalendar crDate
protected DuplicateIndication dup
protected EntityIdentification from
protected String msgName
protected String msgRef
protected String svcName
protected EntityIdentification to
public XMLGregorianCalendar getCrDate()
XMLGregorianCalendar
public DuplicateIndication getDup()
DuplicateIndication
public EntityIdentification getFrom()
EntityIdentification
public String getMsgName()
String
public String getMsgRef()
String
public String getSvcName()
String
public EntityIdentification getTo()
EntityIdentification
public void setCrDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public void setDup(DuplicateIndication value)
value
- allowed object is
DuplicateIndication
public void setFrom(EntityIdentification value)
value
- allowed object is
EntityIdentification
public void setMsgName(String value)
value
- allowed object is
String
public void setMsgRef(String value)
value
- allowed object is
String
public void setSvcName(String value)
value
- allowed object is
String
public void setTo(EntityIdentification value)
value
- allowed object is
EntityIdentification