@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:07:12+02:00", comments="JAXB RI v2.2.11") public class HeaderType extends Object implements Serializable
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 and Description |
|---|
HeaderType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.