org.jcoderz.phoenix.pmd.jaxb.impl
Class ViolationTypeImpl

java.lang.Object
  extended by org.jcoderz.phoenix.pmd.jaxb.impl.ViolationTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, Serializable, ViolationType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
ViolationImpl

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

See Also:
Serialized Form

Nested Class Summary
 class ViolationTypeImpl.Unmarshaller
           
 
Field Summary
protected  int _Begincolumn
           
protected  int _Beginline
           
protected  String _Clazz
           
protected  int _Endcolumn
           
protected  int _Endline
           
protected  String _ExternalInfoUrl
           
protected  String _Method
           
protected  String _Package
           
protected  int _Priority
           
protected  String _Rule
           
protected  String _Ruleset
           
protected  String _Value
           
protected  String _Variable
           
protected  boolean has_Begincolumn
           
protected  boolean has_Beginline
           
protected  boolean has_Endcolumn
           
protected  boolean has_Endline
           
protected  boolean has_Priority
           
static Class version
           
 
Constructor Summary
ViolationTypeImpl()
           
 
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 getBegincolumn()
          Gets the value of the begincolumn property.
 int getBeginline()
          Gets the value of the beginline property.
 String getClazz()
          Gets the value of the clazz property.
 int getEndcolumn()
          Gets the value of the endcolumn property.
 int getEndline()
          Gets the value of the endline property.
 String getExternalInfoUrl()
          Gets the value of the externalInfoUrl property.
 String getMethod()
          Gets the value of the method property.
 String getPackage()
          Gets the value of the package property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 int getPriority()
          Gets the value of the priority property.
 String getRule()
          Gets the value of the rule property.
 String getRuleset()
          Gets the value of the ruleset property.
 String getValue()
          Gets the value of the value property.
 String getVariable()
          Gets the value of the variable property.
 boolean isSetBegincolumn()
           
 boolean isSetBeginline()
           
 boolean isSetClazz()
           
 boolean isSetEndcolumn()
           
 boolean isSetEndline()
           
 boolean isSetExternalInfoUrl()
           
 boolean isSetMethod()
           
 boolean isSetPackage()
           
 boolean isSetPriority()
           
 boolean isSetRule()
           
 boolean isSetRuleset()
           
 boolean isSetValue()
           
 boolean isSetVariable()
           
 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 setBegincolumn(int value)
          Sets the value of the begincolumn property.
 void setBeginline(int value)
          Sets the value of the beginline property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setEndcolumn(int value)
          Sets the value of the endcolumn property.
 void setEndline(int value)
          Sets the value of the endline property.
 void setExternalInfoUrl(String value)
          Sets the value of the externalInfoUrl property.
 void setMethod(String value)
          Sets the value of the method property.
 void setPackage(String value)
          Sets the value of the package property.
 void setPriority(int value)
          Sets the value of the priority property.
 void setRule(String value)
          Sets the value of the rule property.
 void setRuleset(String value)
          Sets the value of the ruleset property.
 void setValue(String value)
          Sets the value of the value property.
 void setVariable(String value)
          Sets the value of the variable property.
 void unsetBegincolumn()
           
 void unsetBeginline()
           
 void unsetClazz()
           
 void unsetEndcolumn()
           
 void unsetEndline()
           
 void unsetExternalInfoUrl()
           
 void unsetMethod()
           
 void unsetPackage()
           
 void unsetPriority()
           
 void unsetRule()
           
 void unsetRuleset()
           
 void unsetValue()
           
 void unsetVariable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_Begincolumn

protected boolean has_Begincolumn

_Begincolumn

protected int _Begincolumn

_Value

protected String _Value

_Variable

protected String _Variable

_Method

protected String _Method

_Clazz

protected String _Clazz

has_Endline

protected boolean has_Endline

_Endline

protected int _Endline

_Rule

protected String _Rule

has_Beginline

protected boolean has_Beginline

_Beginline

protected int _Beginline

_ExternalInfoUrl

protected String _ExternalInfoUrl

has_Endcolumn

protected boolean has_Endcolumn

_Endcolumn

protected int _Endcolumn

has_Priority

protected boolean has_Priority

_Priority

protected int _Priority

_Ruleset

protected String _Ruleset

_Package

protected String _Package

version

public static final Class version
Constructor Detail

ViolationTypeImpl

public ViolationTypeImpl()
Method Detail

getBegincolumn

public int getBegincolumn()
Description copied from interface: ViolationType
Gets the value of the begincolumn property.

Specified by:
getBegincolumn in interface ViolationType

setBegincolumn

public void setBegincolumn(int value)
Description copied from interface: ViolationType
Sets the value of the begincolumn property.

Specified by:
setBegincolumn in interface ViolationType

isSetBegincolumn

public boolean isSetBegincolumn()
Specified by:
isSetBegincolumn in interface ViolationType

unsetBegincolumn

public void unsetBegincolumn()
Specified by:
unsetBegincolumn in interface ViolationType

getValue

public String getValue()
Description copied from interface: ViolationType
Gets the value of the value property.

Specified by:
getValue in interface ViolationType
Returns:
possible object is String

setValue

public void setValue(String value)
Description copied from interface: ViolationType
Sets the value of the value property.

Specified by:
setValue in interface ViolationType
Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()
Specified by:
isSetValue in interface ViolationType

unsetValue

