org.jcoderz.phoenix.findbugs.jaxb.impl
Class ProjectTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.findbugs.jaxb.impl.ProjectTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, ProjectType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
ProjectImpl

public class ProjectTypeImpl
extends Object
implements ProjectType, Serializable, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject

See Also:
Serialized Form

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

_ProjectName

protected String _ProjectName

_SrcDir

protected com.sun.xml.bind.util.ListImpl _SrcDir

_Jar

protected JarType _Jar

_AuxClasspathEntry

protected com.sun.xml.bind.util.ListImpl _AuxClasspathEntry

_Filename

protected String _Filename

version

public static final Class version
Constructor Detail

ProjectTypeImpl

public ProjectTypeImpl()
Method Detail

getProjectName

public String getProjectName()
Description copied from interface: ProjectType
Gets the value of the projectName property.

Specified by:
getProjectName in interface ProjectType
Returns:
possible object is String

setProjectName

public void setProjectName(String value)
Description copied from interface: ProjectType
Sets the value of the projectName property.

Specified by:
setProjectName in interface ProjectType
Parameters:
value - allowed object is String

isSetProjectName

public boolean isSetProjectName()
Specified by:
isSetProjectName in interface ProjectType

unsetProjectName

public void unsetProjectName()
Specified by:
unsetProjectName in interface ProjectType

_getSrcDir

protected com.sun.xml.bind.util.ListImpl _getSrcDir()

getSrcDir

public List getSrcDir()
Description copied from interface: ProjectType
Gets the value of the SrcDir property.

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

Specified by:
getSrcDir in interface ProjectType

isSetSrcDir

public boolean isSetSrcDir()
Specified by:
isSetSrcDir in interface ProjectType

unsetSrcDir

public void unsetSrcDir()
Specified by:
unsetSrcDir in interface ProjectType

getJar

public JarType getJar()
Description copied from interface: ProjectType
Gets the value of the jar property.

Specified by:
getJar in interface ProjectType
Returns:
possible object is Jar JarType

setJar

public void setJar(JarType value)
Description copied from interface: ProjectType
Sets the value of the jar property.

Specified by:
setJar in interface ProjectType
Parameters:
value - allowed object is Jar JarType

isSetJar

public boolean isSetJar()
Specified by:
isSetJar in interface ProjectType

unsetJar

public void unsetJar()
Specified by:
unsetJar in interface ProjectType

_getAuxClasspathEntry

protected com.sun.xml.bind.util.ListImpl _getAuxClasspathEntry()

getAuxClasspathEntry

public List getAuxClasspathEntry()
Description copied from interface: ProjectType
Gets the value of the AuxClasspathEntry property.

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

Specified by:
getAuxClasspathEntry in interface ProjectType

isSetAuxClasspathEntry

public boolean isSetAuxClasspathEntry()
Specified by:
isSetAuxClasspathEntry in interface ProjectType

unsetAuxClasspathEntry

public void unsetAuxClasspathEntry()
Specified by:
unsetAuxClasspathEntry in interface ProjectType

getFilename

public String getFilename()
Description copied from interface: ProjectType
Gets the value of the filename property.

Specified by:
getFilename in interface ProjectType
Returns:
possible object is String

setFilename

public void setFilename(String value)
Description copied from interface: ProjectType
Sets the value of the filename property.

Specified by:
setFilename in interface ProjectType
Parameters:
value - allowed object is String

isSetFilename

public boolean isSetFilename()
Specified by:
isSetFilename in interface ProjectType

unsetFilename

public void unsetFilename()
Specified by:
unsetFilename in interface ProjectType

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject


Copyright 2007 The jCoderZ Project.