Class MarkupContentType
java.lang.Object
com.emc.d2fs.models.markupcontenttype.MarkupContentType
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the igcMarkupDocument property.void
setIGCMarkupDocument
(Object value) Sets the value of the igcMarkupDocument property.
-
Constructor Details
-
MarkupContentType
public MarkupContentType()
-
-
Method Details