Package com.emc.d2fs.models.dialog
Class Dialog
java.lang.Object
com.emc.d2fs.models.dialog.Dialog
- All Implemented Interfaces:
Serializable
Java class for dialog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dialog"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="xmlData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> <attribute name="xmlContent" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="jsonContent" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the jsonContent property.getType()
Gets the value of the type property.getValue()
Gets the value of the value property.Gets the value of the xmlContent property.byte[]
Gets the value of the xmlData property.void
setJsonContent
(String value) Sets the value of the jsonContent property.void
Sets the value of the type property.void
Sets the value of the value property.void
setXmlContent
(String value) Sets the value of the xmlContent property.void
setXmlData
(byte[] value) Sets the value of the xmlData property.
-
Constructor Details
-
Dialog
public Dialog()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type 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
-
getXmlData
public byte[] getXmlData()Gets the value of the xmlData property.- Returns:
- possible object is byte[]
-
setXmlData
public void setXmlData(byte[] value) Sets the value of the xmlData property.- Parameters:
value
- allowed object is byte[]
-
getXmlContent
Gets the value of the xmlContent property.- Returns:
- possible object is
String
-
setXmlContent
Sets the value of the xmlContent property.- Parameters:
value
- allowed object isString
-
getJsonContent
Gets the value of the jsonContent property.- Returns:
- possible object is
String
-
setJsonContent
Sets the value of the jsonContent property.- Parameters:
value
- allowed object isString
-