public class Values extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="byteorder" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="format" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="numvalues" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
byteorder |
protected String |
content |
protected String |
format |
protected Integer |
numvalues |
| Constructor and Description |
|---|
Values() |
| Modifier and Type | Method and Description |
|---|---|
String |
getByteorder()
Gets the value of the byteorder property.
|
String |
getContent()
Gets the value of the content property.
|
String |
getFormat()
Gets the value of the format property.
|
Integer |
getNumvalues()
Gets the value of the numvalues property.
|
void |
setByteorder(String value)
Sets the value of the byteorder property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setNumvalues(Integer value)
Sets the value of the numvalues property.
|
protected String content
protected String byteorder
protected String format
protected Integer numvalues
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getByteorder()
Stringpublic void setByteorder(String value)
value - allowed object is
Stringpublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic Integer getNumvalues()
IntegerCopyright © 2017. All rights reserved.