Class InputOutputParamSetCapabilityCT.Characteristics.HasAllowedItemShapeAndSize
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.InputOutputParamSetCapabilityCT.Characteristics.HasAllowedItemShapeAndSize
-
- Enclosing class:
- InputOutputParamSetCapabilityCT.Characteristics
public static class InputOutputParamSetCapabilityCT.Characteristics.HasAllowedItemShapeAndSize extends Object
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"> <sequence> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_ShapeDefinition" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<JAXBElement<?>>
gShapeDefinition
-
Constructor Summary
Constructors Constructor Description HasAllowedItemShapeAndSize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JAXBElement<?>>
getGShapeDefinition()
Gets the value of the gShapeDefinition property.
-
-
-
Field Detail
-
gShapeDefinition
protected List<JAXBElement<?>> gShapeDefinition
-
-
Method Detail
-
getGShapeDefinition
public List<JAXBElement<?>> getGShapeDefinition()
Gets the value of the gShapeDefinition 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
set
method for the gShapeDefinition property.For example, to add a new item, do as follows:
getGShapeDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
ShapeBoxCT
>
JAXBElement
<
ShapeCylinderCT
>
JAXBElement
<
ShapeConeCT
>
JAXBElement
<
ShapePyramidCT
>
JAXBElement
<
ShapeBoxCT
>
-
-