|
||||||||||
| 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.ResponseBaseType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-06-27T08:06:22+02:00",
comments="JAXB RI v2.2.11")
public class ResponseBaseType
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>
| Constructor Summary | |
|---|---|
ResponseBaseType()
|
|
| Method Summary | |
|---|---|
AnyType |
getOptionalOutputs()
Gets the value of the optionalOutputs property. |
String |
getProfile()
Gets the value of the profile property. |
String |
getRequestID()
Gets the value of the requestID property. |
Result |
getResult()
Gets the value of the result property. |
void |
setOptionalOutputs(AnyType value)
Sets the value of the optionalOutputs property. |
void |
setProfile(String value)
Sets the value of the profile property. |
void |
setRequestID(String value)
Sets the value of the requestID property. |
void |
setResult(Result value)
Sets the value of the result property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseBaseType()
| Method Detail |
|---|
public Result getResult()
Resultpublic void setResult(Result value)
value - allowed object is
Resultpublic AnyType getOptionalOutputs()
AnyTypepublic void setOptionalOutputs(AnyType value)
value - allowed object is
AnyTypepublic 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 | |||||||||