public class Find extends Object
Java class for Find complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Find">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Attribute" type="{http://org.github/xuml-tools/miuml-metamodel-extensions}Attribute" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Find() |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
getAttribute()
Gets the value of the attribute property.
|
public List<Attribute> getAttribute()
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 attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
Copyright © 2012–2022. All rights reserved.