public class CTFrameset extends Object implements Child
Java class for CT_Frameset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Frameset"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sz" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="framesetSplitbar" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FramesetSplitbar" minOccurs="0"/> <element name="frameLayout" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FrameLayout" minOccurs="0"/> <choice maxOccurs="unbounded" minOccurs="0"> <element name="frameset" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Frameset" maxOccurs="unbounded" minOccurs="0"/> <element name="frame" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Frame" maxOccurs="unbounded" minOccurs="0"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
CTFrameset.Sz
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected CTFrameLayout |
frameLayout |
protected List<Object> |
framesetOrFrame |
protected CTFramesetSplitbar |
framesetSplitbar |
protected CTFrameset.Sz |
sz |
Constructor and Description |
---|
CTFrameset() |
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.
|
CTFrameLayout |
getFrameLayout()
Gets the value of the frameLayout property.
|
List<Object> |
getFramesetOrFrame()
Gets the value of the framesetOrFrame property.
|
CTFramesetSplitbar |
getFramesetSplitbar()
Gets the value of the framesetSplitbar property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTFrameset.Sz |
getSz()
Gets the value of the sz property.
|
void |
setFrameLayout(CTFrameLayout value)
Sets the value of the frameLayout property.
|
void |
setFramesetSplitbar(CTFramesetSplitbar value)
Sets the value of the framesetSplitbar property.
|
void |
setParent(Object parent) |
void |
setSz(CTFrameset.Sz value)
Sets the value of the sz property.
|
protected CTFrameset.Sz sz
protected CTFramesetSplitbar framesetSplitbar
protected CTFrameLayout frameLayout
public CTFrameset.Sz getSz()
CTFrameset.Sz
public void setSz(CTFrameset.Sz value)
value
- allowed object is
CTFrameset.Sz
public CTFramesetSplitbar getFramesetSplitbar()
CTFramesetSplitbar
public void setFramesetSplitbar(CTFramesetSplitbar value)
value
- allowed object is
CTFramesetSplitbar
public CTFrameLayout getFrameLayout()
CTFrameLayout
public void setFrameLayout(CTFrameLayout value)
value
- allowed object is
CTFrameLayout
public List<Object> getFramesetOrFrame()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the framesetOrFrame property.
For example, to add a new item, do as follows:
getFramesetOrFrame().add(newItem);
Objects of the following type(s) are allowed in the list
CTFrameset
CTFrame
public 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.