|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Design.AbstractorViewType
public class AbstractorViewType
Abstraction view type
Java class for abstractorViewType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstractorViewType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroupNMTOKEN"/> <element name="envIdentifier" maxOccurs="unbounded"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[a-zA-Z0-9_+\*\.]*:[a-zA-Z0-9_+\*\.]*:[a-zA-Z0-9_+\*\.]*"/> </restriction> </simpleType> </element> <element name="language" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>token"> <attribute name="strict" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </simpleContent> </complexType> </element> <element name="modelName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="defaultFileBuilder" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}fileBuilderType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}fileSetRef" maxOccurs="unbounded" minOccurs="0"/> <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> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
AbstractorViewType.Language
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
AbstractorViewType()
|
Method Summary | |
---|---|
java.util.List<FileBuilderType> |
getDefaultFileBuilder()
Gets the value of the defaultFileBuilder property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.util.List<java.lang.String> |
getEnvIdentifier()
Gets the value of the envIdentifier property. |
java.util.List<FileSetRef> |
getFileSetRef()
Gets the value of the fileSetRef property. |
AbstractorViewType.Language |
getLanguage()
Gets the value of the language property. |
java.lang.String |
getModelName()
Gets the value of the modelName property. |
java.lang.String |
getName()
Gets the value of the name property. |
Parameters |
getParameters()
Gets the value of the parameters property. |
VendorExtensions |
getVendorExtensions()
Gets the value of the vendorExtensions 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 |
setLanguage(AbstractorViewType.Language value)
Sets the value of the language property. |
void |
setModelName(java.lang.String value)
Sets the value of the modelName 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 |
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 AbstractorViewType()
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.String> getEnvIdentifier()
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 envIdentifier property.
For example, to add a new item, do as follows:
getEnvIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
String
public AbstractorViewType.Language getLanguage()
AbstractorViewType.Language
public void setLanguage(AbstractorViewType.Language value)
value
- allowed object is
AbstractorViewType.Language
public java.lang.String getModelName()
String
public void setModelName(java.lang.String value)
value
- allowed object is
String
public java.util.List<FileBuilderType> getDefaultFileBuilder()
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 defaultFileBuilder property.
For example, to add a new item, do as follows:
getDefaultFileBuilder().add(newItem);
Objects of the following type(s) are allowed in the list
FileBuilderType
public java.util.List<FileSetRef> getFileSetRef()
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 fileSetRef property.
For example, to add a new item, do as follows:
getFileSetRef().add(newItem);
Objects of the following type(s) are allowed in the list
FileSetRef
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |