public class Bundle extends Object implements Serializable
Java class for bundle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bundle"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <attribute name="start-level" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="dependency" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
dependency |
protected Boolean |
start |
protected Integer |
startLevel |
protected String |
value |
Constructor and Description |
---|
Bundle() |
Modifier and Type | Method and Description |
---|---|
int |
getStartLevel()
Gets the value of the startLevel property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isDependency()
Gets the value of the dependency property.
|
boolean |
isSetDependency() |
boolean |
isSetStart() |
boolean |
isSetStartLevel() |
boolean |
isSetValue() |
boolean |
isStart()
Gets the value of the start property.
|
void |
setDependency(boolean value)
Sets the value of the dependency property.
|
void |
setStart(boolean value)
Sets the value of the start property.
|
void |
setStartLevel(int value)
Sets the value of the startLevel property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
unsetDependency() |
void |
unsetStart() |
void |
unsetStartLevel() |
protected String value
protected Integer startLevel
protected Boolean start
protected Boolean dependency
public String getValue()
String
public void setValue(String value)
value
- allowed object is String
public boolean isSetValue()
public int getStartLevel()
Integer
public void setStartLevel(int value)
value
- allowed object is Integer
public boolean isSetStartLevel()
public void unsetStartLevel()
public boolean isStart()
Boolean
public void setStart(boolean value)
value
- allowed object is Boolean
public boolean isSetStart()
public void unsetStart()
public boolean isDependency()
Boolean
public void setDependency(boolean value)
value
- allowed object is Boolean
public boolean isSetDependency()
public void unsetDependency()
Copyright © 2018 universAAL Consortium. All rights reserved.