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()
Integer
public void setPriority(Integer value)
value
- allowed object is
Integer
public boolean isSetPriority()
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public boolean isSetStatus()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0