com.pushtotest.testmaker.XSTest.xml.TestScenario.impl
Class ValueContainerTImpl

java.lang.Object
  extended by com.pushtotest.testmaker.XSTest.xml.TestScenario.impl.ValueContainerTImpl
All Implemented Interfaces:
UnmarshallableObject, ValidatableObject, XMLSerializable, ValueContainerT, com.sun.xml.bind.JAXBObject

public class ValueContainerTImpl
extends java.lang.Object
implements ValueContainerT, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class ValueContainerTImpl.Unmarshaller
           
 
Field Summary
protected  int _Multiple
           
protected  int _Start
           
protected  int _Steps
           
protected  int _Value
           
protected  boolean has_Multiple
           
protected  boolean has_Start
           
protected  boolean has_Steps
           
protected  boolean has_Value
           
static java.lang.Class version
           
 
Constructor Summary
ValueContainerTImpl()
           
 
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 getMultiple()
          Gets the value of the multiple property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 int getStart()
          Gets the value of the start property.
 int getSteps()
          Gets the value of the steps property.
 int getValue()
          Gets the value of the value 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 setMultiple(int value)
          Sets the value of the multiple property.
 void setStart(int value)
          Sets the value of the start property.
 void setSteps(int value)
          Sets the value of the steps property.
 void setValue(int value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_Value

protected boolean has_Value

_Value

protected int _Value

has_Start

protected boolean has_Start

_Start

protected int _Start

has_Steps

protected boolean has_Steps

_Steps

protected int _Steps

has_Multiple

protected boolean has_Multiple

_Multiple

protected int _Multiple

version

public static final java.lang.Class version
Constructor Detail

ValueContainerTImpl

public ValueContainerTImpl()
Method Detail

getValue

public int getValue()
Description copied from interface: ValueContainerT
Gets the value of the value property.

Specified by:
getValue in interface ValueContainerT

setValue

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

Specified by:
setValue in interface ValueContainerT

getStart

public int getStart()
Description copied from interface: ValueContainerT
Gets the value of the start property.

Specified by:
getStart in interface ValueContainerT

setStart

public void setStart(int value)
Description copied from interface: ValueContainerT
Sets the value of the start property.

Specified by:
setStart in interface ValueContainerT

getSteps

public int getSteps()
Description copied from interface: ValueContainerT
Gets the value of the steps property.

Specified by:
getSteps in interface ValueContainerT

setSteps

public void setSteps(int value)
Description copied from interface: ValueContainerT
Sets the value of the steps property.

Specified by:
setSteps in interface ValueContainerT

getMultiple

public int getMultiple()
Description copied from interface: ValueContainerT
Gets the value of the multiple property.

Specified by:
getMultiple in interface ValueContainerT

setMultiple

public void setMultiple(int value)
Description copied from interface: ValueContainerT
Sets the value of the multiple property.

Specified by:
setMultiple in interface ValueContainerT

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 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

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

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

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

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