|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Abstractor.ModelType
public class ModelType
Model information.
Java class for modelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="modelType"> <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}viewType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ports" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}port" maxOccurs="unbounded"/> </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"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
ModelType.ModelParameters
Java class for anonymous complex type. |
static class |
ModelType.Ports
Java class for anonymous complex type. |
static class |
ModelType.Views
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
ModelType()
|
Method Summary | |
---|---|
ModelType.ModelParameters |
getModelParameters()
Gets the value of the modelParameters property. |
ModelType.Ports |
getPorts()
Gets the value of the ports property. |
ModelType.Views |
getViews()
Gets the value of the views property. |
void |
setModelParameters(ModelType.ModelParameters value)
Sets the value of the modelParameters property. |
void |
setPorts(ModelType.Ports value)
Sets the value of the ports property. |
void |
setViews(ModelType.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 ModelType()
Method Detail |
---|
public ModelType.Views getViews()
ModelType.Views
public void setViews(ModelType.Views value)
value
- allowed object is
ModelType.Views
public ModelType.Ports getPorts()
ModelType.Ports
public void setPorts(ModelType.Ports value)
value
- allowed object is
ModelType.Ports
public ModelType.ModelParameters getModelParameters()
ModelType.ModelParameters
public void setModelParameters(ModelType.ModelParameters value)
value
- allowed object is
ModelType.ModelParameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |