public class UuvCrossSectionArrayType extends Object
Java class for UuvCrossSectionArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvCrossSectionArrayType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="XX" type="{}UuvCrossSectionArrayElementType" maxOccurs="unbounded"/> <element name="HH" type="{}UuvCrossSectionArrayElementType" maxOccurs="unbounded"/> <element name="BB" type="{}UuvCrossSectionArrayElementType" maxOccurs="unbounded"/> </sequence> <attGroup ref="{}commonAttributes"/> <attribute name="arrayElements" use="required" type="{}positiveInt" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
arrayElements |
protected List<UuvCrossSectionArrayElementType> |
bb |
protected String |
description |
protected List<UuvCrossSectionArrayElementType> |
hh |
protected List<UuvCrossSectionArrayElementType> |
xx |
Constructor and Description |
---|
UuvCrossSectionArrayType() |
Modifier and Type | Method and Description |
---|---|
int |
getArrayElements()
Gets the value of the arrayElements property.
|
List<UuvCrossSectionArrayElementType> |
getBB()
Gets the value of the bb property.
|
String |
getDescription()
Gets the value of the description property.
|
List<UuvCrossSectionArrayElementType> |
getHH()
Gets the value of the hh property.
|
List<UuvCrossSectionArrayElementType> |
getXX()
Gets the value of the xx property.
|
void |
setArrayElements(int value)
Sets the value of the arrayElements property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected List<UuvCrossSectionArrayElementType> xx
protected List<UuvCrossSectionArrayElementType> hh
protected List<UuvCrossSectionArrayElementType> bb
protected int arrayElements
protected String description
public List<UuvCrossSectionArrayElementType> getXX()
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 set
method for the xx property.
For example, to add a new item, do as follows:
getXX().add(newItem);
Objects of the following type(s) are allowed in the list
UuvCrossSectionArrayElementType
public List<UuvCrossSectionArrayElementType> getHH()
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 set
method for the hh property.
For example, to add a new item, do as follows:
getHH().add(newItem);
Objects of the following type(s) are allowed in the list
UuvCrossSectionArrayElementType
public List<UuvCrossSectionArrayElementType> getBB()
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 set
method for the bb property.
For example, to add a new item, do as follows:
getBB().add(newItem);
Objects of the following type(s) are allowed in the list
UuvCrossSectionArrayElementType
public int getArrayElements()
public void setArrayElements(int value)
public String getDescription()
String