org.jcoderz.commons.logging.impl
Class FrameTypeImpl

java.lang.Object
  extended by org.jcoderz.commons.logging.impl.FrameTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, FrameType, UnmarshallableObject, ValidatableObject, XMLSerializable

public class FrameTypeImpl
extends Object
implements FrameType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class FrameTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _SourceClass
           
protected  BigInteger _SourceLine
           
protected  String _SourceMethod
           
static Class version
           
 
Constructor Summary
FrameTypeImpl()
           
 
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.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getSourceClass()
          Gets the value of the sourceClass property.
 BigInteger getSourceLine()
          Gets the value of the sourceLine property.
 String getSourceMethod()
          Gets the value of the sourceMethod property.
 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 setSourceClass(String value)
          Sets the value of the sourceClass property.
 void setSourceLine(BigInteger value)
          Sets the value of the sourceLine property.
 void setSourceMethod(String value)
          Sets the value of the sourceMethod property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_SourceClass

protected String _SourceClass

_SourceLine

protected BigInteger _SourceLine

_SourceMethod

protected String _SourceMethod

version

public static final Class version
Constructor Detail

FrameTypeImpl

public FrameTypeImpl()
Method Detail

getSourceClass

public String getSourceClass()
Description copied from interface: FrameType
Gets the value of the sourceClass property.

Specified by:
getSourceClass in interface FrameType
Returns:
possible object is String

setSourceClass

public void setSourceClass(String value)
Description copied from interface: FrameType
Sets the value of the sourceClass property.

Specified by:
setSourceClass in interface FrameType
Parameters:
value - allowed object is String

getSourceLine

public BigInteger getSourceLine()
Description copied from interface: FrameType
Gets the value of the sourceLine property.

Specified by:
getSourceLine in interface FrameType
Returns:
possible object is BigInteger

setSourceLine

public void setSourceLine(BigInteger value)
Description copied from interface: FrameType
Sets the value of the sourceLine property.

Specified by:
setSourceLine in interface FrameType
Parameters:
value - allowed object is BigInteger

getSourceMethod

public String getSourceMethod()
Description copied from interface: FrameType
Gets the value of the sourceMethod property.

Specified by:
getSourceMethod in interface FrameType
Returns:
possible object is String

setSourceMethod

public void setSourceMethod(String value)
Description copied from interface: FrameType
Sets the value of the sourceMethod property.

Specified by:
setSourceMethod in interface FrameType
Parameters:
value - allowed object is String

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.