Class ListRidsHistoryResponse


  • public class ListRidsHistoryResponse
    extends Object

    Java class for listRidsHistoryResponse complex type.

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

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

      • listRidsHistoryResultSealed

        protected byte[] listRidsHistoryResultSealed
    • Constructor Detail

      • ListRidsHistoryResponse

        public ListRidsHistoryResponse()
    • Method Detail

      • getListRidsHistoryResultSealed

        public byte[] getListRidsHistoryResultSealed()
        Gets the value of the listRidsHistoryResultSealed property.
        Returns:
        possible object is byte[]
      • setListRidsHistoryResultSealed

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