Class GetResponse
- java.lang.Object
-
- com.flower.docs.ws.api.component.version.GetResponse
-
public class GetResponse 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
-
Constructor Summary
Constructors Constructor Description GetResponse()
-
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.
-
-
-
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 isVersionSeries
-
-