Class MarkupsType

java.lang.Object
com.emc.d2fs.models.markupstype.MarkupsType
All Implemented Interfaces:
Serializable

public class MarkupsType extends Object implements 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 Details

    • MarkupsType

      public MarkupsType()
  • Method Details

    • getMarkupSaveURI

      public String getMarkupSaveURI()
      Gets the value of the markupSaveURI property.
      Returns:
      possible object is String
    • setMarkupSaveURI

      public void setMarkupSaveURI(String value)
      Sets the value of the markupSaveURI property.
      Parameters:
      value - allowed object is String