Class Inline

java.lang.Object
org.w3._1999.xhtml.Inline
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
Abbr, Acronym, Address, B, Bdo, Big, Caption, Cite, Code, Dfn, Dt, Em, H1, H2, H3, H4, H5, H6, I, Kbd, Label, Legend, P, Q, Samp, Small, Span, Strong, Sub, Sup, Tt, Var

public class Inline extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
"Inline" covers inline or "text-level" elements

Java class for Inline complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Inline">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <choice>
             <element ref="{http://www.w3.org/1999/xhtml}a"/>
             <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}input"/>
               <element ref="{http://www.w3.org/1999/xhtml}select"/>
               <element ref="{http://www.w3.org/1999/xhtml}textarea"/>
               <element ref="{http://www.w3.org/1999/xhtml}label"/>
               <element ref="{http://www.w3.org/1999/xhtml}button"/>
             </choice>
           </choice>
           <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>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Inline

      public Inline()
  • Method Details

    • getContent

      public List<Object> getContent()
      "Inline" covers inline or "text-level" elements 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 Jakarta XML Binding 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 String A Abbr Acronym B Bdo Big Br Button Cite Code Del Dfn Em I Img Input Ins Kbd Label Map Object Q Samp Script Select Small Span Strong Sub Sup Textarea Tt Var

    • withContent

      public Inline withContent(Object... values)
    • withContent

      public Inline withContent(Collection<Object> values)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
    • setContent

      public void setContent(List<Object> value)