Class MarkupResponseType
java.lang.Object
com.emc.d2fs.models.markupresponsetype.MarkupResponseType
- All Implemented Interfaces:
Serializable
Java class for MarkupResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkupResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Markup" type="{http://www.emc.com/d2fs/models/Markup}Markup"/> </all> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the markup property.Gets the value of the message property.Gets the value of the status property.void
Sets the value of the markup property.void
setMessage
(String value) Sets the value of the message property.void
Sets the value of the status property.
-
Constructor Details
-
MarkupResponseType
public MarkupResponseType()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value
- allowed object isString
-
getMarkup
Gets the value of the markup property.- Returns:
- possible object is
Markup
-
setMarkup
Sets the value of the markup property.- Parameters:
value
- allowed object isMarkup
-