public class CTWebVideoPr extends Object implements Child
Java class for CT_WebVideoPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WebVideoPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="embeddedHtml" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="h" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="w" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
embeddedHtml |
protected Long |
h |
protected Long |
w |
| Constructor and Description |
|---|
CTWebVideoPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getEmbeddedHtml()
Gets the value of the embeddedHtml property.
|
long |
getH()
Gets the value of the h property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getW()
Gets the value of the w property.
|
void |
setEmbeddedHtml(String value)
Sets the value of the embeddedHtml property.
|
void |
setH(Long value)
Sets the value of the h property.
|
void |
setParent(Object parent) |
void |
setW(Long value)
Sets the value of the w property.
|
public String getEmbeddedHtml()
Stringpublic void setEmbeddedHtml(String value)
value - allowed object is
Stringpublic long getH()
Longpublic void setH(Long value)
value - allowed object is
Longpublic long getW()
Longpublic void setW(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.