|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Abstractor.SubspaceRefType
public class SubspaceRefType
Address subspace type. Its subspaceReference attribute references the subspace from which the dimensions are taken.
Java class for subspaceRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subspaceRefType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroup"/> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}addressSpecifier"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}parameters" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/> </sequence> <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}masterRef use="required""/> <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}segmentRef"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
SubspaceRefType()
|
Method Summary | |
---|---|
BaseAddress |
getBaseAddress()
Gets the value of the baseAddress property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getMasterRef()
Gets the value of the masterRef property. |
java.lang.String |
getName()
Gets the value of the name property. |
Parameters |
getParameters()
Any parameters that may apply to the subspace reference. |
java.lang.String |
getSegmentRef()
Gets the value of the segmentRef property. |
VendorExtensions |
getVendorExtensions()
Gets the value of the vendorExtensions property. |
void |
setBaseAddress(BaseAddress value)
Sets the value of the baseAddress property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setMasterRef(java.lang.String value)
Sets the value of the masterRef property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParameters(Parameters value)
Sets the value of the parameters property. |
void |
setSegmentRef(java.lang.String value)
Sets the value of the segmentRef property. |
void |
setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubspaceRefType()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public BaseAddress getBaseAddress()
BaseAddress
public void setBaseAddress(BaseAddress value)
value
- allowed object is
BaseAddress
public Parameters getParameters()
Parameters
public void setParameters(Parameters value)
value
- allowed object is
Parameters
public VendorExtensions getVendorExtensions()
VendorExtensions
public void setVendorExtensions(VendorExtensions value)
value
- allowed object is
VendorExtensions
public java.lang.String getMasterRef()
String
public void setMasterRef(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSegmentRef()
String
public void setSegmentRef(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |