Class GetVersionsResponse


  • public class GetVersionsResponse
    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="versioning" type="{http://flower.com/docs/domain/component}VersionSeries"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.flower.docs.domain.component.VersionSeries versioning  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.flower.docs.domain.component.VersionSeries getVersioning()
      Gets the value of the versioning property.
      void setVersioning​(com.flower.docs.domain.component.VersionSeries value)
      Sets the value of the versioning property.
      • Methods inherited from class java.lang.Object

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

      • versioning

        protected com.flower.docs.domain.component.VersionSeries versioning
    • Constructor Detail

      • GetVersionsResponse

        public GetVersionsResponse()
    • Method Detail

      • getVersioning

        public com.flower.docs.domain.component.VersionSeries getVersioning()
        Gets the value of the versioning property.
        Returns:
        possible object is VersionSeries
      • setVersioning

        public void setVersioning​(com.flower.docs.domain.component.VersionSeries value)
        Sets the value of the versioning property.
        Parameters:
        value - allowed object is VersionSeries