Package org.w3._1999.xhtml
Class Block
java.lang.Object
org.w3._1999.xhtml.Block
- Direct Known Subclasses:
Blockquote,Body,Noscript
<p>Java class for Block complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="Block">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<group ref="{http://www.w3.org/1999/xhtml}block"/>
<element ref="{http://www.w3.org/1999/xhtml}form"/>
<group ref="{http://www.w3.org/1999/xhtml}misc"/>
</choice>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pOrH1OrH2 property.
-
Field Details
-
pOrH1OrH2
-
-
Constructor Details
-
Block
public Block()
-
-
Method Details
-
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
setmethod 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
AddressBlockquoteDelDivDlFieldsetFormH1H2H3H4H5H6HrInsNoscriptOlPPreScriptTableUl- Returns:
- The value of the pOrH1OrH2 property.
-