|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn._1_0.protocol.HeaderType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:50:46+02:00",
comments="JAXB RI v2.2.11")
public class HeaderType
Java class for HeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeaderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ApplicationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="SequenceNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Environment" type="{urn:be:fgov:ehealth:consultRN:1_0:protocol}EnvironmentType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
HeaderType()
|
|
| Method Summary | |
|---|---|
String |
getApplicationId()
Gets the value of the applicationId property. |
org.joda.time.DateTime |
getDate()
Gets the value of the date property. |
EnvironmentType |
getEnvironment()
Gets the value of the environment property. |
BigInteger |
getSequenceNumber()
Gets the value of the sequenceNumber property. |
void |
setApplicationId(String value)
Sets the value of the applicationId property. |
void |
setDate(org.joda.time.DateTime value)
Sets the value of the date property. |
void |
setEnvironment(EnvironmentType value)
Sets the value of the environment property. |
void |
setSequenceNumber(BigInteger value)
Sets the value of the sequenceNumber property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeaderType()
| Method Detail |
|---|
public String getApplicationId()
Stringpublic void setApplicationId(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getDate()
Stringpublic void setDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic BigInteger getSequenceNumber()
BigIntegerpublic void setSequenceNumber(BigInteger value)
value - allowed object is
BigIntegerpublic EnvironmentType getEnvironment()
EnvironmentTypepublic void setEnvironment(EnvironmentType value)
value - allowed object is
EnvironmentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||