public class Class extends Type
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://plasma.org/metamodel}Type">
<sequence>
<element ref="{http://plasma.org/metamodel}Documentation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}ClassProvisioning" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}Property" maxOccurs="unbounded"/>
<element name="SuperClass" type="{http://plasma.org/metamodel}ClassRef" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://plasma.org/metamodel}Behavior" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_abstract |
protected List<Behavior> |
behaviors |
protected ClassProvisioning |
classProvisioning |
protected List<Documentation> |
documentations |
protected List<Property> |
properties |
protected List<ClassRef> |
superClasses |
protected String |
uri |
alias, derivation, name| Constructor and Description |
|---|
Class() |
| Modifier and Type | Method and Description |
|---|---|
List<Behavior> |
getBehaviors()
Gets the value of the behaviors property.
|
ClassProvisioning |
getClassProvisioning()
Gets the value of the classProvisioning property.
|
List<Documentation> |
getDocumentations()
Gets the value of the documentations property.
|
List<Property> |
getProperties()
Gets the value of the properties property.
|
List<ClassRef> |
getSuperClasses()
Gets the value of the superClasses property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isAbstract()
Gets the value of the abstract property.
|
void |
setAbstract(Boolean value)
Sets the value of the abstract property.
|
void |
setClassProvisioning(ClassProvisioning value)
Sets the value of the classProvisioning property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
getAlias, getDerivation, getName, setAlias, setDerivation, setNameprotected List<Documentation> documentations
protected ClassProvisioning classProvisioning
protected String uri
protected Boolean _abstract
public List<Documentation> getDocumentations()
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 JAXB object.
This is why there is not a set method for the documentations property.
For example, to add a new item, do as follows:
getDocumentations().add(newItem);
Objects of the following type(s) are allowed in the list
Documentation
public ClassProvisioning getClassProvisioning()
ClassProvisioningpublic void setClassProvisioning(ClassProvisioning value)
value - allowed object is
ClassProvisioningpublic List<Property> getProperties()
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 JAXB object.
This is why there is not a set method for the properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public List<ClassRef> getSuperClasses()
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 JAXB object.
This is why there is not a set method for the superClasses property.
For example, to add a new item, do as follows:
getSuperClasses().add(newItem);
Objects of the following type(s) are allowed in the list
ClassRef
public List<Behavior> getBehaviors()
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 JAXB object.
This is why there is not a set method for the behaviors property.
For example, to add a new item, do as follows:
getBehaviors().add(newItem);
Objects of the following type(s) are allowed in the list
Behavior
public String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic boolean isAbstract()
BooleanCopyright © 2019. All rights reserved.