|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.vlaanderen.mercurius.insurability.schemas.v1.WZCMHDF001DetermineInsurabilityRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:56:04+02:00", comments="JAXB RI v2.2.11") public class WZCMHDF001DetermineInsurabilityRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MessageMetadata" type="{http://www.mercurius.vlaanderen.be/insurability/schemas/v1}MessageMetadataType"/> <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="Context" type="{http://www.mercurius.vlaanderen.be/vsb-wzcmh/schemas/v1}ContextType"/> <element name="PersonInformation" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
WZCMHDF001DetermineInsurabilityRequest()
|
Method Summary | |
---|---|
ContextType |
getContext()
Gets the value of the context property. |
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
MessageMetadataType |
getMessageMetadata()
Gets the value of the messageMetadata property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
boolean |
isPersonInformation()
Gets the value of the personInformation property. |
void |
setContext(ContextType value)
Sets the value of the context property. |
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property. |
void |
setMessageMetadata(MessageMetadataType value)
Sets the value of the messageMetadata property. |
void |
setPersonInformation(boolean value)
Sets the value of the personInformation property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WZCMHDF001DetermineInsurabilityRequest()
Method Detail |
---|
public MessageMetadataType getMessageMetadata()
MessageMetadataType
public void setMessageMetadata(MessageMetadataType value)
value
- allowed object is
MessageMetadataType
public org.joda.time.DateTime getStartDate()
String
public void setStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEndDate()
String
public void setEndDate(org.joda.time.DateTime value)
value
- allowed object is
String
public ContextType getContext()
ContextType
public void setContext(ContextType value)
value
- allowed object is
ContextType
public boolean isPersonInformation()
public void setPersonInformation(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |