|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.xkms.model.xkms.MessageAbstractType
org.apache.cxf.xkms.model.xkms.ResultType
public class ResultType
Java class for ResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}MessageAbstractType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}RequestSignatureValue" minOccurs="0"/>
</sequence>
<attribute name="ResultMajor" use="required" type="{http://www.w3.org/2002/03/xkms#}ResultMajorOpenEnum" />
<attribute name="ResultMinor" type="{http://www.w3.org/2002/03/xkms#}ResultMinorOpenEnum" />
<attribute name="RequestId" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
requestId
|
protected SignatureValueType |
requestSignatureValue
|
protected String |
resultMajor
|
protected String |
resultMinor
|
| Fields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType |
|---|
id, messageExtension, nonce, opaqueClientData, service, signature |
| Constructor Summary | |
|---|---|
ResultType()
|
|
| Method Summary | |
|---|---|
String |
getRequestId()
Gets the value of the requestId property. |
SignatureValueType |
getRequestSignatureValue()
Gets the value of the requestSignatureValue property. |
String |
getResultMajor()
Gets the value of the resultMajor property. |
String |
getResultMinor()
Gets the value of the resultMinor property. |
void |
setRequestId(String value)
Sets the value of the requestId property. |
void |
setRequestSignatureValue(SignatureValueType value)
Sets the value of the requestSignatureValue property. |
void |
setResultMajor(String value)
Sets the value of the resultMajor property. |
void |
setResultMinor(String value)
Sets the value of the resultMinor property. |
| Methods inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType |
|---|
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SignatureValueType requestSignatureValue
protected String resultMajor
protected String resultMinor
protected String requestId
| Constructor Detail |
|---|
public ResultType()
| Method Detail |
|---|
public SignatureValueType getRequestSignatureValue()
SignatureValueTypepublic void setRequestSignatureValue(SignatureValueType value)
value - allowed object is
SignatureValueTypepublic String getResultMajor()
Stringpublic void setResultMajor(String value)
value - allowed object is
Stringpublic String getResultMinor()
Stringpublic void setResultMinor(String value)
value - allowed object is
Stringpublic String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is
String
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||