Class ResponseBaseType
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.ResponseBaseType
- Direct Known Subclasses:
SignResponse
Java class for ResponseBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Result"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}OptionalOutputs" minOccurs="0"/>
</sequence>
<attribute name="RequestID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Profile" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the optionalOutputs property.Gets the value of the profile property.Gets the value of the requestID property.Gets the value of the result property.voidsetOptionalOutputs(AnyType value) Sets the value of the optionalOutputs property.voidsetProfile(String value) Sets the value of the profile property.voidsetRequestID(String value) Sets the value of the requestID property.voidSets the value of the result property.
-
Field Details
-
result
-
optionalOutputs
-
requestID
-
profile
-
-
Constructor Details
-
ResponseBaseType
public ResponseBaseType()
-
-
Method Details
-
getResult
Gets the value of the result property.- Returns:
- possible object is
Result
-
setResult
Sets the value of the result property.- Parameters:
value- allowed object isResult
-
getOptionalOutputs
Gets the value of the optionalOutputs property.- Returns:
- possible object is
AnyType
-
setOptionalOutputs
Sets the value of the optionalOutputs property.- Parameters:
value- allowed object isAnyType
-
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
-