|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.AbstractionDefinition.FileBuilderType
public class FileBuilderType
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 |
---|
public FileBuilderType()
Method Detail |
---|
public java.lang.String getFileType()
String
public void setFileType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserFileType()
String
public void setUserFileType(java.lang.String value)
value
- allowed object is
String
public FileBuilderType.Command getCommand()
FileBuilderType.Command
public void setCommand(FileBuilderType.Command value)
value
- allowed object is
FileBuilderType.Command
public FileBuilderType.Flags getFlags()
FileBuilderType.Flags
public void setFlags(FileBuilderType.Flags value)
value
- allowed object is
FileBuilderType.Flags
public FileBuilderType.ReplaceDefaultFlags getReplaceDefaultFlags()
FileBuilderType.ReplaceDefaultFlags
public void setReplaceDefaultFlags(FileBuilderType.ReplaceDefaultFlags value)
value
- allowed object is
FileBuilderType.ReplaceDefaultFlags
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |