com.eu.miscedautils.ipxact.AbstractionDefinition
Class File.BuildCommand

java.lang.Object
  extended by com.eu.miscedautils.ipxact.AbstractionDefinition.File.BuildCommand
Enclosing class:
File

public static class File.BuildCommand
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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"/>
                 <attribute name="append" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </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>
         <element name="targetName" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>spiritURI">
                 <attGroup ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}string.prompt.att"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class File.BuildCommand.Command
          Java class for anonymous complex type.
static class File.BuildCommand.Flags
          Java class for anonymous complex type.
static class File.BuildCommand.ReplaceDefaultFlags
          Java class for anonymous complex type.
static class File.BuildCommand.TargetName
          Java class for anonymous complex type.
 
Constructor Summary
File.BuildCommand()
           
 
Method Summary
 File.BuildCommand.Command getCommand()
          Gets the value of the command property.
 File.BuildCommand.Flags getFlags()
          Gets the value of the flags property.
 File.BuildCommand.ReplaceDefaultFlags getReplaceDefaultFlags()
          Gets the value of the replaceDefaultFlags property.
 File.BuildCommand.TargetName getTargetName()
          Gets the value of the targetName property.
 void setCommand(File.BuildCommand.Command value)
          Sets the value of the command property.
 void setFlags(File.BuildCommand.Flags value)
          Sets the value of the flags property.
 void setReplaceDefaultFlags(File.BuildCommand.ReplaceDefaultFlags value)
          Sets the value of the replaceDefaultFlags property.
 void setTargetName(File.BuildCommand.TargetName value)
          Sets the value of the targetName property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

File.BuildCommand

public File.BuildCommand()
Method Detail

getCommand

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

Returns:
possible object is File.BuildCommand.Command

setCommand

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

Parameters:
value - allowed object is File.BuildCommand.Command

getFlags

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

Returns:
possible object is File.BuildCommand.Flags

setFlags

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

Parameters:
value - allowed object is File.BuildCommand.Flags

getReplaceDefaultFlags

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

Returns:
possible object is File.BuildCommand.ReplaceDefaultFlags

setReplaceDefaultFlags

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

Parameters:
value - allowed object is File.BuildCommand.ReplaceDefaultFlags

getTargetName

public File.BuildCommand.TargetName getTargetName()
Gets the value of the targetName property.

Returns:
possible object is File.BuildCommand.TargetName

setTargetName

public void setTargetName(File.BuildCommand.TargetName value)
Sets the value of the targetName property.

Parameters:
value - allowed object is File.BuildCommand.TargetName