|
||||||||||
| 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.SourceFileType
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class SourceFileTypeModel of a source code file.
Java class for SourceFileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SourceFileType">
<complexContent>
<extension base="{http://jomc.org/tools/model}ToolsType">
<sequence>
<element ref="{http://jomc.org/tools/model}source-sections" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="identifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="template" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="head-comment" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tail-comment" type="{http://www.w3.org/2001/XMLSchema}string" />
<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 List<Object> |
any
|
protected String |
headComment
|
protected String |
identifier
|
protected String |
location
|
protected Boolean |
override
|
protected SourceSectionsType |
sourceSections
|
protected String |
tailComment
|
protected String |
template
|
| Fields inherited from class org.jomc.tools.model.ToolsType |
|---|
modelVersion |
| Constructor Summary | |
|---|---|
SourceFileType()
Creates a new SourceFileType instance. |
|
SourceFileType(SourceFileType o)
Creates a new SourceFileType instance by deeply copying a given SourceFileType instance. |
|
| Method Summary | ||
|---|---|---|
SourceFileType |
clone()
Creates and returns a deep copy of this object. |
|
List<Object> |
getAny()
Gets the value of the any property. |
|
|
getAnyElement(String namespaceURI,
String localPart,
Class<T> type)
Gets a single JAXBElement matching a namespace URI and local part from the any property of the
instance. |
|
|
getAnyElements(String namespaceURI,
String localPart,
Class<T> type)
Gets a list containing all JAXBElements matching a namespace URI and local part from the any
property of the instance. |
|
|
getAnyObject(Class<T> clazz)
Gets a single object matching a given class from the any property of the instance. |
|
|
getAnyObjects(Class<T> clazz)
Gets a list containing all objects matching a given class from the any property of the instance. |
|
String |
getHeadComment()
Gets the value of the headComment property. |
|
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 |
getTailComment()
Gets the value of the tailComment property. |
|
String |
getTemplate()
Gets the value of the template property. |
|
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 |
setHeadComment(String value)
Sets the value of the headComment property. |
|
void |
setIdentifier(String value)
Sets the value of the identifier property. |
|
void |
setLocation(String value)
Sets the value of the location property. |
|
void |
setOverride(Boolean value)
Sets the value of the override property. |
|
void |
setSourceSections(SourceSectionsType value)
Sets the value of the sourceSections property. |
|
void |
setTailComment(String value)
Sets the value of the tailComment property. |
|
void |
setTemplate(String value)
Sets the value of the template 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-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected SourceSectionsType sourceSections
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected List<Object> any
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String identifier
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String location
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String template
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String headComment
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String tailComment
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Boolean _final
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Boolean override
| 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="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public SourceSectionsType getSourceSections()
SourceSectionsType
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setSourceSections(SourceSectionsType value)
value - allowed object is
SourceSectionsType
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getIdentifier()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setIdentifier(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getLocation()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setLocation(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getTemplate()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setTemplate(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getHeadComment()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setHeadComment(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getTailComment()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setTailComment(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-02-17T01:46:51+01: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-02-17T01:46:51+01: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-02-17T01:46:51+01: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-02-17T01:46:51+01: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-02-17T01:46:51+01:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public SourceFileType clone()
clone in class ToolsType
public <T> javax.xml.bind.JAXBElement<T> getAnyElement(String namespaceURI,
String localPart,
Class<T> type)
JAXBElement matching a namespace URI and local part from the any property of the
instance.
T - The type the element is bound to.namespaceURI - The namespace URI of the JAXBElement to return.localPart - The local part of the JAXBElement to return.type - The class of the type the element is bound to.
JAXBElement matching namespaceURI and localPart from the any property
of the instance or null, if no such element is found.
NullPointerException - if namespaceURI, localPart or type is null.
IllegalStateException - if the any property contains more than one matching element.ToolsType.getAnyElement(java.util.List, java.lang.String, java.lang.String, java.lang.Class)
public <T> List<javax.xml.bind.JAXBElement<T>> getAnyElements(String namespaceURI,
String localPart,
Class<T> type)
JAXBElements matching a namespace URI and local part from the any
property of the instance.
T - The type the elements are bound to.namespaceURI - The namespace URI of the JAXBElements to return.localPart - The local part of the JAXBElements to return.type - The class of the type the elements are bound to.
JAXBElements matching namespaceURI and localPart from
the any property of the instance - an empty list if no such elements are found.
NullPointerException - if namespaceURI, localPart or type is null.ToolsType.getAnyElements(java.util.List, java.lang.String, java.lang.String, java.lang.Class)public <T> T getAnyObject(Class<T> clazz)
any property of the instance.
T - The type of the object to return.clazz - The class to return an instance of.
clazz from the any property of the instance or null, if no such
instance is found.
NullPointerException - if clazz is null.
IllegalStateException - if the any property contains more than one matching object.ToolsType.getAnyObject(java.util.List, java.lang.Class)public <T> List<T> getAnyObjects(Class<T> clazz)
any property of the instance.
T - The type of the objects to return.clazz - The class to return all instances of.
clazz from the any property of the instance -
an empty list if no such objects are found.
NullPointerException - if clazz is null.ToolsType.getAnyObjects(java.util.List, java.lang.Class)
|
||||||||||
| 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. |