Class ReportRequest


  • public class ReportRequest
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="objectType" type="{http://flower.com/docs/domain/fact}ObjectType"/>
             <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="objectId" type="{http://flower.com/docs/domain/common}Id"/>
             <element name="updatedFields" type="{http://flower.com/docs/domain/common}ResultField" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String action  
      protected com.flower.docs.domain.common.Id objectId  
      protected com.flower.docs.domain.fact.ObjectType objectType  
      protected java.util.List<com.flower.docs.domain.common.ResultField> updatedFields  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportRequest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAction()
      Gets the value of the action property.
      com.flower.docs.domain.common.Id getObjectId()
      Gets the value of the objectId property.
      com.flower.docs.domain.fact.ObjectType getObjectType()
      Gets the value of the objectType property.
      java.util.List<com.flower.docs.domain.common.ResultField> getUpdatedFields()
      Gets the value of the updatedFields property.
      void setAction​(java.lang.String value)
      Sets the value of the action property.
      void setObjectId​(com.flower.docs.domain.common.Id value)
      Sets the value of the objectId property.
      void setObjectType​(com.flower.docs.domain.fact.ObjectType value)
      Sets the value of the objectType property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • objectType

        protected com.flower.docs.domain.fact.ObjectType objectType
      • action

        protected java.lang.String action
      • objectId

        protected com.flower.docs.domain.common.Id objectId
      • updatedFields

        protected java.util.List<com.flower.docs.domain.common.ResultField> updatedFields
    • Constructor Detail

      • ReportRequest

        public ReportRequest()
    • Method Detail

      • getObjectType

        public com.flower.docs.domain.fact.ObjectType getObjectType()
        Gets the value of the objectType property.
        Returns:
        possible object is ObjectType
      • setObjectType

        public void setObjectType​(com.flower.docs.domain.fact.ObjectType value)
        Sets the value of the objectType property.
        Parameters:
        value - allowed object is ObjectType
      • getAction

        public java.lang.String getAction()
        Gets the value of the action property.
        Returns:
        possible object is String
      • setAction

        public void setAction​(java.lang.String value)
        Sets the value of the action property.
        Parameters:
        value - allowed object is String
      • getObjectId

        public com.flower.docs.domain.common.Id getObjectId()
        Gets the value of the objectId property.
        Returns:
        possible object is Id
      • setObjectId

        public void setObjectId​(com.flower.docs.domain.common.Id value)
        Sets the value of the objectId property.
        Parameters:
        value - allowed object is Id
      • getUpdatedFields

        public java.util.List<com.flower.docs.domain.common.ResultField> getUpdatedFields()
        Gets the value of the updatedFields property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the updatedFields property.

        For example, to add a new item, do as follows:

            getUpdatedFields().add(newItem);
         

        Objects of the following type(s) are allowed in the list ResultField