public class Dlr extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for dlr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dlr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="queued" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="storage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
queued |
protected String |
storage |
| Constructor and Description |
|---|
Dlr() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Integer |
getQueued()
Gets the value of the queued property.
|
String |
getStorage()
Gets the value of the storage property.
|
boolean |
isSetQueued() |
boolean |
isSetStorage() |
void |
setQueued(Integer value)
Sets the value of the queued property.
|
void |
setStorage(String value)
Sets the value of the storage property.
|
String |
toString() |
Dlr |
withQueued(Integer value) |
Dlr |
withStorage(String value) |
public Integer getQueued()
Integerpublic void setQueued(Integer value)
value - allowed object is
Integerpublic boolean isSetQueued()
public String getStorage()
Stringpublic void setStorage(String value)
value - allowed object is
Stringpublic boolean isSetStorage()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringCopyright © 2014. All rights reserved.