public class StructuredType extends ConstrainedType
Java class for StructuredType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructuredType">
<complexContent>
<extension base="{http://www.miuml.org/metamodel}ConstrainedType">
<sequence>
<element ref="{http://www.miuml.org/metamodel}Member" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<jakarta.xml.bind.JAXBElement<? extends Member>> |
member |
element, localName| Constructor and Description |
|---|
StructuredType() |
| Modifier and Type | Method and Description |
|---|---|
List<jakarta.xml.bind.JAXBElement<? extends Member>> |
getMember()
Gets the value of the member property.
|
getElement, getLocalName, setElement, setLocalNamepublic List<jakarta.xml.bind.JAXBElement<? extends Member>> getMember()
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 set method for the member property.
For example, to add a new item, do as follows:
getMember().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Field>
JAXBElement<Member>
JAXBElement<Structure>
Copyright © 2012–2022. All rights reserved.