Class WhiteboxElementRefType
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.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.ObjectReference 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWhiteboxElementRefType.WhiteboxPathJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringnameprotected java.util.List<WhiteboxElementRefType.WhiteboxPath>whiteboxPath
-
Constructor Summary
Constructors Constructor Description WhiteboxElementRefType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets the value of the name property.java.util.List<WhiteboxElementRefType.WhiteboxPath>getWhiteboxPath()Gets the value of the whiteboxPath property.voidsetName(java.lang.String value)Sets the value of the name property.
-
-
-
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
-
-
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
setmethod 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 isString
-
-