public class XmlFlatPrimitiveAttribute extends Object implements Serializable
Java class for XmlFlatPrimitiveAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlFlatPrimitiveAttribute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="booleanField" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="byteField" use="required" type="{http://www.w3.org/2001/XMLSchema}byte" /> <attribute name="charField" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="doubleField" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="floatField" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="intField" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="longField" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="shortField" use="required" type="{http://www.w3.org/2001/XMLSchema}short" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
booleanField |
protected byte |
byteField |
protected String |
charField |
protected double |
doubleField |
protected float |
floatField |
protected int |
intField |
protected long |
longField |
protected short |
shortField |
Constructor and Description |
---|
XmlFlatPrimitiveAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
byte |
getByteField()
Gets the value of the byteField property.
|
String |
getCharField()
Gets the value of the charField property.
|
double |
getDoubleField()
Gets the value of the doubleField property.
|
float |
getFloatField()
Gets the value of the floatField property.
|
int |
getIntField()
Gets the value of the intField property.
|
long |
getLongField()
Gets the value of the longField property.
|
short |
getShortField()
Gets the value of the shortField property.
|
int |
hashCode() |
boolean |
isBooleanField()
Gets the value of the booleanField property.
|
void |
setBooleanField(boolean value)
Sets the value of the booleanField property.
|
void |
setByteField(byte value)
Sets the value of the byteField property.
|
void |
setCharField(String value)
Sets the value of the charField property.
|
void |
setDoubleField(double value)
Sets the value of the doubleField property.
|
void |
setFloatField(float value)
Sets the value of the floatField property.
|
void |
setIntField(int value)
Sets the value of the intField property.
|
void |
setLongField(long value)
Sets the value of the longField property.
|
void |
setShortField(short value)
Sets the value of the shortField property.
|
protected boolean booleanField
protected byte byteField
protected String charField
protected double doubleField
protected float floatField
protected int intField
protected long longField
protected short shortField
public boolean isBooleanField()
public void setBooleanField(boolean value)
public byte getByteField()
public void setByteField(byte value)
public String getCharField()
String
public void setCharField(String value)
value
- allowed object is
String
public double getDoubleField()
public void setDoubleField(double value)
public float getFloatField()
public void setFloatField(float value)
public int getIntField()
public void setIntField(int value)
public long getLongField()
public void setLongField(long value)
public short getShortField()
public void setShortField(short value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.