public class StreamType extends Object
Java class for StreamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StreamType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="CommandId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="End" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Unit" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="EndUnit" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
commandId |
protected Boolean |
end |
protected Boolean |
endUnit |
protected String |
name |
protected String |
unit |
protected byte[] |
value |
| Constructor and Description |
|---|
StreamType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandId()
Gets the value of the commandId property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUnit()
Gets the value of the unit property.
|
byte[] |
getValue()
Gets the value of the value property.
|
Boolean |
isEnd()
Gets the value of the end property.
|
Boolean |
isEndUnit()
Gets the value of the endUnit property.
|
void |
setCommandId(String value)
Sets the value of the commandId property.
|
void |
setEnd(Boolean value)
Sets the value of the end property.
|
void |
setEndUnit(Boolean value)
Sets the value of the endUnit property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected byte[] value
protected String name
protected String commandId
protected Boolean end
protected String unit
protected Boolean endUnit
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCommandId()
Stringpublic void setCommandId(String value)
value - allowed object is
Stringpublic void setEnd(Boolean value)
value - allowed object is
Booleanpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic Boolean isEndUnit()
BooleanCopyright © 2017. All rights reserved.