public class AttributeIntType extends AttributeType
Java class for AttributeIntType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeIntType"> <complexContent> <extension base="{}AttributeType"> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
value |
key
stringOrDateOrInt
Constructor and Description |
---|
AttributeIntType() |
AttributeIntType(String key,
long value) |
Modifier and Type | Method and Description |
---|---|
long |
getValue()
Gets the value of the value property.
|
void |
setValue(long value)
Sets the value of the value property.
|
String |
toString() |
getKey, setKey
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrInt
public AttributeIntType()
public AttributeIntType(String key, long value)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.