com.eu.miscedautils.ipxact.AbstractionDefinition
Class FileBuilderType

java.lang.Object
  extended by com.eu.miscedautils.ipxact.AbstractionDefinition.FileBuilderType

public class FileBuilderType
extends java.lang.Object

Java class for fileBuilderType complex type.

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

 <complexType name="fileBuilderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}fileType"/>
         <element name="command" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}string.prompt.att"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="flags" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}string.prompt.att"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="replaceDefaultFlags" 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>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class FileBuilderType.Command
          Java class for anonymous complex type.
static class FileBuilderType.Flags
          Java class for anonymous complex type.
static class FileBuilderType.ReplaceDefaultFlags
          Java class for anonymous complex type.
 
Constructor Summary
FileBuilderType()
           
 
Method Summary
 FileBuilderType.Command getCommand()
          Gets the value of the command property.
 java.lang.String getFileType()
          Gets the value of the fileType property.
 FileBuilderType.Flags getFlags()
          Gets the value of the flags property.
 FileBuilderType.ReplaceDefaultFlags getReplaceDefaultFlags()
          Gets the value of the replaceDefaultFlags property.
 java.lang.String getUserFileType()
          Gets the value of the userFileType property.
 void setCommand(FileBuilderType.Command value)
          Sets the value of the command property.
 void setFileType(java.lang.String value)
          Sets the value of the fileType property.
 void setFlags(FileBuilderType.Flags value)
          Sets the value of the flags property.
 void setReplaceDefaultFlags(FileBuilderType.ReplaceDefaultFlags value)
          Sets the value of the replaceDefaultFlags property.
 void setUserFileType(java.lang.String value)
          Sets the value of the userFileType property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBuilderType

public FileBuilderType()
Method Detail

getFileType

public java.lang.String getFileType()
Gets the value of the fileType property.

Returns:
possible object is String

setFileType

public void setFileType(java.lang.String value)
Sets the value of the fileType property.

Parameters:
value - allowed object is String

getUserFileType

public java.lang.String getUserFileType()
Gets the value of the userFileType property.

Returns:
possible object is String

setUserFileType

public void setUserFileType(java.lang.String value)
Sets the value of the userFileType property.

Parameters:
value - allowed object is String

getCommand

public FileBuilderType.Command getCommand()
Gets the value of the command property.

Returns:
possible object is FileBuilderType.Command

setCommand

public void setCommand(FileBuilderType.Command value)
Sets the value of the command property.

Parameters:
value - allowed object is FileBuilderType.Command

getFlags

public FileBuilderType.Flags getFlags()
Gets the value of the flags property.

Returns:
possible object is FileBuilderType.Flags

setFlags

public void setFlags(FileBuilderType.Flags value)
Sets the value of the flags property.

Parameters:
value - allowed object is FileBuilderType.Flags

getReplaceDefaultFlags

public FileBuilderType.ReplaceDefaultFlags getReplaceDefaultFlags()
Gets the value of the replaceDefaultFlags property.

Returns:
possible object is FileBuilderType.ReplaceDefaultFlags

setReplaceDefaultFlags

public void setReplaceDefaultFlags(FileBuilderType.ReplaceDefaultFlags value)
Sets the value of the replaceDefaultFlags property.

Parameters:
value - allowed object is FileBuilderType.ReplaceDefaultFlags