@Experimental public class DiskDirType extends java.lang.Object
Java class for disk-dir-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="disk-dir-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="dir-size" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
content |
protected java.lang.String |
dirSize |
Constructor and Description |
---|
DiskDirType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
A "disk-dir" element specifies one of a region or diskstore's disk directories.
|
java.lang.String |
getDirSize()
Gets the value of the dirSize property.
|
void |
setContent(java.lang.String value)
Sets the value of the content property.
|
void |
setDirSize(java.lang.String value)
Sets the value of the dirSize property.
|
public java.lang.String getContent()
String
public void setContent(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDirSize()
String
public void setDirSize(java.lang.String value)
value
- allowed object is
String