public class SPM extends Object
Java class for SPM complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SPM">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element ref="{}status" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SPM() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPriority()
Gets the value of the priority property.
|
Status |
getStatus()
Gets the value of the status property.
|
boolean |
isSetPriority() |
boolean |
isSetStatus() |
void |
setPriority(Integer value)
Sets the value of the priority property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
public Integer getPriority()
Integerpublic void setPriority(Integer value)
value - allowed object is
Integerpublic boolean isSetPriority()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0