public void unsetValue()
Specified by:
unsetValue in interface ViolationType

getVariable

public String getVariable()
Description copied from interface: ViolationType
Gets the value of the variable property.

Specified by:
getVariable in interface ViolationType
Returns:
possible object is String

setVariable

public void setVariable(String value)
Description copied from interface: ViolationType
Sets the value of the variable property.

Specified by:
setVariable in interface ViolationType
Parameters:
value - allowed object is String

isSetVariable

public boolean isSetVariable()
Specified by:
isSetVariable in interface ViolationType

unsetVariable

public void unsetVariable()
Specified by:
unsetVariable in interface ViolationType

getMethod

public String getMethod()
Description copied from interface: ViolationType
Gets the value of the method property.

Specified by:
getMethod in interface ViolationType
Returns:
possible object is String

setMethod

public void setMethod(String value)
Description copied from interface: ViolationType
Sets the value of the method property.

Specified by:
setMethod in interface ViolationType
Parameters:
value - allowed object is String

isSetMethod

public boolean isSetMethod()
Specified by:
isSetMethod in interface ViolationType

unsetMethod

public void unsetMethod()
Specified by:
unsetMethod in interface ViolationType

getClazz

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

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

setClazz

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

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

isSetClazz

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

unsetClazz

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

getEndline

public int getEndline()
Description copied from interface: ViolationType
Gets the value of the endline property.

Specified by:
getEndline in interface ViolationType

setEndline

public void setEndline(int value)
Description copied from interface: ViolationType
Sets the value of the endline property.

Specified by:
setEndline in interface ViolationType

isSetEndline

public boolean isSetEndline()
Specified by:
isSetEndline in interface ViolationType

unsetEndline

public void unsetEndline()
Specified by:
unsetEndline in interface ViolationType

getRule

public String getRule()
Description copied from interface: ViolationType
Gets the value of the rule property.

Specified by:
getRule in interface ViolationType
Returns:
possible object is String

setRule

public void setRule(String value)
Description copied from interface: ViolationType
Sets the value of the rule property.

Specified by:
setRule in interface ViolationType
Parameters:
value - allowed object is String

isSetRule

public boolean isSetRule()
Specified by:
isSetRule in interface ViolationType

unsetRule

public void unsetRule()
Specified by:
unsetRule in interface ViolationType

getBeginline

public int getBeginline()
Description copied from interface: ViolationType
Gets the value of the beginline property.

Specified by:
getBeginline in interface ViolationType

setBeginline

public void setBeginline(int value)
Description copied from interface: ViolationType
Sets the value of the beginline property.

Specified by:
setBeginline in interface ViolationType

isSetBeginline

public boolean isSetBeginline()
Specified by:
isSetBeginline in interface ViolationType

unsetBeginline

public void unsetBeginline()
Specified by:
unsetBeginline in interface ViolationType

getExternalInfoUrl

public String getExternalInfoUrl()
Description copied from interface: ViolationType
Gets the value of the externalInfoUrl property.

Specified by:
getExternalInfoUrl in interface ViolationType
Returns:
possible object is String

setExternalInfoUrl

public void setExternalInfoUrl(String value)
Description copied from interface: ViolationType
Sets the value of the externalInfoUrl property.

Specified by:
setExternalInfoUrl in interface ViolationType
Parameters:
value - allowed object is String

isSetExternalInfoUrl

public boolean isSetExternalInfoUrl()
Specified by:
isSetExternalInfoUrl in interface ViolationType

unsetExternalInfoUrl

public void unsetExternalInfoUrl()
Specified by:
unsetExternalInfoUrl in interface ViolationType

getEndcolumn

public int getEndcolumn()
Description copied from interface: ViolationType
Gets the value of the endcolumn property.

Specified by:
getEndcolumn in interface ViolationType

setEndcolumn

public void setEndcolumn(int value)
Description copied from interface: ViolationType
Sets the value of the endcolumn property.

Specified by:
setEndcolumn in interface ViolationType

isSetEndcolumn

public boolean isSetEndcolumn()
Specified by:
isSetEndcolumn in interface ViolationType

unsetEndcolumn

public void unsetEndcolumn()
Specified by:
unsetEndcolumn in interface ViolationType

getPriority

public int getPriority()
Description copied from interface: ViolationType
Gets the value of the priority property.

Specified by:
getPriority in interface ViolationType

setPriority

public void setPriority(int value)
Description copied from interface: ViolationType
Sets the value of the priority property.

Specified by:
setPriority in interface ViolationType

isSetPriority

public boolean isSetPriority()
Specified by:
isSetPriority in interface ViolationType

unsetPriority

public void unsetPriority()
Specified by:
unsetPriority in interface ViolationType

getRuleset

public String getRuleset()
Description copied from interface: ViolationType
Gets the value of the ruleset property.

Specified by:
getRuleset in interface ViolationType
Returns:
possible object is String

setRuleset

public void setRuleset(String value)
Description copied from interface: ViolationType
Sets the value of the ruleset property.

Specified by:
setRuleset in interface ViolationType
Parameters:
value - allowed object is String

isSetRuleset

public boolean isSetRuleset()
Specified by:
isSetRuleset in interface ViolationType

unsetRuleset

public void unsetRuleset()
Specified by:
unsetRuleset in interface ViolationType

getPackage

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

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

setPackage

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

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

isSetPackage

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

unsetPackage

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

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.