Package org.cxml
Class DsObject
java.lang.Object
org.cxml.DsObject
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encoding property.getId()Gets the value of the id property.Gets the value of the mimeType property.getvalue()Gets the value of the value property.voidsetEncoding(String value) Sets the value of the encoding property.voidSets the value of the id property.voidsetMimeType(String value) Sets the value of the mimeType property.voidSets the value of the value property.
-
Field Details
-
id
-
mimeType
-
encoding
-
value
-
-
Constructor Details
-
DsObject
public DsObject()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getMimeType
Gets the value of the mimeType property.- Returns:
- possible object is
String
-
setMimeType
Sets the value of the mimeType property.- Parameters:
value- allowed object isString
-
getEncoding
Gets the value of the encoding property.- Returns:
- possible object is
String
-
setEncoding
Sets the value of the encoding property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-