public class Image extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentRef |
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentRef()
Gets the value of the contentRef property.
|
void |
setContentRef(String value)
Sets the value of the contentRef property.
|
protected String contentRef
Copyright © 2007-2020. All Rights Reserved.