|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Component.AbstractorModelType
public class AbstractorModelType
Model information for an abstractor.
Java class for abstractorModelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractorModelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="views" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="view" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}abstractorViewType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ports" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="port" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}abstractorPortType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="modelParameters" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modelParameter" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameValueTypeType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
AbstractorModelType.ModelParameters
Java class for anonymous complex type. |
static class |
AbstractorModelType.Ports
Java class for anonymous complex type. |
static class |
AbstractorModelType.Views
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
AbstractorModelType()
|
Method Summary | |
---|---|
AbstractorModelType.ModelParameters |
getModelParameters()
Gets the value of the modelParameters property. |
AbstractorModelType.Ports |
getPorts()
Gets the value of the ports property. |
AbstractorModelType.Views |
getViews()
Gets the value of the views property. |
void |
setModelParameters(AbstractorModelType.ModelParameters value)
Sets the value of the modelParameters property. |
void |
setPorts(AbstractorModelType.Ports value)
Sets the value of the ports property. |
void |
setViews(AbstractorModelType.Views value)
Sets the value of the views property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractorModelType()
Method Detail |
---|
public AbstractorModelType.Views getViews()
AbstractorModelType.Views
public void setViews(AbstractorModelType.Views value)
value
- allowed object is
AbstractorModelType.Views
public AbstractorModelType.Ports getPorts()
AbstractorModelType.Ports
public void setPorts(AbstractorModelType.Ports value)
value
- allowed object is
AbstractorModelType.Ports
public AbstractorModelType.ModelParameters getModelParameters()
AbstractorModelType.ModelParameters
public void setModelParameters(AbstractorModelType.ModelParameters value)
value
- allowed object is
AbstractorModelType.ModelParameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |