
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class SourceFileType
extends ToolsType
implements Cloneable, org.jomc.model.Inheritable
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"/>
<element name="template-parameter" type="{http://jomc.org/tools/model}TemplateParameterType" maxOccurs="unbounded" 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>
| Modifier and Type | Field and Description |
|---|---|
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 |
protected List<TemplateParameterType> |
templateParameter |
modelVersion| 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.
|
List<Object> |
getAny()
Gets the value of the any property.
|
<T> javax.xml.bind.JAXBElement<T> |
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. |
<T> List<javax.xml.bind.JAXBElement<T>> |
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. |
<T> T |
getAnyObject(Class<T> clazz)
Gets a single object matching a given class from the
any property of the instance. |
<T> List<T> |
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.
|
List<TemplateParameterType> |
getTemplateParameter()
Gets the value of the templateParameter property.
|
TemplateParameterType |
getTemplateParameter(String name)
Gets a template parameter for a given name from the list of template parameters.
|
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.
|
getAnyElement, getAnyElements, getAnyObject, getAnyObjects, getModelVersion, setModelVersion@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected SourceSectionsType sourceSections
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected List<TemplateParameterType> templateParameter
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected List<Object> any
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String identifier
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String location
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String template
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String headComment
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String tailComment
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Boolean _final
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.@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public SourceSectionsType getSourceSections()
SourceSectionsType@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02: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="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public List<TemplateParameterType> getTemplateParameter()
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 templateParameter property.
For example, to add a new item, do as follows:
getTemplateParameter().add(newItem);
Objects of the following type(s) are allowed in the list
TemplateParameterType
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02: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
Object
Element
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getIdentifier()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02: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="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getLocation()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02: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="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getTemplate()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02: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="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getHeadComment()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02: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="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getTailComment()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+02: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="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public boolean isFinal()
isFinal in interface org.jomc.model.InheritableBoolean@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+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="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public boolean isOverride()
isOverride in interface org.jomc.model.InheritableBoolean@Generated(value="com.sun.tools.xjc.Driver",
date="2016-09-10T12:10:26+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="2016-09-10T12:10:26+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public SourceFileType clone()
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)public TemplateParameterType getTemplateParameter(String name)
name - The name of the template parameter to return.null, if no such template parameter is found.NullPointerException - if name is null.getTemplateParameter(),
TemplateParameterType.getName()Copyright © 2005–2016 The JOMC Project. All rights reserved.