Class ManifestResult


  • public class ManifestResult
    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="ReferenceXpath" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Status" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String referenceXpath  
      protected java.lang.String status  
    • Constructor Summary

      Constructors 
      Constructor Description
      ManifestResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getReferenceXpath()
      Gets the value of the referenceXpath property.
      java.lang.String getStatus()
      Gets the value of the status property.
      void setReferenceXpath​(java.lang.String value)
      Sets the value of the referenceXpath property.
      void setStatus​(java.lang.String value)
      Sets the value of the status property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • referenceXpath

        protected java.lang.String referenceXpath
      • status

        protected java.lang.String status
    • Constructor Detail

      • ManifestResult

        public ManifestResult()
    • Method Detail

      • getReferenceXpath

        public java.lang.String getReferenceXpath()
        Gets the value of the referenceXpath property.
        Returns:
        possible object is String
      • setReferenceXpath

        public void setReferenceXpath​(java.lang.String value)
        Sets the value of the referenceXpath property.
        Parameters:
        value - allowed object is String
      • getStatus

        public java.lang.String getStatus()
        Gets the value of the status property.
        Returns:
        possible object is String
      • setStatus

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