Class ListNotificationsResponse


  • public class ListNotificationsResponse
    extends Object

    Java class for listNotificationsResponse complex type.

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

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

      • listNotificationsResultSealed

        protected byte[] listNotificationsResultSealed
    • Constructor Detail

      • ListNotificationsResponse

        public ListNotificationsResponse()
    • Method Detail

      • getListNotificationsResultSealed

        public byte[] getListNotificationsResultSealed()
        Gets the value of the listNotificationsResultSealed property.
        Returns:
        possible object is byte[]
      • setListNotificationsResultSealed

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