|
||||||||||
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="2023-04-04T03:40:51+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()
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
public 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 |