Class Image
java.lang.Object
org.opendope.SmartArt.dataHierarchy.Image
public class Image
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="contentRef" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcontentRef -
Constructor Summary
Constructors Constructor Description Image() -
Method Summary
Modifier and Type Method Description java.lang.StringgetContentRef()Gets the value of the contentRef property.voidsetContentRef(java.lang.String value)Sets the value of the contentRef property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
contentRef
protected java.lang.String contentRef
-
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
getContentRef
public java.lang.String getContentRef()Gets the value of the contentRef property.- Returns:
- possible object is
String
-
setContentRef
public void setContentRef(java.lang.String value)Sets the value of the contentRef property.- Parameters:
value- allowed object isString
-