public class StorageManager extends Object
Java class for StorageManager complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageManager">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>boolean">
<attribute name="priority" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
priority |
protected boolean |
value |
| Constructor and Description |
|---|
StorageManager() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Gets the value of the priority property.
|
boolean |
isSetPriority() |
boolean |
isSetValue() |
boolean |
isValue()
Gets the value of the value property.
|
void |
setPriority(int value)
Sets the value of the priority property.
|
void |
setValue(boolean value)
Sets the value of the value property.
|
void |
unsetPriority() |
protected boolean value
protected Integer priority
public boolean isValue()
public void setValue(boolean value)
public boolean isSetValue()
public int getPriority()
Integerpublic void setPriority(int value)
value - allowed object is
Integerpublic boolean isSetPriority()
public void unsetPriority()
Copyright © 2012. All Rights Reserved.