|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.dss._1_0.core.schema.RequestBaseType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:38:34+02:00",
comments="JAXB RI v2.3.6")
public class RequestBaseType
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 Summary | |
|---|---|
RequestBaseType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestBaseType()
| Method Detail |
|---|
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()
Stringpublic void setProfile(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||