public class Subsystem extends Object
Java class for Subsystem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Subsystem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.miuml.org/metamodel}SubsystemElement" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Name" use="required" type="{http://www.miuml.org/metamodel}Name" /> <attribute name="Alias" type="{http://www.miuml.org/metamodel}Name" /> <attribute name="Floor" use="required" type="{http://www.miuml.org/metamodel}PositiveInteger" /> <attribute name="Ceiling" use="required" type="{http://www.miuml.org/metamodel}PositiveInteger" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected BigInteger |
ceiling |
protected BigInteger |
floor |
protected String |
name |
protected List<jakarta.xml.bind.JAXBElement<? extends SubsystemElement>> |
subsystemElement |
Constructor and Description |
---|
Subsystem() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Gets the value of the alias property.
|
BigInteger |
getCeiling()
Gets the value of the ceiling property.
|
BigInteger |
getFloor()
Gets the value of the floor property.
|
String |
getName()
Gets the value of the name property.
|
List<jakarta.xml.bind.JAXBElement<? extends SubsystemElement>> |
getSubsystemElement()
R13 Gets the value of the subsystemElement property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setCeiling(BigInteger value)
Sets the value of the ceiling property.
|
void |
setFloor(BigInteger value)
Sets the value of the floor property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<jakarta.xml.bind.JAXBElement<? extends SubsystemElement>> subsystemElement
protected String name
protected String alias
protected BigInteger floor
protected BigInteger ceiling
public List<jakarta.xml.bind.JAXBElement<? extends SubsystemElement>> getSubsystemElement()
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 subsystemElement property.
For example, to add a new item, do as follows:
getSubsystemElement().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
Association
>
JAXBElement
<
BinaryAssociation
>
JAXBElement
<
Class
>
JAXBElement
<
Generalization
>
JAXBElement
<
Relationship
>
JAXBElement
<
SubsystemElement
>
JAXBElement
<
UnaryAssociation
>
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public BigInteger getFloor()
BigInteger
public void setFloor(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getCeiling()
BigInteger
public void setCeiling(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2012–2022. All rights reserved.