Class ListOpenRidsResponse


  • public class ListOpenRidsResponse
    extends Object

    Java class for listOpenRidsResponse complex type.

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

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

      • listOpenRidsResultSealed

        protected byte[] listOpenRidsResultSealed
    • Constructor Detail

      • ListOpenRidsResponse

        public ListOpenRidsResponse()
    • Method Detail

      • getListOpenRidsResultSealed

        public byte[] getListOpenRidsResultSealed()
        Gets the value of the listOpenRidsResultSealed property.
        Returns:
        possible object is byte[]
      • setListOpenRidsResultSealed

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