|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.vlaanderen.mercurius.mohm.schemas.v1.BTCAdviceApplicationType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:56:04+02:00", comments="JAXB RI v2.2.11") public class BTCAdviceApplicationType
Generiek type voor een aanvraag in de vraag naar advies BTC.
Java class for BTCAdviceApplicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BTCAdviceApplicationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MobilityTool" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}BTCAdviceMobilityToolType"/> <element name="AdviceAskedDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="Priority" type="{http://www.mercurius.vlaanderen.be/mohm/schemas/v1}BTCPriorityType"/> <element name="LinkToMohm" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
BTCAdviceApplicationType()
|
Method Summary | |
---|---|
org.joda.time.DateTime |
getAdviceAskedDate()
Gets the value of the adviceAskedDate property. |
String |
getLinkToMohm()
Gets the value of the linkToMohm property. |
BTCAdviceMobilityToolType |
getMobilityTool()
Gets the value of the mobilityTool property. |
String |
getPriority()
Gets the value of the priority property. |
void |
setAdviceAskedDate(org.joda.time.DateTime value)
Sets the value of the adviceAskedDate property. |
void |
setLinkToMohm(String value)
Sets the value of the linkToMohm property. |
void |
setMobilityTool(BTCAdviceMobilityToolType value)
Sets the value of the mobilityTool property. |
void |
setPriority(String value)
Sets the value of the priority property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BTCAdviceApplicationType()
Method Detail |
---|
public BTCAdviceMobilityToolType getMobilityTool()
BTCAdviceMobilityToolType
public void setMobilityTool(BTCAdviceMobilityToolType value)
value
- allowed object is
BTCAdviceMobilityToolType
public org.joda.time.DateTime getAdviceAskedDate()
String
public void setAdviceAskedDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getPriority()
String
public void setPriority(String value)
value
- allowed object is
String
public String getLinkToMohm()
String
public void setLinkToMohm(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |