public class XmlFlatBoxedPrimitiveElement extends Object implements Serializable
Java class for XmlFlatBoxedPrimitiveElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlFlatBoxedPrimitiveElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="boxedBooleanField" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="boxedByteField" type="{http://www.w3.org/2001/XMLSchema}byte" minOccurs="0"/>
<element name="boxedCharField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="boxedDoubleField" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="boxedFloatField" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="boxedIntField" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="boxedLongField" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="boxedShortField" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
<element name="boxedStringField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
boxedBooleanField |
protected Byte |
boxedByteField |
protected String |
boxedCharField |
protected Double |
boxedDoubleField |
protected Float |
boxedFloatField |
protected Integer |
boxedIntField |
protected Long |
boxedLongField |
protected Short |
boxedShortField |
protected String |
boxedStringField |
| Constructor and Description |
|---|
XmlFlatBoxedPrimitiveElement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Byte |
getBoxedByteField()
Gets the value of the boxedByteField property.
|
String |
getBoxedCharField()
Gets the value of the boxedCharField property.
|
Double |
getBoxedDoubleField()
Gets the value of the boxedDoubleField property.
|
Float |
getBoxedFloatField()
Gets the value of the boxedFloatField property.
|
Integer |
getBoxedIntField()
Gets the value of the boxedIntField property.
|
Long |
getBoxedLongField()
Gets the value of the boxedLongField property.
|
Short |
getBoxedShortField()
Gets the value of the boxedShortField property.
|
String |
getBoxedStringField()
Gets the value of the boxedStringField property.
|
int |
hashCode() |
Boolean |
isBoxedBooleanField()
Gets the value of the boxedBooleanField property.
|
void |
setBoxedBooleanField(Boolean value)
Sets the value of the boxedBooleanField property.
|
void |
setBoxedByteField(Byte value)
Sets the value of the boxedByteField property.
|
void |
setBoxedCharField(String value)
Sets the value of the boxedCharField property.
|
void |
setBoxedDoubleField(Double value)
Sets the value of the boxedDoubleField property.
|
void |
setBoxedFloatField(Float value)
Sets the value of the boxedFloatField property.
|
void |
setBoxedIntField(Integer value)
Sets the value of the boxedIntField property.
|
void |
setBoxedLongField(Long value)
Sets the value of the boxedLongField property.
|
void |
setBoxedShortField(Short value)
Sets the value of the boxedShortField property.
|
void |
setBoxedStringField(String value)
Sets the value of the boxedStringField property.
|
protected Boolean boxedBooleanField
protected Byte boxedByteField
protected String boxedCharField
protected Double boxedDoubleField
protected Float boxedFloatField
protected Integer boxedIntField
protected Long boxedLongField
protected Short boxedShortField
protected String boxedStringField
public Boolean isBoxedBooleanField()
Booleanpublic void setBoxedBooleanField(Boolean value)
value - allowed object is
Booleanpublic Byte getBoxedByteField()
Bytepublic void setBoxedByteField(Byte value)
value - allowed object is
Bytepublic String getBoxedCharField()
Stringpublic void setBoxedCharField(String value)
value - allowed object is
Stringpublic Double getBoxedDoubleField()
Doublepublic void setBoxedDoubleField(Double value)
value - allowed object is
Doublepublic Float getBoxedFloatField()
Floatpublic void setBoxedFloatField(Float value)
value - allowed object is
Floatpublic Integer getBoxedIntField()
Integerpublic void setBoxedIntField(Integer value)
value - allowed object is
Integerpublic Long getBoxedLongField()
Longpublic void setBoxedLongField(Long value)
value - allowed object is
Longpublic Short getBoxedShortField()
Shortpublic void setBoxedShortField(Short value)
value - allowed object is
Shortpublic String getBoxedStringField()
Stringpublic void setBoxedStringField(String value)
value - allowed object is
StringCopyright © 2018 JBoss by Red Hat. All rights reserved.