Package iofXml.v2
Class Box
java.lang.Object
iofXml.v2.Box
Java 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">
<choice minOccurs="0">
<element ref="{}Symbol" maxOccurs="unbounded"/>
<element ref="{}Text"/>
</choice>
<attribute name="column" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="A"/>
<enumeration value="B"/>
<enumeration value="C"/>
<enumeration value="D"/>
<enumeration value="E"/>
<enumeration value="F"/>
<enumeration value="G"/>
<enumeration value="H"/>
</restriction>
</simpleType>
</attribute>
<attribute name="hasDiagonal" default="N">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Y"/>
<enumeration value="N"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the column property.Gets the value of the hasDiagonal property.Gets the value of the symbol property.getText()Gets the value of the text property.voidSets the value of the column property.voidsetHasDiagonal(String value) Sets the value of the hasDiagonal property.voidSets the value of the text property.
-
Field Details
-
symbol
-
text
-
column
-
hasDiagonal
-
-
Constructor Details
-
Box
public Box()
-
-
Method Details
-
getSymbol
Gets the value of the symbol 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 JAXB object. This is why there is not a
setmethod for the symbol property.For example, to add a new item, do as follows:
getSymbol().add(newItem);
Objects of the following type(s) are allowed in the list
Symbol- Returns:
- The value of the symbol property.
-
getText
Gets the value of the text property.- Returns:
- possible object is
Text
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isText
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
String
-
setColumn
Sets the value of the column property.- Parameters:
value- allowed object isString
-
getHasDiagonal
Gets the value of the hasDiagonal property.- Returns:
- possible object is
String
-
setHasDiagonal
Sets the value of the hasDiagonal property.- Parameters:
value- allowed object isString
-