Class RevertRequest


  • public class RevertRequest
    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="reference" type="{http://flower.com/docs/domain/component}ComponentReference"/>
             <element name="version" type="{http://flower.com/docs/domain/common}Id"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.flower.docs.domain.component.ComponentReference reference  
      protected com.flower.docs.domain.common.Id version  
    • Constructor Summary

      Constructors 
      Constructor Description
      RevertRequest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.flower.docs.domain.component.ComponentReference getReference()
      Gets the value of the reference property.
      com.flower.docs.domain.common.Id getVersion()
      Gets the value of the version property.
      void setReference​(com.flower.docs.domain.component.ComponentReference value)
      Sets the value of the reference property.
      void setVersion​(com.flower.docs.domain.common.Id value)
      Sets the value of the version property.
      • Methods inherited from class java.lang.Object

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

      • reference

        protected com.flower.docs.domain.component.ComponentReference reference
      • version

        protected com.flower.docs.domain.common.Id version
    • Constructor Detail

      • RevertRequest

        public RevertRequest()
    • Method Detail

      • getReference

        public com.flower.docs.domain.component.ComponentReference getReference()
        Gets the value of the reference property.
        Returns:
        possible object is ComponentReference
      • setReference

        public void setReference​(com.flower.docs.domain.component.ComponentReference value)
        Sets the value of the reference property.
        Parameters:
        value - allowed object is ComponentReference
      • getVersion

        public com.flower.docs.domain.common.Id getVersion()
        Gets the value of the version property.
        Returns:
        possible object is Id
      • setVersion

        public void setVersion​(com.flower.docs.domain.common.Id value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is Id