org.jcoderz.phoenix.jcoverage.jaxb.impl
Class LineTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.jcoverage.jaxb.impl.LineTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, LineType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
LineImpl

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

See Also:
Serialized Form

Nested Class Summary
 class LineTypeImpl.Unmarshaller
           
 
Field Summary
protected  int _Hits
           
protected  int _Number
           
protected  float _Rate
           
protected  boolean has_Hits
           
protected  boolean has_Number
           
protected  boolean has_Rate
           
static Class version
           
 
Constructor Summary
LineTypeImpl()
           
 
Method Summary
 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.
 int getHits()
          Gets the value of the hits property.
 int getNumber()
          Gets the value of the number property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 float getRate()
          Gets the value of the rate property.
 boolean isSetHits()
           
 boolean isSetNumber()
           
 boolean isSetRate()
           
 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 setHits(int value)
          Sets the value of the hits property.
 void setNumber(int value)
          Sets the value of the number property.
 void setRate(float value)
          Sets the value of the rate property.
 void unsetHits()
           
 void unsetNumber()
           
 void unsetRate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_Hits

protected boolean has_Hits

_Hits

protected int _Hits

has_Number

protected boolean has_Number

_Number

protected int _Number

has_Rate

protected boolean has_Rate

_Rate

protected float _Rate

version

public static final Class version
Constructor Detail

LineTypeImpl

public LineTypeImpl()
Method Detail

getHits

public int getHits()
Description copied from interface: LineType
Gets the value of the hits property.

Specified by:
getHits in interface LineType

setHits

public void setHits(int value)
Description copied from interface: LineType
Sets the value of the hits property.

Specified by:
setHits in interface LineType

isSetHits

public boolean isSetHits()
Specified by:
isSetHits in interface LineType

unsetHits

public void unsetHits()
Specified by:
unsetHits in interface LineType

getNumber

public int getNumber()
Description copied from interface: LineType
Gets the value of the number property.

Specified by:
getNumber in interface LineType

setNumber

public void setNumber(int value)
Description copied from interface: LineType
Sets the value of the number property.

Specified by:
setNumber in interface LineType

isSetNumber

public boolean isSetNumber()
Specified by:
isSetNumber in interface LineType

unsetNumber

public void unsetNumber()
Specified by:
unsetNumber in interface LineType

getRate

public float getRate()
Description copied from interface: LineType
Gets the value of the rate property.

Specified by:
getRate in interface LineType

setRate

public void setRate(float value)
Description copied from interface: LineType
Sets the value of the rate property.

Specified by:
setRate in interface LineType

isSetRate

public boolean isSetRate()
Specified by:
isSetRate in interface LineType

unsetRate

public void unsetRate()
Specified by:
unsetRate in interface LineType

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.