public class BoxToBoxDifference
extends java.lang.Object
implements java.io.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 java.lang.String |
fromBox |
protected java.lang.String |
toBox |
| Constructor and Description |
|---|
BoxToBoxDifference() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFromBox()
Gets the value of the fromBox property.
|
java.lang.String |
getToBox()
Gets the value of the toBox property.
|
void |
setFromBox(java.lang.String value)
Sets the value of the fromBox property.
|
void |
setToBox(java.lang.String value)
Sets the value of the toBox property.
|
public java.lang.String getToBox()
Stringpublic void setToBox(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFromBox()
Stringpublic void setFromBox(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.