|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Abstractor.BankedBankType
public class BankedBankType
Banks nested inside a bank do not specify address.
Java class for bankedBankType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bankedBankType"> <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}bankBase"/> </sequence> <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}bankAlignment use="required""/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
BankedBankType()
|
Method Summary | |
---|---|
AccessType |
getAccess()
Gets the value of the access property. |
java.util.List<java.lang.Object> |
getAddressBlockOrBankOrSubspaceMap()
Gets the value of the addressBlockOrBankOrSubspaceMap property. |
BankAlignmentType |
getBankAlignment()
Gets the value of the bankAlignment 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 |
getName()
Gets the value of the name property. |
Parameters |
getParameters()
Any additional parameters needed to describe this address block to the generators. |
UsageType |
getUsage()
Gets the value of the usage property. |
VendorExtensions |
getVendorExtensions()
Gets the value of the vendorExtensions property. |
java.lang.Boolean |
isVolatile()
Gets the value of the volatile property. |
void |
setAccess(AccessType value)
Sets the value of the access property. |
void |
setBankAlignment(BankAlignmentType value)
Sets the value of the bankAlignment 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 |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParameters(Parameters value)
Sets the value of the parameters property. |
void |
setUsage(UsageType value)
Sets the value of the usage property. |
void |
setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property. |
void |
setVolatile(java.lang.Boolean value)
Sets the value of the volatile property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BankedBankType()
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 java.util.List<java.lang.Object> getAddressBlockOrBankOrSubspaceMap()
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 addressBlockOrBankOrSubspaceMap property.
For example, to add a new item, do as follows:
getAddressBlockOrBankOrSubspaceMap().add(newItem);
Objects of the following type(s) are allowed in the list
BankedBlockType
BankedBankType
BankedSubspaceType
public UsageType getUsage()
UsageType
public void setUsage(UsageType value)
value
- allowed object is
UsageType
public java.lang.Boolean isVolatile()
Boolean
public void setVolatile(java.lang.Boolean value)
value
- allowed object is
Boolean
public AccessType getAccess()
AccessType
public void setAccess(AccessType value)
value
- allowed object is
AccessType
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 BankAlignmentType getBankAlignment()
BankAlignmentType
public void setBankAlignment(BankAlignmentType value)
value
- allowed object is
BankAlignmentType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |