|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.jomc.tools.model.ToolsType
org.jomc.tools.model.SourceFilesType
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-05-23T02:54:23+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class SourceFilesTypeList of source files.
Java class for SourceFilesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SourceFilesType">
<complexContent>
<extension base="{http://jomc.org/tools/model}ToolsType">
<sequence>
<element ref="{http://jomc.org/tools/model}source-file" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="override" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
_final
|
protected Boolean |
override
|
protected List<SourceFileType> |
sourceFile
|
| Fields inherited from class org.jomc.tools.model.ToolsType |
|---|
modelVersion |
| Constructor Summary | |
|---|---|
SourceFilesType()
Creates a new SourceFilesType instance. |
|
SourceFilesType(SourceFilesType o)
Creates a new SourceFilesType instance by deeply copying a given SourceFilesType instance. |
|
| Method Summary | |
|---|---|
SourceFilesType |
clone()
Creates and returns a deep copy of this object. |
List<SourceFileType> |
getSourceFile()
Gets the value of the sourceFile property. |
SourceFileType |
getSourceFile(String identifier)
Gets a source file model for a given name from the list of source file models. |
boolean |
isFinal()
Gets the value of the final property. |
boolean |
isOverride()
Gets the value of the override property. |
void |
setFinal(Boolean value)
Sets the value of the final property. |
void |
setOverride(Boolean value)
Sets the value of the override property. |
| Methods inherited from class org.jomc.tools.model.ToolsType |
|---|
getAnyElement, getAnyElements, getAnyObject, getAnyObjects, getModelVersion, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-05-23T02:54:23+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected List<SourceFileType> sourceFile
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-05-23T02:54:23+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Boolean _final
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-05-23T02:54:23+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Boolean override
| Constructor Detail |
|---|
public SourceFilesType()
SourceFilesType instance.
public SourceFilesType(SourceFilesType o)
SourceFilesType instance by deeply copying a given SourceFilesType instance.
o - The instance to copy.
NullPointerException - if o is null.| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-05-23T02:54:23+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public List<SourceFileType> getSourceFile()
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 sourceFile property.
For example, to add a new item, do as follows:
getSourceFile().add(newItem);
Objects of the following type(s) are allowed in the list
SourceFileType
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-05-23T02:54:23+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public boolean isFinal()
isFinal in interface InheritableBoolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-05-23T02:54:23+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setFinal(Boolean value)
value - allowed object is
Boolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-05-23T02:54:23+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public boolean isOverride()
isOverride in interface InheritableBoolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-05-23T02:54:23+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setOverride(Boolean value)
value - allowed object is
Boolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-05-23T02:54:23+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public SourceFilesType clone()
clone in class ToolsTypepublic SourceFileType getSourceFile(String identifier)
identifier - The identifier of the source file model to return.
null, if no such source file model is found.
NullPointerException - if identifier is null.getSourceFile(),
SourceFileType.getIdentifier()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |