be.vlaanderen.mercurius.vsb.schemas.v1
Class EventMessageType

java.lang.Object
  extended by be.vlaanderen.mercurius.vsb.schemas.v1.EventMessageType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-09-28T09:56:04+02:00",
           comments="JAXB RI v2.2.11")
public class EventMessageType
extends Object
implements Serializable

Message type for an event

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="Event" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}EventType"/>
         <element name="LBDossier" type="{http://www.mercurius.vlaanderen.be/vsb/schemas/v1}LBDossierType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
EventMessageType()
           
 
Method Summary
 EventType getEvent()
          Gets the value of the event property.
 LBDossierType getLBDossier()
          Gets the value of the lbDossier property.
 void setEvent(EventType value)
          Sets the value of the event property.
 void setLBDossier(LBDossierType value)
          Sets the value of the lbDossier property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventMessageType

public EventMessageType()
Method Detail

getEvent

public EventType getEvent()
Gets the value of the event property.

Returns:
possible object is EventType

setEvent

public void setEvent(EventType value)
Sets the value of the event property.

Parameters:
value - allowed object is EventType

getLBDossier

public LBDossierType getLBDossier()
Gets the value of the lbDossier property.

Returns:
possible object is LBDossierType

setLBDossier

public void setLBDossier(LBDossierType value)
Sets the value of the lbDossier property.

Parameters:
value - allowed object is LBDossierType



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.