public class Box extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for box complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="box"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>integer"> <attribute name="type"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="No"/> <enumeration value="Box"/> <enumeration value="Rimessa"/> <enumeration value="PostoAuto"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Box.BoxType
Java class for null.
|
Modifier and Type | Field and Description |
---|---|
protected Box.BoxType |
type |
protected BigInteger |
value |
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.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
Box.BoxType |
getType()
Gets the value of the type property.
|
BigInteger |
getValue()
Gets the value of the value property.
|
void |
setType(Box.BoxType value)
Sets the value of the type property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
String |
toString() |
protected BigInteger value
protected Box.BoxType type
public BigInteger getValue()
String
public void setValue(BigInteger value)
value
- allowed object is
String
public Box.BoxType getType()
Box.BoxType
public void setType(Box.BoxType value)
value
- allowed object is
Box.BoxType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString2
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString2
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
Copyright © 2017 OpenEstate. All rights reserved.