com.eu.miscedautils.ipxact.DesignConfig
Class AbstractorViewType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.DesignConfig.AbstractorViewType

public class AbstractorViewType
extends java.lang.Object

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

AbstractorViewType

public AbstractorViewType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getEnvIdentifier

public java.util.List<java.lang.String> getEnvIdentifier()
Gets the value of the envIdentifier property.

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


getLanguage

public AbstractorViewType.Language getLanguage()
Gets the value of the language property.

Returns:
possible object is AbstractorViewType.Language

setLanguage

public void setLanguage(AbstractorViewType.Language value)
Sets the value of the language property.

Parameters:
value - allowed object is AbstractorViewType.Language

getModelName

public java.lang.String getModelName()
Gets the value of the modelName property.

Returns:
possible object is String

setModelName

public void setModelName(java.lang.String value)
Sets the value of the modelName property.

Parameters:
value - allowed object is String

getDefaultFileBuilder

public java.util.List<FileBuilderType> getDefaultFileBuilder()
Gets the value of the defaultFileBuilder property.

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


getFileSetRef

public java.util.List<FileSetRef> getFileSetRef()
Gets the value of the fileSetRef property.

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


getParameters

public Parameters getParameters()
Gets the value of the parameters property.

Returns:
possible object is Parameters

setParameters

public void setParameters(Parameters value)
Sets the value of the parameters property.

Parameters:
value - allowed object is Parameters

getVendorExtensions

public VendorExtensions getVendorExtensions()
Gets the value of the vendorExtensions property.

Returns:
possible object is VendorExtensions

setVendorExtensions

public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.

Parameters:
value - allowed object is VendorExtensions