|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Design.Design
public class Design
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}versionedIdentifier"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}componentInstances" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}interconnections" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}adHocConnections" minOccurs="0"/> <element name="hierConnections" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="hierConnection" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="interface" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}interface"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/> </sequence> <attribute name="interfaceRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}description" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
Design.HierConnections
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
Design()
|
Method Summary | |
---|---|
AdHocConnections |
getAdHocConnections()
Gets the value of the adHocConnections property. |
ComponentInstances |
getComponentInstances()
Gets the value of the componentInstances property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
Design.HierConnections |
getHierConnections()
Gets the value of the hierConnections property. |
Interconnections |
getInterconnections()
Gets the value of the interconnections property. |
java.lang.String |
getLibrary()
Gets the value of the library property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getVendor()
Gets the value of the vendor property. |
VendorExtensions |
getVendorExtensions()
Gets the value of the vendorExtensions property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setAdHocConnections(AdHocConnections value)
Sets the value of the adHocConnections property. |
void |
setComponentInstances(ComponentInstances value)
Sets the value of the componentInstances property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setHierConnections(Design.HierConnections value)
Sets the value of the hierConnections property. |
void |
setInterconnections(Interconnections value)
Sets the value of the interconnections property. |
void |
setLibrary(java.lang.String value)
Sets the value of the library property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setVendor(java.lang.String value)
Sets the value of the vendor property. |
void |
setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Design()
Method Detail |
---|
public java.lang.String getVendor()
String
public void setVendor(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLibrary()
String
public void setLibrary(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
public ComponentInstances getComponentInstances()
ComponentInstances
public void setComponentInstances(ComponentInstances value)
value
- allowed object is
ComponentInstances
public Interconnections getInterconnections()
Interconnections
public void setInterconnections(Interconnections value)
value
- allowed object is
Interconnections
public AdHocConnections getAdHocConnections()
AdHocConnections
public void setAdHocConnections(AdHocConnections value)
value
- allowed object is
AdHocConnections
public Design.HierConnections getHierConnections()
Design.HierConnections
public void setHierConnections(Design.HierConnections value)
value
- allowed object is
Design.HierConnections
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public VendorExtensions getVendorExtensions()
VendorExtensions
public void setVendorExtensions(VendorExtensions value)
value
- allowed object is
VendorExtensions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |