Package org.apache.cxf.xkms.model.xkms
Class ResultType
java.lang.Object
org.apache.cxf.xkms.model.xkms.MessageAbstractType
org.apache.cxf.xkms.model.xkms.ResultType
- Direct Known Subclasses:
CompoundResultType,LocateResultType,RecoverResultType,RegisterResultType,ReissueResultType,RevokeResultType,StatusResultType,ValidateResultType
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected SignatureValueTypeprotected Stringprotected StringFields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
id, messageExtension, nonce, opaqueClientData, service, signature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the requestId property.Gets the value of the requestSignatureValue property.Gets the value of the resultMajor property.Gets the value of the resultMinor property.voidsetRequestId(String value) Sets the value of the requestId property.voidSets the value of the requestSignatureValue property.voidsetResultMajor(String value) Sets the value of the resultMajor property.voidsetResultMinor(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
-
Field Details
-
requestSignatureValue
-
resultMajor
-
resultMinor
-
requestId
-
-
Constructor Details
-
ResultType
public ResultType()
-
-
Method Details
-
getRequestSignatureValue
Gets the value of the requestSignatureValue property.- Returns:
- possible object is
SignatureValueType
-
setRequestSignatureValue
Sets the value of the requestSignatureValue property.- Parameters:
value- allowed object isSignatureValueType
-
getResultMajor
Gets the value of the resultMajor property.- Returns:
- possible object is
String
-
setResultMajor
Sets the value of the resultMajor property.- Parameters:
value- allowed object isString
-
getResultMinor
Gets the value of the resultMinor property.- Returns:
- possible object is
String
-
setResultMinor
Sets the value of the resultMinor property.- Parameters:
value- allowed object isString
-
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
-