|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Generator.File.BuildCommand
public static class File.BuildCommand
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 |
---|
public File.BuildCommand()
Method Detail |
---|
public File.BuildCommand.Command getCommand()
File.BuildCommand.Command
public void setCommand(File.BuildCommand.Command value)
value
- allowed object is
File.BuildCommand.Command
public File.BuildCommand.Flags getFlags()
File.BuildCommand.Flags
public void setFlags(File.BuildCommand.Flags value)
value
- allowed object is
File.BuildCommand.Flags
public File.BuildCommand.ReplaceDefaultFlags getReplaceDefaultFlags()
File.BuildCommand.ReplaceDefaultFlags
public void setReplaceDefaultFlags(File.BuildCommand.ReplaceDefaultFlags value)
value
- allowed object is
File.BuildCommand.ReplaceDefaultFlags
public File.BuildCommand.TargetName getTargetName()
File.BuildCommand.TargetName
public void setTargetName(File.BuildCommand.TargetName value)
value
- allowed object is
File.BuildCommand.TargetName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |