public class Domains extends Object
Java class for Domains complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Domains">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DomainBuildSpecification" type="{http://www.miuml.org/metamodel}DomainBuildSpecification" minOccurs="0"/>
<element ref="{http://www.miuml.org/metamodel}ConstrainedType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.miuml.org/metamodel}Domain" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<jakarta.xml.bind.JAXBElement<? extends ConstrainedType>> |
constrainedType |
protected List<jakarta.xml.bind.JAXBElement<? extends Domain>> |
domain |
protected DomainBuildSpecification |
domainBuildSpecification |
| Constructor and Description |
|---|
Domains() |
| Modifier and Type | Method and Description |
|---|---|
List<jakarta.xml.bind.JAXBElement<? extends ConstrainedType>> |
getConstrainedType()
R708 CommonType Gets the value of the constrainedType property.
|
List<jakarta.xml.bind.JAXBElement<? extends Domain>> |
getDomain()
Gets the value of the domain property.
|
DomainBuildSpecification |
getDomainBuildSpecification()
Gets the value of the domainBuildSpecification property.
|
void |
setDomainBuildSpecification(DomainBuildSpecification value)
Sets the value of the domainBuildSpecification property.
|
protected DomainBuildSpecification domainBuildSpecification
protected List<jakarta.xml.bind.JAXBElement<? extends ConstrainedType>> constrainedType
public DomainBuildSpecification getDomainBuildSpecification()
DomainBuildSpecificationpublic void setDomainBuildSpecification(DomainBuildSpecification value)
value - allowed object is
DomainBuildSpecificationpublic 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<jakarta.xml.bind.JAXBElement<? extends Domain>> getDomain()
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 domain property.
For example, to add a new item, do as follows:
getDomain().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Domain>
JAXBElement<ModeledDomain>
JAXBElement<RealizedDomain>
Copyright © 2012–2022. All rights reserved.