public class AContent 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 a.content complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="a.content"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <group ref="{http://www.w3.org/1999/xhtml}special"/> <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}inline.forms"/> <group ref="{http://www.w3.org/1999/xhtml}misc.inline"/> <group ref="{http://www.w3.org/1999/xhtml}block"/> </choice> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AContent() |
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()
a elements use "Inline" excluding a
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, unsetAllId
public 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
Br
Span
Bdo
Object
Applet
Img
Map
Iframe
Source
Track
Embed
Wbr
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
Input
Select
Textarea
Label
Button
Ins
Del
Script
P
H1
H2
H3
H4
H5
H6
Hgroup
Div
Ul
Ol
Dl
Dir
Pre
Hr
Blockquote
Address
Center
Noframes
Isindex
Fieldset
Table
Main
Section
Article
Aside
Canvas
Nav
Figure
Figcaption
Header
Footer
Menu
Details
Datalist
String
public boolean isSetContent()
public void unsetContent()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.Equals
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
Copyright © 2021 Project Mixer2. All rights reserved.