com.eu.miscedautils.ipxact.DesignConfig
Class FileSetType

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

public class FileSetType
extends java.lang.Object

Java class for fileSetType complex type.

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

 <complexType name="fileSetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroup"/>
         <element name="group" type="{http://www.w3.org/2001/XMLSchema}Name" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}file" maxOccurs="unbounded" 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}dependency" maxOccurs="unbounded" minOccurs="0"/>
         <element name="function" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="entryPoint" type="{http://www.w3.org/2001/XMLSchema}Name" minOccurs="0"/>
                   <element name="fileRef" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
                   <element name="returnType" minOccurs="0">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <enumeration value="void"/>
                         <enumeration value="int"/>
                       </restriction>
                     </simpleType>
                   </element>
                   <element name="argument" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameValuePairType">
                           <attribute name="dataType" use="required" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}dataTypeType" />
                           <anyAttribute processContents='lax'/>
                         </extension>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="disabled" minOccurs="0">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
                           <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}bool.prompt.att"/>
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                   <element name="sourceFile" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="sourceName">
                               <complexType>
                                 <simpleContent>
                                   <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>spiritURI">
                                   </extension>
                                 </simpleContent>
                               </complexType>
                             </element>
                             <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}fileType"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
                 <attribute name="replicate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class FileSetType.Function
          Java class for anonymous complex type.
 
Constructor Summary
FileSetType()
           
 
Method Summary
 java.util.List<FileBuilderType> getDefaultFileBuilder()
          Gets the value of the defaultFileBuilder property.
 java.util.List<java.lang.String> getDependency()
          Gets the value of the dependency 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<File> getFile()
          Gets the value of the file property.
 java.util.List<FileSetType.Function> getFunction()
          Gets the value of the function property.
 java.util.List<java.lang.String> getGroup()
          Gets the value of the group property.
 java.lang.String getName()
          Gets the value of the name 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 setName(java.lang.String value)
          Sets the value of the name 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

FileSetType

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

getGroup

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

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

    getGroup().add(newItem);
 

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


getFile

public java.util.List<File> getFile()
Gets the value of the file 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 file property.

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

    getFile().add(newItem);
 

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


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


getDependency

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

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

    getDependency().add(newItem);
 

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


getFunction

public java.util.List<FileSetType.Function> getFunction()
Gets the value of the function 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 function property.

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

    getFunction().add(newItem);
 

Objects of the following type(s) are allowed in the list FileSetType.Function


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