public class Capability extends Object implements Serializable
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">
<sequence>
<element ref="{http://ahtutils.aht-group.com/status}status"/>
<element ref="{http://ahtutils.aht-group.com/status}type"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected net.sf.ahtutils.xml.status.Status |
status |
protected net.sf.ahtutils.xml.status.Type |
type |
| Constructor and Description |
|---|
Capability() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the value of the id property.
|
net.sf.ahtutils.xml.status.Status |
getStatus()
Gets the value of the status property.
|
net.sf.ahtutils.xml.status.Type |
getType()
Gets the value of the type property.
|
boolean |
isSetId() |
boolean |
isSetStatus() |
boolean |
isSetType() |
void |
setId(long value)
Sets the value of the id property.
|
void |
setStatus(net.sf.ahtutils.xml.status.Status value)
Sets the value of the status property.
|
void |
setType(net.sf.ahtutils.xml.status.Type value)
Sets the value of the type property.
|
void |
unsetId() |
protected net.sf.ahtutils.xml.status.Status status
protected net.sf.ahtutils.xml.status.Type type
protected Long id
public net.sf.ahtutils.xml.status.Status getStatus()
Statuspublic void setStatus(net.sf.ahtutils.xml.status.Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public net.sf.ahtutils.xml.status.Type getType()
Typepublic void setType(net.sf.ahtutils.xml.status.Type value)
value - allowed object is
Typepublic boolean isSetType()
public long getId()
Longpublic void setId(long value)
value - allowed object is
Longpublic boolean isSetId()
public void unsetId()
Copyright © 2016. All rights reserved.