Class ValidationPropertiesResponse


  • public class ValidationPropertiesResponse
    extends Object

    Java class for validationPropertiesResponse complex type.

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

     <complexType name="validationPropertiesResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ValidationPropertiesResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • validationPropertiesResultSealed

        protected byte[] validationPropertiesResultSealed
    • Constructor Detail

      • ValidationPropertiesResponse

        public ValidationPropertiesResponse()
    • Method Detail

      • getValidationPropertiesResultSealed

        public byte[] getValidationPropertiesResultSealed()
        Gets the value of the validationPropertiesResultSealed property.
        Returns:
        possible object is byte[]
      • setValidationPropertiesResultSealed

        public void setValidationPropertiesResultSealed​(byte[] value)
        Sets the value of the validationPropertiesResultSealed property.
        Parameters:
        value - allowed object is byte[]