Class ListFeedbackItem


  • public class ListFeedbackItem
    extends Object

    Java class for listFeedbackItem complex type.

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

     <complexType name="listFeedbackItem">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="sentBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="sentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • sentBy

        protected String sentBy
      • content

        protected byte[] content
    • Constructor Detail

      • ListFeedbackItem

        public ListFeedbackItem()
    • Method Detail

      • getRid

        public String getRid()
        Gets the value of the rid property.
        Returns:
        possible object is String
      • setRid

        public void setRid​(String value)
        Sets the value of the rid property.
        Parameters:
        value - allowed object is String
      • getSentBy

        public String getSentBy()
        Gets the value of the sentBy property.
        Returns:
        possible object is String
      • setSentBy

        public void setSentBy​(String value)
        Sets the value of the sentBy property.
        Parameters:
        value - allowed object is String
      • getSentDate

        public Calendar getSentDate()
        Gets the value of the sentDate property.
        Returns:
        possible object is String
      • setSentDate

        public void setSentDate​(Calendar value)
        Sets the value of the sentDate property.
        Parameters:
        value - allowed object is String
      • getContent

        public byte[] getContent()
        Gets the value of the content property.
        Returns:
        possible object is byte[]
      • setContent

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