public class Device 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="num" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
num |
protected String |
type |
| Constructor and Description |
|---|
Device() |
public Integer getNum()
Stringpublic void setNum(Integer value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2017. All rights reserved.