public class DataType
extends java.lang.Object
Java class for DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
encoding |
protected java.lang.String |
mimeType |
protected java.lang.String |
value |
| Constructor and Description |
|---|
DataType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEncoding()
Gets the value of the encoding property.
|
java.lang.String |
getMimeType()
Gets the value of the mimeType property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setEncoding(java.lang.String value)
Sets the value of the encoding property.
|
void |
setMimeType(java.lang.String value)
Sets the value of the mimeType property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.String mimeType
protected java.lang.String encoding
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMimeType()
Stringpublic void setMimeType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncoding()
Stringpublic void setEncoding(java.lang.String value)
value - allowed object is
StringCopyright © 2025. All rights reserved.