public class Behavior extends Object
Java class for behavior complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="behavior">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" use="required" type="{http://plasma.org/text/ddl}behaviorType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BehaviorType |
type |
protected String |
value |
| Constructor and Description |
|---|
Behavior() |
| Modifier and Type | Method and Description |
|---|---|
BehaviorType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setType(BehaviorType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected BehaviorType type
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic BehaviorType getType()
BehaviorTypepublic void setType(BehaviorType value)
value - allowed object is
BehaviorTypeCopyright © 2019. All rights reserved.