|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.findbugs.jaxb.impl.ProjectTypeImpl
public class ProjectTypeImpl
| Nested Class Summary | |
|---|---|
class |
ProjectTypeImpl.Unmarshaller
|
| Field Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_AuxClasspathEntry
|
protected String |
_Filename
|
protected JarType |
_Jar
|
protected String |
_ProjectName
|
protected com.sun.xml.bind.util.ListImpl |
_SrcDir
|
static Class |
version
|
| Constructor Summary | |
|---|---|
ProjectTypeImpl()
|
|
| Method Summary | |
|---|---|
protected com.sun.xml.bind.util.ListImpl |
_getAuxClasspathEntry()
|
protected com.sun.xml.bind.util.ListImpl |
_getSrcDir()
|
com.sun.msv.verifier.DocumentDeclaration |
createRawValidator()
Gets the schema fragment associated with this class. |
UnmarshallingEventHandler |
createUnmarshaller(UnmarshallingContext context)
Creates an unmarshaller that will unmarshall this object. |
List |
getAuxClasspathEntry()
Gets the value of the AuxClasspathEntry property. |
String |
getFilename()
Gets the value of the filename property. |
JarType |
getJar()
Gets the value of the jar property. |
Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
String |
getProjectName()
Gets the value of the projectName property. |
List |
getSrcDir()
Gets the value of the SrcDir property. |
boolean |
isSetAuxClasspathEntry()
|
boolean |
isSetFilename()
|
boolean |
isSetJar()
|
boolean |
isSetProjectName()
|
boolean |
isSetSrcDir()
|
void |
serializeAttributes(XMLSerializer context)
Serializes attributes into the specified target. |
void |
serializeBody(XMLSerializer context)
Serializes child elements and texts into the specified target. |
void |
serializeURIs(XMLSerializer context)
Declares all the namespace URIs this object is using at its top-level scope into the specified target. |
void |
setFilename(String value)
Sets the value of the filename property. |
void |
setJar(JarType value)
Sets the value of the jar property. |
void |
setProjectName(String value)
Sets the value of the projectName property. |
void |
unsetAuxClasspathEntry()
|
void |
unsetFilename()
|
void |
unsetJar()
|
void |
unsetProjectName()
|
void |
unsetSrcDir()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String _ProjectName
protected com.sun.xml.bind.util.ListImpl _SrcDir
protected JarType _Jar
protected com.sun.xml.bind.util.ListImpl _AuxClasspathEntry
protected String _Filename
public static final Class version
| Constructor Detail |
|---|
public ProjectTypeImpl()
| Method Detail |
|---|
public String getProjectName()
ProjectType
getProjectName in interface ProjectTypeStringpublic void setProjectName(String value)
ProjectType
setProjectName in interface ProjectTypevalue - allowed object is
Stringpublic boolean isSetProjectName()
isSetProjectName in interface ProjectTypepublic void unsetProjectName()
unsetProjectName in interface ProjectTypeprotected com.sun.xml.bind.util.ListImpl _getSrcDir()
public List getSrcDir()
ProjectType
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 SrcDir property.
For example, to add a new item, do as follows:
getSrcDir().add(newItem);
Objects of the following type(s) are allowed in the list
String
getSrcDir in interface ProjectTypepublic boolean isSetSrcDir()
isSetSrcDir in interface ProjectTypepublic void unsetSrcDir()
unsetSrcDir in interface ProjectTypepublic JarType getJar()
ProjectType
getJar in interface ProjectTypeJar
JarTypepublic void setJar(JarType value)
ProjectType
setJar in interface ProjectTypevalue - allowed object is
Jar
JarTypepublic boolean isSetJar()
isSetJar in interface ProjectTypepublic void unsetJar()
unsetJar in interface ProjectTypeprotected com.sun.xml.bind.util.ListImpl _getAuxClasspathEntry()
public List getAuxClasspathEntry()
ProjectType
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 AuxClasspathEntry property.
For example, to add a new item, do as follows:
getAuxClasspathEntry().add(newItem);
Objects of the following type(s) are allowed in the list
AuxClasspathEntry
AuxClasspathEntryType
getAuxClasspathEntry in interface ProjectTypepublic boolean isSetAuxClasspathEntry()
isSetAuxClasspathEntry in interface ProjectTypepublic void unsetAuxClasspathEntry()
unsetAuxClasspathEntry in interface ProjectTypepublic String getFilename()
ProjectType
getFilename in interface ProjectTypeStringpublic void setFilename(String value)
ProjectType
setFilename in interface ProjectTypevalue - allowed object is
Stringpublic boolean isSetFilename()
isSetFilename in interface ProjectTypepublic void unsetFilename()
unsetFilename in interface ProjectTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws SAXException
XMLSerializable
serializeBody in interface XMLSerializableSAXException
public void serializeAttributes(XMLSerializer context)
throws SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableSAXException
public void serializeURIs(XMLSerializer context)
throws SAXException
XMLSerializable
serializeURIs in interface XMLSerializableSAXExceptionpublic Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||