public class Box extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for box complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="box">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="queue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ssl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
ip |
protected Integer |
queue |
protected String |
ssl |
protected String |
status |
protected String |
type |
| Constructor and Description |
|---|
Box() |
| 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) |
String |
getId()
Gets the value of the id property.
|
String |
getIP()
Gets the value of the ip property.
|
Integer |
getQueue()
Gets the value of the queue property.
|
String |
getSsl()
Gets the value of the ssl property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetId() |
boolean |
isSetIP() |
boolean |
isSetQueue() |
boolean |
isSetSsl() |
boolean |
isSetStatus() |
boolean |
isSetType() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setIP(String value)
Sets the value of the ip property.
|
void |
setQueue(Integer value)
Sets the value of the queue property.
|
void |
setSsl(String value)
Sets the value of the ssl property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString() |
Box |
withId(String value) |
Box |
withIP(String value) |
Box |
withQueue(Integer value) |
Box |
withSsl(String value) |
Box |
withStatus(String value) |
Box |
withType(String value) |
protected String type
protected String id
protected String ip
protected Integer queue
protected String status
protected String ssl
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public void setIP(String value)
value - allowed object is
Stringpublic boolean isSetIP()
public Integer getQueue()
Integerpublic void setQueue(Integer value)
value - allowed object is
Integerpublic boolean isSetQueue()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public String getSsl()
Stringpublic void setSsl(String value)
value - allowed object is
Stringpublic boolean isSetSsl()
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.