public class Class extends SubsystemElement
Java class for Class complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Class"> <complexContent> <extension base="{http://www.miuml.org/metamodel}SubsystemElement"> <sequence> <element ref="{http://www.miuml.org/metamodel}Attribute" maxOccurs="unbounded"/> <element ref="{http://www.miuml.org/metamodel}Lifecycle" minOccurs="0"/> <element name="Extension" type="{http://www.miuml.org/metamodel}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Name" use="required" type="{http://www.miuml.org/metamodel}Name" /> <attribute name="Cnum" type="{http://www.miuml.org/metamodel}Cnum" /> <attribute name="Alias" type="{http://www.miuml.org/metamodel}Alias" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected List<jakarta.xml.bind.JAXBElement<? extends Attribute>> |
attribute |
protected BigInteger |
cnum |
protected List<Extension> |
extension |
protected Lifecycle |
lifecycle |
protected String |
name |
Constructor and Description |
---|
Class() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Gets the value of the alias property.
|
List<jakarta.xml.bind.JAXBElement<? extends Attribute>> |
getAttribute()
R20 Gets the value of the attribute property.
|
BigInteger |
getCnum()
Gets the value of the cnum property.
|
List<Extension> |
getExtension()
Gets the value of the extension property.
|
Lifecycle |
getLifecycle()
R500
|
String |
getName()
Gets the value of the name property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setCnum(BigInteger value)
Sets the value of the cnum property.
|
void |
setLifecycle(Lifecycle value)
Sets the value of the lifecycle property.
|
void |
setName(String value)
Sets the value of the name property.
|
getElement, setElement
protected Lifecycle lifecycle
protected String name
protected BigInteger cnum
protected String alias
public List<jakarta.xml.bind.JAXBElement<? extends 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
JAXBElement
<
Attribute
>
JAXBElement
<
DerivedAttribute
>
JAXBElement
<
IndependentAttribute
>
JAXBElement
<
NativeAttribute
>
JAXBElement
<
ReferentialAttribute
>
public void setLifecycle(Lifecycle value)
value
- allowed object is
Lifecycle
public List<Extension> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public BigInteger getCnum()
BigInteger
public void setCnum(BigInteger value)
value
- allowed object is
BigInteger
public String getAlias()
String
Copyright © 2012–2022. All rights reserved.