Class WhiteboxElementRefType.WhiteboxPath
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.WhiteboxElementRefType.WhiteboxPath
-
- Enclosing class:
- WhiteboxElementRefType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public static class WhiteboxElementRefType.WhiteboxPath extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Constructor Summary
Constructors Constructor Description WhiteboxPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetLeft()Gets the value of the left property.java.lang.StringgetPathName()Gets the value of the pathName property.java.math.BigIntegergetRight()Gets the value of the right property.voidsetLeft(java.math.BigInteger value)Sets the value of the left property.voidsetPathName(java.lang.String value)Sets the value of the pathName property.voidsetRight(java.math.BigInteger value)Sets the value of the right property.
-
-
-
Field Detail
-
pathName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected java.lang.String pathName
-
left
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected java.math.BigInteger left
-
right
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") protected java.math.BigInteger right
-
-
Method Detail
-
getPathName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public java.lang.String getPathName()Gets the value of the pathName property.- Returns:
- possible object is
String
-
setPathName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public void setPathName(java.lang.String value)Sets the value of the pathName property.- Parameters:
value- allowed object isString
-
getLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public java.math.BigInteger getLeft()Gets the value of the left property.- Returns:
- possible object is
BigInteger
-
setLeft
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public void setLeft(java.math.BigInteger value)Sets the value of the left property.- Parameters:
value- allowed object isBigInteger
-
getRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public java.math.BigInteger getRight()Gets the value of the right property.- Returns:
- possible object is
BigInteger
-
setRight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-01-14T04:58:44Z") public void setRight(java.math.BigInteger value)Sets the value of the right property.- Parameters:
value- allowed object isBigInteger
-
-