org.jcoderz.phoenix.report.jaxb.impl
Class FileTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.report.jaxb.impl.FileTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, FileType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
FileImpl

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

See Also:
Serialized Form

Nested Class Summary
 class FileTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _Classname
           
protected  com.sun.xml.bind.util.ListImpl _Item
           
protected  ReportLevel _Level
           
protected  int _Loc
           
protected  String _Name
           
protected  String _Package
           
protected  String _SrcDir
           
protected  boolean has_Loc
           
static Class version
           
 
Constructor Summary
FileTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getItem()
           
 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.
 String getClassname()
          Gets the value of the classname property.
 List getItem()
          Gets the value of the Item property.
 ReportLevel getLevel()
          Gets the value of the level property.
 int getLoc()
          Gets the value of the loc property.
 String getName()
          Gets the value of the name property.
 String getPackage()
          Gets the value of the package property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getSrcDir()
          Gets the value of the srcDir property.
 boolean isSetClassname()
           
 boolean isSetItem()
           
 boolean isSetLevel()
           
 boolean isSetLoc()
           
 boolean isSetName()
           
 boolean isSetPackage()
           
 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 setClassname(String value)
          Sets the value of the classname property.
 void setLevel(ReportLevel value)
          Sets the value of the level property.
 void setLoc(int value)
          Sets the value of the loc property.
 void setName(String value)
          Sets the value of the name property.
 void setPackage(String value)
          Sets the value of the package property.
 void setSrcDir(String value)
          Sets the value of the srcDir property.
 void unsetClassname()
           
 void unsetItem()
           
 void unsetLevel()
           
 void unsetLoc()
           
 void unsetName()
           
 void unsetPackage()
           
 void unsetSrcDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Name

protected String _Name

_Item

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

_SrcDir

protected String _SrcDir

has_Loc

protected boolean has_Loc

_Loc

protected int _Loc

_Package

protected String _Package

_Level

protected ReportLevel _Level

_Classname

protected String _Classname

version

public static final Class version
Constructor Detail

FileTypeImpl

public FileTypeImpl()
Method Detail

getName

public String getName()
Description copied from interface: FileType
Gets the value of the name property.

Specified by:
getName in interface FileType
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: FileType
Sets the value of the name property.

Specified by:
setName in interface FileType
Parameters:
value - allowed object is String

isSetName

public boolean isSetName()
Specified by:
isSetName in interface FileType

unsetName

public void unsetName()
Specified by:
unsetName in interface FileType

_getItem

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

getItem

public List getItem()
Description copied from interface: FileType
Gets the value of the Item 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 Item property.

For example, to add a new item, do as follows:

    getItem().add(newItem);
 

Objects of the following type(s) are allowed in the list Item

Specified by:
getItem in interface FileType

isSetItem

public boolean isSetItem()
Specified by:
isSetItem in interface FileType

unsetItem

public void unsetItem()
Specified by:
unsetItem in interface FileType

getSrcDir

public String getSrcDir()
Description copied from interface: FileType
Gets the value of the srcDir property.

Specified by:
getSrcDir in interface FileType
Returns:
possible object is String

setSrcDir

public void setSrcDir(String value)
Description copied from interface: FileType
Sets the value of the srcDir property.

Specified by:
setSrcDir in interface FileType
Parameters:
value - allowed object is String

isSetSrcDir

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

unsetSrcDir

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

getLoc

public int getLoc()
Description copied from interface: FileType
Gets the value of the loc property.

Specified by:
getLoc in interface FileType

setLoc

public void setLoc(int value)
Description copied from interface: FileType
Sets the value of the loc property.

Specified by:
setLoc in interface FileType

isSetLoc

public boolean isSetLoc()
Specified by:
isSetLoc in interface FileType

unsetLoc

public void unsetLoc()
Specified by:
unsetLoc in interface FileType

getPackage

public String getPackage()
Description copied from interface: FileType
Gets the value of the package property.

Specified by:
getPackage in interface FileType
Returns:
possible object is String

setPackage

public void setPackage(String value)
Description copied from interface: FileType
Sets the value of the package property.

Specified by:
setPackage in interface FileType
Parameters:
value - allowed object is String

isSetPackage

public boolean isSetPackage()
Specified by:
isSetPackage in interface FileType

unsetPackage

public void unsetPackage()
Specified by:
unsetPackage in interface FileType

getLevel

public ReportLevel getLevel()
Description copied from interface: FileType
Gets the value of the level property.

Specified by:
getLevel in interface FileType
Returns:
possible object is ReportLevel

setLevel

public void setLevel(ReportLevel value)
Description copied from interface: FileType
Sets the value of the level property.

Specified by:
setLevel in interface FileType
Parameters:
value - allowed object is ReportLevel

isSetLevel

public boolean isSetLevel()
Specified by:
isSetLevel in interface FileType

unsetLevel

public void unsetLevel()
Specified by:
unsetLevel in interface FileType

getClassname

public String getClassname()
Description copied from interface: FileType
Gets the value of the classname property.

Specified by:
getClassname in interface FileType
Returns:
possible object is String

setClassname

public void setClassname(String value)
Description copied from interface: FileType
Sets the value of the classname property.

Specified by:
setClassname in interface FileType
Parameters:
value - allowed object is String

isSetClassname

public boolean isSetClassname()
Specified by:
isSetClassname in interface FileType

unsetClassname

public void unsetClassname()
Specified by:
unsetClassname in interface FileType

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.