Class WhiteboxElementRefType


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2026-01-14T04:58:44Z")
    public class WhiteboxElementRefType
    extends java.lang.Object
    Reference to a whiteboxElement within a view. The 'name' attribute must refer to a whiteboxElement defined within this component.

    Java class for whiteboxElementRefType complex type.

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

     <complexType name="whiteboxElementRefType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="whiteboxPath" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="pathName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <sequence minOccurs="0">
                         <element name="left" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
                         <element name="right" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
                       </sequence>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • whiteboxPath

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected java.util.List<WhiteboxElementRefType.WhiteboxPath> whiteboxPath
      • name

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        protected java.lang.String name
    • Constructor Detail

      • WhiteboxElementRefType

        public WhiteboxElementRefType()
    • Method Detail

      • getWhiteboxPath

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public java.util.List<WhiteboxElementRefType.WhiteboxPath> getWhiteboxPath()
        Gets the value of the whiteboxPath 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 whiteboxPath property.

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

            getWhiteboxPath().add(newItem);
         

        Objects of the following type(s) are allowed in the list WhiteboxElementRefType.WhiteboxPath

      • getName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2026-01-14T04:58:44Z")
        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String