uk.ac.ebi.adfconverter.tools.checker.data.impl
Class CheckRuleTypeImpl

java.lang.Object
  extended byuk.ac.ebi.adfconverter.tools.checker.data.impl.CheckRuleTypeImpl
All Implemented Interfaces:
CheckRuleType, UnmarshallableObject, ValidatableObject, XMLSerializable

public class CheckRuleTypeImpl
extends java.lang.Object
implements CheckRuleType, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class CheckRuleTypeImpl.Unmarshaller
           
 
Field Summary
static java.lang.Class version
           
 
Constructor Summary
CheckRuleTypeImpl()
           
 
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.
 java.lang.String getDescription()
          description of the rule, will be displayed in the tool
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getRegex()
          regulax expression used for identification
 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 setDescription(java.lang.String value)
          description of the rule, will be displayed in the tool
 void setRegex(java.lang.String value)
          regulax expression used for identification
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.Class version
Constructor Detail

CheckRuleTypeImpl

public CheckRuleTypeImpl()
Method Detail

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

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

getDescription

public java.lang.String getDescription()
Description copied from interface: CheckRuleType
description of the rule, will be displayed in the tool

Specified by:
getDescription in interface CheckRuleType
Returns:
possible object is String

getPrimaryInterface

public java.lang.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

getRegex

public java.lang.String getRegex()
Description copied from interface: CheckRuleType
regulax expression used for identification

Specified by:
getRegex in interface CheckRuleType
Returns:
possible object is String

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.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:
org.xml.sax.SAXException

setDescription

public void setDescription(java.lang.String value)
Description copied from interface: CheckRuleType
description of the rule, will be displayed in the tool

Specified by:
setDescription in interface CheckRuleType
Parameters:
value - allowed object is String

setRegex

public void setRegex(java.lang.String value)
Description copied from interface: CheckRuleType
regulax expression used for identification

Specified by:
setRegex in interface CheckRuleType
Parameters:
value - allowed object is String


European Bioinformatics InstituteMicroarray Informatics Team