Class ResultType

  • Direct Known Subclasses:
    CompoundResultType, LocateResultType, RecoverResultType, RegisterResultType, ReissueResultType, RevokeResultType, StatusResultType, ValidateResultType

    public class ResultType
    extends MessageAbstractType

    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 Detail

      • resultMajor

        protected String resultMajor
      • resultMinor

        protected String resultMinor
      • requestId

        protected String requestId
    • Constructor Detail

      • ResultType

        public ResultType()
    • Method Detail

      • getRequestSignatureValue

        public SignatureValueType getRequestSignatureValue()
        Gets the value of the requestSignatureValue property.
        Returns:
        possible object is SignatureValueType
      • setRequestSignatureValue

        public void setRequestSignatureValue​(SignatureValueType value)
        Sets the value of the requestSignatureValue property.
        Parameters:
        value - allowed object is SignatureValueType
      • getResultMajor

        public String getResultMajor()
        Gets the value of the resultMajor property.
        Returns:
        possible object is String
      • setResultMajor

        public void setResultMajor​(String value)
        Sets the value of the resultMajor property.
        Parameters:
        value - allowed object is String
      • getResultMinor

        public String getResultMinor()
        Gets the value of the resultMinor property.
        Returns:
        possible object is String
      • setResultMinor

        public void setResultMinor​(String value)
        Sets the value of the resultMinor property.
        Parameters:
        value - allowed object is String
      • getRequestId

        public String getRequestId()
        Gets the value of the requestId property.
        Returns:
        possible object is String
      • setRequestId

        public void setRequestId​(String value)
        Sets the value of the requestId property.
        Parameters:
        value - allowed object is String