Class WebFragment

  • All Implemented Interfaces:
    JndiConsumer, WebCommon

    public class WebFragment
    extends Object
    implements WebCommon
    web-common_3_0.xsd

    Java class for web-fragmentType complex type.

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

     <complexType name="web-fragmentType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element name="name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
             <group ref="{http://java.sun.com/xml/ns/javaee}web-commonType"/>
             <element name="ordering" type="{http://java.sun.com/xml/ns/javaee}orderingType"/>
           </choice>
           <attGroup ref="{http://java.sun.com/xml/ns/javaee}web-common-attributes"/>
         </restriction>
       </complexContent>
     </complexType>