public class VersionInfoRequestMsg extends 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="IncludeVersionHistory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
includeVersionHistory |
| Constructor and Description |
|---|
VersionInfoRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIncludeVersionHistory()
Gets the value of the includeVersionHistory property.
|
void |
setIncludeVersionHistory(boolean value)
Sets the value of the includeVersionHistory property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
Copyright © 2017. All rights reserved.