public class PreContent 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 pre.content complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pre.content"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://www.w3.org/1999/xhtml}a"/> <group ref="{http://www.w3.org/1999/xhtml}special.basic"/> <group ref="{http://www.w3.org/1999/xhtml}fontstyle.basic"/> <group ref="{http://www.w3.org/1999/xhtml}phrase.basic"/> <group ref="{http://www.w3.org/1999/xhtml}inline.forms"/> <group ref="{http://www.w3.org/1999/xhtml}misc.inline"/> </choice> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
PreContent() |
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()
pre uses "Inline" excluding img, object, applet, big, small,
font, or basefont
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
A
Br
Span
Bdo
Tt
I
B
U
S
Strike
Em
Strong
Dfn
Code
Q
Samp
Kbd
Var
Cite
Abbr
Acronym
Progress
Mark
Meter
Time
Command
Keygen
Output
Audio
Video
Input
Select
Textarea
Label
Button
Ins
Del
Script
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.