public class ButtonContent extends AbstractJaxb implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for button.content complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="button.content">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.w3.org/1999/xhtml}p"/>
<group ref="{http://www.w3.org/1999/xhtml}heading"/>
<element ref="{http://www.w3.org/1999/xhtml}div"/>
<group ref="{http://www.w3.org/1999/xhtml}lists"/>
<group ref="{http://www.w3.org/1999/xhtml}blocktext"/>
<element ref="{http://www.w3.org/1999/xhtml}table"/>
<element ref="{http://www.w3.org/1999/xhtml}br"/>
<element ref="{http://www.w3.org/1999/xhtml}span"/>
<element ref="{http://www.w3.org/1999/xhtml}bdo"/>
<element ref="{http://www.w3.org/1999/xhtml}object"/>
<element ref="{http://www.w3.org/1999/xhtml}applet"/>
<element ref="{http://www.w3.org/1999/xhtml}img"/>
<element ref="{http://www.w3.org/1999/xhtml}map"/>
<group ref="{http://www.w3.org/1999/xhtml}fontstyle"/>
<group ref="{http://www.w3.org/1999/xhtml}phrase"/>
<group ref="{http://www.w3.org/1999/xhtml}misc"/>
<element ref="{http://www.w3.org/1999/xhtml}embed"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ButtonContent() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<Object> |
getContent()
button uses "Flow" but excludes a, form, form controls, iframe
Gets the value of the content property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isSetContent() |
void |
unsetContent() |
addCssClass, cast, copy, copyNoException, getAria, getById, getById, getByName, getByNameAsList, getCssClass, getData, getDescendants, getDescendants, getDescendants, getFooter, getFooterAsList, getHeader, getHeaderAsList, getId, getOtherAttributes, getStyle, getStyleAsTreeMap, hasCssClass, insertAfterId, insertAfterId, insertBeforeId, insertBeforeId, isSetId, remove, removeAria, removeById, removeCssClass, removeData, removeDescendants, removeDescendants, removeDescendants, removeEmptyCssClass, removeInner, replace, replaceById, replaceById, replaceDescendants, replaceDescendants, replaceDescendants, replaceDescendants, replaceDescendants, replaceDescendants, replaceInner, replaceInner, replaceInner, setAria, setData, setId, setStyle, setStyleByTreeMap, toByteArray, toString, unsetAllId, unsetAllIdpublic List<Object> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
P
H1
H2
H3
H4
H5
H6
Hgroup
Div
Ul
Ol
Dl
Dir
Pre
Hr
Blockquote
Address
Center
Noframes
Table
Br
Span
Bdo
Object
Applet
Img
Map
Tt
I
B
U
S
Strike
Big
Small
Font
Basefont
Em
Strong
Dfn
Code
Q
Samp
Kbd
Var
Cite
Abbr
Acronym
Progress
Mark
Meter
Time
Command
Keygen
Output
Audio
Video
Sub
Sup
Ruby
Rt
Rp
Bdi
Noscript
Ins
Del
Script
Embed
String
public boolean isSetContent()
public void unsetContent()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2021 Project Mixer2. All rights reserved.