public class ModeledDomain extends Domain
Java class for ModeledDomain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModeledDomain"> <complexContent> <extension base="{http://www.miuml.org/metamodel}Domain"> <sequence> <element ref="{http://www.miuml.org/metamodel}ConstrainedType" maxOccurs="unbounded" minOccurs="0"/> <element name="Subsystem" type="{http://www.miuml.org/metamodel}Subsystem" maxOccurs="unbounded"/> <element name="ConstrainedLoop" type="{http://www.miuml.org/metamodel}ConstrainedLoop" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ConstrainedLoop> |
constrainedLoop |
protected List<jakarta.xml.bind.JAXBElement<? extends ConstrainedType>> |
constrainedType |
protected List<Subsystem> |
subsystem |
Constructor and Description |
---|
ModeledDomain() |
Modifier and Type | Method and Description |
---|---|
List<ConstrainedLoop> |
getConstrainedLoop()
Gets the value of the constrainedLoop property.
|
List<jakarta.xml.bind.JAXBElement<? extends ConstrainedType>> |
getConstrainedType()
R708 DomainType Gets the value of the constrainedType property.
|
List<Subsystem> |
getSubsystem()
Gets the value of the subsystem property.
|
protected List<jakarta.xml.bind.JAXBElement<? extends ConstrainedType>> constrainedType
protected List<ConstrainedLoop> constrainedLoop
public List<jakarta.xml.bind.JAXBElement<? extends ConstrainedType>> getConstrainedType()
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 constrainedType property.
For example, to add a new item, do as follows:
getConstrainedType().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
AtomicType
>
JAXBElement
<
BooleanType
>
JAXBElement
<
ConstrainedType
>
JAXBElement
<
EnumeratedType
>
JAXBElement
<
IntegerType
>
JAXBElement
<
RationalType
>
JAXBElement
<
RealType
>
JAXBElement
<
StructuredType
>
JAXBElement
<
SymbolicType
>
public List<Subsystem> getSubsystem()
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 subsystem property.
For example, to add a new item, do as follows:
getSubsystem().add(newItem);
Objects of the following type(s) are allowed in the list
Subsystem
public List<ConstrainedLoop> getConstrainedLoop()
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 constrainedLoop property.
For example, to add a new item, do as follows:
getConstrainedLoop().add(newItem);
Objects of the following type(s) are allowed in the list
ConstrainedLoop
Copyright © 2012–2022. All rights reserved.