public class Image extends Object implements Serializable
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">
<sequence>
<element ref="{http://www.openfuxml.org}title" minOccurs="0"/>
<element ref="{http://www.openfuxml.org}comment" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/layout}alignment" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/layout}width" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/layout}height" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/media}media"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Alignment |
alignment |
protected Comment |
comment |
protected Height |
height |
protected String |
id |
protected Media |
media |
protected Title |
title |
protected String |
version |
protected Width |
width |
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
getAlignment()
Gets the value of the alignment property.
|
Comment |
getComment()
Gets the value of the comment property.
|
Height |
getHeight()
Gets the value of the height property.
|
String |
getId()
Gets the value of the id property.
|
Media |
getMedia()
Gets the value of the media property.
|
Title |
getTitle()
Gets the value of the title property.
|
String |
getVersion()
Gets the value of the version property.
|
Width |
getWidth()
Gets the value of the width property.
|
boolean |
isSetAlignment() |
boolean |
isSetComment() |
boolean |
isSetHeight() |
boolean |
isSetId() |
boolean |
isSetMedia() |
boolean |
isSetTitle() |
boolean |
isSetVersion() |
boolean |
isSetWidth() |
void |
setAlignment(Alignment value)
Sets the value of the alignment property.
|
void |
setComment(Comment value)
Sets the value of the comment property.
|
void |
setHeight(Height value)
Sets the value of the height property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMedia(Media value)
Sets the value of the media property.
|
void |
setTitle(Title value)
Sets the value of the title property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setWidth(Width value)
Sets the value of the width property.
|
protected Title title
protected Comment comment
protected Alignment alignment
protected Width width
protected Height height
protected Media media
protected String id
protected String version
public Title getTitle()
Titlepublic void setTitle(Title value)
value - allowed object is
Titlepublic boolean isSetTitle()
public Comment getComment()
Commentpublic void setComment(Comment value)
value - allowed object is
Commentpublic boolean isSetComment()
public Alignment getAlignment()
Alignmentpublic void setAlignment(Alignment value)
value - allowed object is
Alignmentpublic boolean isSetAlignment()
public Width getWidth()
Widthpublic void setWidth(Width value)
value - allowed object is
Widthpublic boolean isSetWidth()
public Height getHeight()
Heightpublic void setHeight(Height value)
value - allowed object is
Heightpublic boolean isSetHeight()
public Media getMedia()
Mediapublic void setMedia(Media value)
value - allowed object is
Mediapublic boolean isSetMedia()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
Copyright © 2023. All rights reserved.