Class Result


  • public class Result
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ResultMajor" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="ResultMinor" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="ResultMessage" type="{urn:oasis:names:tc:dss:1.0:core:schema}InternationalStringType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • resultMajor

        protected java.lang.String resultMajor
      • resultMinor

        protected java.lang.String resultMinor
    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • getResultMajor

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

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

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

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