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

java.lang.Objectorg.jomc.tools.model.SourceFileType
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class SourceFileType
extends Object
implements Cloneable
Java class for SourceFileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SourceFileType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://jomc.org/tools/model}source-sections" minOccurs="0"/>
</sequence>
<attribute name="identifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="template" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
identifier
|
protected String |
location
|
protected SourceSectionsType |
sourceSections
|
protected String |
template
|
| Constructor and Description |
|---|
SourceFileType()
Creates a new SourceFileType instance. |
SourceFileType(SourceFileType o)
Creates a new SourceFileType instance by deeply copying a given SourceFileType instance. |
| Modifier and Type | Method and Description |
|---|---|
SourceFileType |
clone()
Creates and returns a deep copy of this object. |
String |
getIdentifier()
Gets the value of the identifier property. |
String |
getLocation()
Gets the value of the location property. |
SourceSectionsType |
getSourceSections()
Sections of the source file. |
String |
getTemplate()
Gets the value of the template property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setLocation(String value)
Sets the value of the location property. |
void |
setSourceSections(SourceSectionsType value)
Sets the value of the sourceSections property. |
void |
setTemplate(String value)
Sets the value of the template property. |
| 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="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected SourceSectionsType sourceSections
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String identifier
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String location
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String template
| Constructor Detail |
|---|
public SourceFileType()
SourceFileType instance.
public SourceFileType(SourceFileType o)
SourceFileType instance by deeply copying a given SourceFileType instance.
o - The instance to copy.NullPointerException - if o is null.| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public SourceSectionsType getSourceSections()
SourceSectionsType
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setSourceSections(SourceSectionsType value)
value - allowed object is
SourceSectionsType
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getIdentifier()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setIdentifier(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getLocation()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setLocation(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getTemplate()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setTemplate(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-06-29T01:09:34+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public SourceFileType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||