Class FormContent

java.lang.Object
org.w3._1999.xhtml.FormContent
Direct Known Subclasses:
Form

public class FormContent extends Object
form uses "Block" excluding form <p>Java class for form.content complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="form.content"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <group ref="{http://www.w3.org/1999/xhtml}block"/> <group ref="{http://www.w3.org/1999/xhtml}misc"/> </choice> </restriction> </complexContent> </complexType> }</pre>
  • Field Details

  • Constructor Details

    • FormContent

      public FormContent()
  • Method Details

    • getPOrH1OrH2

      public List<Object> getPOrH1OrH2()
      Gets the value of the pOrH1OrH2 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 pOrH1OrH2 property.

      For example, to add a new item, do as follows:

       getPOrH1OrH2().add(newItem);
       

      Objects of the following type(s) are allowed in the list Address Blockquote Del Div Dl Fieldset H1 H2 H3 H4 H5 H6 Hr Ins Noscript Ol P Pre Script Table Ul

      Returns:
      The value of the pOrH1OrH2 property.