Package com.emc.d2fs.models.markupstype
Class MarkupsType
java.lang.Object
com.emc.d2fs.models.markupstype.MarkupsType
- All Implemented Interfaces:
Serializable
Java class for MarkupsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkupsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MarkupSaveURI" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the markupSaveURI property.void
setMarkupSaveURI
(String value) Sets the value of the markupSaveURI property.