@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:48:06+02:00", comments="JAXB RI v2.3.7") public class RequestBaseType extends Object implements Serializable
Java class for RequestBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}OptionalInputs" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}InputDocuments" minOccurs="0"/>
</sequence>
<attribute name="RequestID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Profile" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RequestBaseType() |
| Modifier and Type | Method and Description |
|---|---|
InputDocuments |
getInputDocuments()
Gets the value of the inputDocuments property.
|
AnyType |
getOptionalInputs()
Gets the value of the optionalInputs property.
|
String |
getProfile()
Gets the value of the profile property.
|
String |
getRequestID()
Gets the value of the requestID property.
|
void |
setInputDocuments(InputDocuments value)
Sets the value of the inputDocuments property.
|
void |
setOptionalInputs(AnyType value)
Sets the value of the optionalInputs property.
|
void |
setProfile(String value)
Sets the value of the profile property.
|
void |
setRequestID(String value)
Sets the value of the requestID property.
|
public AnyType getOptionalInputs()
AnyTypepublic void setOptionalInputs(AnyType value)
value - allowed object is
AnyTypepublic InputDocuments getInputDocuments()
InputDocumentspublic void setInputDocuments(InputDocuments value)
value - allowed object is
InputDocumentspublic String getRequestID()
Stringpublic void setRequestID(String value)
value - allowed object is
Stringpublic String getProfile()
String
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.