com.eu.miscedautils.ipxact.Abstractor
Class ViewType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.ViewType

public class ViewType
extends java.lang.Object

Component view type

Java class for viewType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="viewType">
   <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>
         <choice>
           <element name="hierarchyRef" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}libraryRefType"/>
           <sequence>
             <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" default="false" />
                   </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}constraintSetRef" maxOccurs="unbounded" minOccurs="0"/>
             <element name="whiteboxElementRefs" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="whiteboxElementRef" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}whiteboxElementRefType" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}parameters" minOccurs="0"/>
           </sequence>
         </choice>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ViewType.Language
          Java class for anonymous complex type.
static class ViewType.WhiteboxElementRefs
          Java class for anonymous complex type.
 
Constructor Summary
ViewType()
           
 
Method Summary
 java.util.List<java.lang.String> getConstraintSetRef()
          Gets the value of the constraintSetRef property.
 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.
 LibraryRefType getHierarchyRef()
          Gets the value of the hierarchyRef property.
 ViewType.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.
 ViewType.WhiteboxElementRefs getWhiteboxElementRefs()
          Gets the value of the whiteboxElementRefs 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 setHierarchyRef(LibraryRefType value)
          Sets the value of the hierarchyRef property.
 void setLanguage(ViewType.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.
 void setWhiteboxElementRefs(ViewType.WhiteboxElementRefs value)
          Sets the value of the whiteboxElementRefs property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewType

public ViewType()
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


getHierarchyRef

public LibraryRefType getHierarchyRef()
Gets the value of the hierarchyRef property.

Returns:
possible object is LibraryRefType

setHierarchyRef

public void setHierarchyRef(LibraryRefType value)
Sets the value of the hierarchyRef property.

Parameters:
value - allowed object is LibraryRefType

getLanguage

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

Returns:
possible object is ViewType.Language

setLanguage

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

Parameters:
value - allowed object is ViewType.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


getConstraintSetRef

public java.util.List<java.lang.String> getConstraintSetRef()
Gets the value of the constraintSetRef 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 constraintSetRef property.

For example, to add a new item, do as follows:

    getConstraintSetRef().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getWhiteboxElementRefs

public ViewType.WhiteboxElementRefs getWhiteboxElementRefs()
Gets the value of the whiteboxElementRefs property.

Returns:
possible object is ViewType.WhiteboxElementRefs

setWhiteboxElementRefs

public void setWhiteboxElementRefs(ViewType.WhiteboxElementRefs value)
Sets the value of the whiteboxElementRefs property.

Parameters:
value - allowed object is ViewType.WhiteboxElementRefs

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