@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:12:29+02:00", comments="JAXB RI v2.3.7") public class CommonInputType extends Object implements Serializable
Java class for CommonInputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommonInputType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Request" type="{urn:be:fgov:ehealth:insurability:core:v2}RequestType" minOccurs="0"/>
<element name="Origin" type="{urn:be:fgov:ehealth:insurability:core:v2}OriginType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CommonInputType() |
| Modifier and Type | Method and Description |
|---|---|
OriginType |
getOrigin()
Gets the value of the origin property.
|
RequestType |
getRequest()
Gets the value of the request property.
|
void |
setOrigin(OriginType value)
Sets the value of the origin property.
|
void |
setRequest(RequestType value)
Sets the value of the request property.
|
public RequestType getRequest()
RequestTypepublic void setRequest(RequestType value)
value - allowed object is
RequestTypepublic OriginType getOrigin()
OriginTypepublic void setOrigin(OriginType value)
value - allowed object is
OriginType
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.