public class BoxToBoxDifference extends Object implements Serializable
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">
<attribute name="ToBox" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FromBox" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fromBox |
protected String |
toBox |
| Constructor and Description |
|---|
BoxToBoxDifference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromBox()
Gets the value of the fromBox property.
|
String |
getToBox()
Gets the value of the toBox property.
|
void |
setFromBox(String value)
Sets the value of the fromBox property.
|
void |
setToBox(String value)
Sets the value of the toBox property.
|
public String getToBox()
Stringpublic void setToBox(String value)
value - allowed object is
Stringpublic String getFromBox()
StringCopyright © 2012. All Rights Reserved.