Class RequestBaseType
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.RequestBaseType
- Direct Known Subclasses:
SignRequest,VerifyRequest
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InputDocumentsprotected AnyTypeprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the inputDocuments property.Gets the value of the optionalInputs property.Gets the value of the profile property.Gets the value of the requestID property.voidsetInputDocuments(InputDocuments value) Sets the value of the inputDocuments property.voidsetOptionalInputs(AnyType value) Sets the value of the optionalInputs property.voidsetProfile(String value) Sets the value of the profile property.voidsetRequestID(String value) Sets the value of the requestID property.
-
Field Details
-
optionalInputs
-
inputDocuments
-
requestID
-
profile
-
-
Constructor Details
-
RequestBaseType
public RequestBaseType()
-
-
Method Details
-
getOptionalInputs
Gets the value of the optionalInputs property.- Returns:
- possible object is
AnyType
-
setOptionalInputs
Sets the value of the optionalInputs property.- Parameters:
value- allowed object isAnyType
-
getInputDocuments
Gets the value of the inputDocuments property.- Returns:
- possible object is
InputDocuments
-
setInputDocuments
Sets the value of the inputDocuments property.- Parameters:
value- allowed object isInputDocuments
-
getRequestID
Gets the value of the requestID property.- Returns:
- possible object is
String
-
setRequestID
Sets the value of the requestID property.- Parameters:
value- allowed object isString
-
getProfile
Gets the value of the profile property.- Returns:
- possible object is
String
-
setProfile
Sets the value of the profile property.- Parameters:
value- allowed object isString
-