|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.daas.complextype.v1.RoutingInformation
@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T04:17:19+02:00", comments="JAXB RI v2.3.6") public class RoutingInformation
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 ref="{urn:be:fgov:ehealth:daas:complextype:v1}Destinations"/> <element ref="{urn:be:fgov:ehealth:daas:complextype:v1}Context"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RoutingInformation()
|
Method Summary | |
---|---|
Context |
getContext()
Gets the value of the context property. |
Destinations |
getDestinations()
Gets the value of the destinations property. |
void |
setContext(Context value)
Sets the value of the context property. |
void |
setDestinations(Destinations value)
Sets the value of the destinations property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoutingInformation()
Method Detail |
---|
public Destinations getDestinations()
Destinations
public void setDestinations(Destinations value)
value
- allowed object is
Destinations
public Context getContext()
Context
public void setContext(Context value)
value
- allowed object is
Context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |