@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:23:38+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()
AnyType
public void setOptionalInputs(AnyType value)
value
- allowed object is
AnyType
public InputDocuments getInputDocuments()
InputDocuments
public void setInputDocuments(InputDocuments value)
value
- allowed object is
InputDocuments
public String getRequestID()
String
public void setRequestID(String value)
value
- allowed object is
String
public String getProfile()
String
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.