org.jcoderz.phoenix.findbugs.message.jaxb.impl
Class DetectorTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.findbugs.message.jaxb.impl.DetectorTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, DetectorType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
MessageCollectionTypeImpl.DetectorImpl

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

See Also:
Serialized Form

Nested Class Summary
 class DetectorTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _Clazz
           
protected  String _Details
           
static Class version
           
 
Constructor Summary
DetectorTypeImpl()
           
 
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 getClazz()
          Gets the value of the clazz property.
 String getDetails()
          Gets the value of the details property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isSetClazz()
           
 boolean isSetDetails()
           
 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 setClazz(String value)
          Sets the value of the clazz property.
 void setDetails(String value)
          Sets the value of the details property.
 void unsetClazz()
           
 void unsetDetails()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Details

protected String _Details

_Clazz

protected String _Clazz

version

public static final Class version
Constructor Detail

DetectorTypeImpl

public DetectorTypeImpl()
Method Detail

getDetails

public String getDetails()
Description copied from interface: DetectorType
Gets the value of the details property.

Specified by:
getDetails in interface DetectorType
Returns:
possible object is String

setDetails

public void setDetails(String value)
Description copied from interface: DetectorType
Sets the value of the details property.

Specified by:
setDetails in interface DetectorType
Parameters:
value - allowed object is String

isSetDetails

public boolean isSetDetails()
Specified by:
isSetDetails in interface DetectorType

unsetDetails

public void unsetDetails()
Specified by:
unsetDetails in interface DetectorType

getClazz

public String getClazz()
Description copied from interface: DetectorType
Gets the value of the clazz property.

Specified by:
getClazz in interface DetectorType
Returns:
possible object is String

setClazz

public void setClazz(String value)
Description copied from interface: DetectorType
Sets the value of the clazz property.

Specified by:
setClazz in interface DetectorType
Parameters:
value - allowed object is String

isSetClazz

public boolean isSetClazz()
Specified by:
isSetClazz in interface DetectorType

unsetClazz

public void unsetClazz()
Specified by:
unsetClazz in interface DetectorType

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.