public class XmlFlatBoxedPrimitiveAttribute extends Object implements Serializable
Java class for XmlFlatBoxedPrimitiveAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlFlatBoxedPrimitiveAttribute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="boxedBooleanField" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="boxedByteField" type="{http://www.w3.org/2001/XMLSchema}byte" /> <attribute name="boxedCharField" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="boxedDoubleField" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="boxedFloatField" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="boxedIntField" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="boxedLongField" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="boxedShortField" type="{http://www.w3.org/2001/XMLSchema}short" /> <attribute name="boxedStringField" type="{http://www.w3.org/2001/XMLSchema}string" /> </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 |
---|
XmlFlatBoxedPrimitiveAttribute() |
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()
Boolean
public void setBoxedBooleanField(Boolean value)
value
- allowed object is
Boolean
public Byte getBoxedByteField()
Byte
public void setBoxedByteField(Byte value)
value
- allowed object is
Byte
public String getBoxedCharField()
String
public void setBoxedCharField(String value)
value
- allowed object is
String
public Double getBoxedDoubleField()
Double
public void setBoxedDoubleField(Double value)
value
- allowed object is
Double
public Float getBoxedFloatField()
Float
public void setBoxedFloatField(Float value)
value
- allowed object is
Float
public Integer getBoxedIntField()
Integer
public void setBoxedIntField(Integer value)
value
- allowed object is
Integer
public Long getBoxedLongField()
Long
public void setBoxedLongField(Long value)
value
- allowed object is
Long
public Short getBoxedShortField()
Short
public void setBoxedShortField(Short value)
value
- allowed object is
Short
public String getBoxedStringField()
String
public void setBoxedStringField(String value)
value
- allowed object is
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.