public class TipoTextoEmbutido extends Base implements Serializable
Java class for TipoTextoEmbutido complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TipoTextoEmbutido">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
value |
| Constructor and Description |
|---|
TipoTextoEmbutido() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getValue()
Gets the value of the value property.
|
boolean |
isSetValue() |
void |
setValue(byte[] value)
Sets the value of the value property.
|
Copyright © 2021. All rights reserved.