Class ButtonContent
- java.lang.Object
-
- org.w3._1999.xhtml.ButtonContent
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
Button
public class ButtonContent extends java.lang.Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2button uses "Flow" but excludes a, form and form controlsJava 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"> <sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{http://www.w3.org/1999/xhtml}p"/> <choice> <element ref="{http://www.w3.org/1999/xhtml}h1"/> <element ref="{http://www.w3.org/1999/xhtml}h2"/> <element ref="{http://www.w3.org/1999/xhtml}h3"/> <element ref="{http://www.w3.org/1999/xhtml}h4"/> <element ref="{http://www.w3.org/1999/xhtml}h5"/> <element ref="{http://www.w3.org/1999/xhtml}h6"/> </choice> <element ref="{http://www.w3.org/1999/xhtml}div"/> <choice> <element ref="{http://www.w3.org/1999/xhtml}ul"/> <element ref="{http://www.w3.org/1999/xhtml}ol"/> <element ref="{http://www.w3.org/1999/xhtml}dl"/> </choice> <choice> <element ref="{http://www.w3.org/1999/xhtml}pre"/> <element ref="{http://www.w3.org/1999/xhtml}hr"/> <element ref="{http://www.w3.org/1999/xhtml}blockquote"/> <element ref="{http://www.w3.org/1999/xhtml}address"/> </choice> <element ref="{http://www.w3.org/1999/xhtml}table"/> <choice> <choice> <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}map"/> </choice> <element ref="{http://www.w3.org/1999/xhtml}object"/> <element ref="{http://www.w3.org/1999/xhtml}img"/> </choice> <choice> <element ref="{http://www.w3.org/1999/xhtml}tt"/> <element ref="{http://www.w3.org/1999/xhtml}i"/> <element ref="{http://www.w3.org/1999/xhtml}b"/> <element ref="{http://www.w3.org/1999/xhtml}big"/> <element ref="{http://www.w3.org/1999/xhtml}small"/> </choice> <choice> <element ref="{http://www.w3.org/1999/xhtml}em"/> <element ref="{http://www.w3.org/1999/xhtml}strong"/> <element ref="{http://www.w3.org/1999/xhtml}dfn"/> <element ref="{http://www.w3.org/1999/xhtml}code"/> <element ref="{http://www.w3.org/1999/xhtml}q"/> <element ref="{http://www.w3.org/1999/xhtml}samp"/> <element ref="{http://www.w3.org/1999/xhtml}kbd"/> <element ref="{http://www.w3.org/1999/xhtml}var"/> <element ref="{http://www.w3.org/1999/xhtml}cite"/> <element ref="{http://www.w3.org/1999/xhtml}abbr"/> <element ref="{http://www.w3.org/1999/xhtml}acronym"/> <element ref="{http://www.w3.org/1999/xhtml}sub"/> <element ref="{http://www.w3.org/1999/xhtml}sup"/> </choice> <choice> <element ref="{http://www.w3.org/1999/xhtml}noscript"/> <choice> <element ref="{http://www.w3.org/1999/xhtml}ins"/> <element ref="{http://www.w3.org/1999/xhtml}del"/> <element ref="{http://www.w3.org/1999/xhtml}script"/> </choice> </choice> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>content
-
Constructor Summary
Constructors Constructor Description ButtonContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.util.List<java.lang.Object>getContent()button uses "Flow" but excludes a, form and form controls Gets the value of the content property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)java.lang.StringtoString()ButtonContentwithContent(java.lang.Object... values)ButtonContentwithContent(java.util.Collection<java.lang.Object> values)
-
-
-
Method Detail
-
getContent
public java.util.List<java.lang.Object> getContent()
button uses "Flow" but excludes a, form and form controls Gets the value of the content property.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
setmethod 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
PH1H2H3H4H5H6DivUlOlDlPreHrBlockquoteAddressTableBrSpanBdoMapObjectImgTtIBBigSmallEmStrongDfnCodeQSampKbdVarCiteAbbrAcronymSubSupNoscriptInsDelScriptString
-
withContent
public ButtonContent withContent(java.lang.Object... values)
-
withContent
public ButtonContent withContent(java.util.Collection<java.lang.Object> values)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-