Class MarkupContentType

java.lang.Object
com.emc.d2fs.models.markupcontenttype.MarkupContentType
All Implemented Interfaces:
Serializable

public class MarkupContentType extends Object implements Serializable

Java class for MarkupContentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MarkupContentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="IGCMarkupDocument" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • MarkupContentType

      public MarkupContentType()
  • Method Details

    • getIGCMarkupDocument

      public Object getIGCMarkupDocument()
      Gets the value of the igcMarkupDocument property.
      Returns:
      possible object is Object
    • setIGCMarkupDocument

      public void setIGCMarkupDocument(Object value)
      Sets the value of the igcMarkupDocument property.
      Parameters:
      value - allowed object is Object