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

java.lang.Object
  extended by org.jcoderz.phoenix.coverage.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  String _Branch
           
protected  int _Hits
           
protected  int _Number
           
protected  boolean has_Hits
           
protected  boolean has_Number
           
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.
 String getBranch()
          Gets the value of the branch property.
 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.
 boolean isSetBranch()
           
 boolean isSetHits()
           
 boolean isSetNumber()
           
 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 setBranch(String value)
          Sets the value of the branch property.
 void setHits(int value)
          Sets the value of the hits property.
 void setNumber(int value)
          Sets the value of the number property.
 void unsetBranch()
           
 void unsetHits()
           
 void unsetNumber()
           
 
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

_Branch

protected String _Branch

has_Number

protected boolean has_Number

_Number

protected int _Number

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

getBranch

public String getBranch()
Description copied from interface: LineType
Gets the value of the branch property.

Specified by:
getBranch in interface LineType
Returns:
possible object is String

setBranch

public void setBranch(String value)
Description copied from interface: LineType
Sets the value of the branch property.

Specified by:
setBranch in interface LineType
Parameters:
value - allowed object is String

isSetBranch

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

unsetBranch

public void unsetBranch()
Specified by:
unsetBranch 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

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.