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

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

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


Nested Class Summary
 class BasicsTImpl.Unmarshaller
           
 
Field Summary
protected  AcceptsT _Accepts
           
protected  java.lang.String _Defaultdirectory
           
protected  java.lang.String _Description
           
protected  java.lang.String _Name
           
protected  PathT _Properties
           
protected  SecurityT _Security
           
protected  java.lang.String _Uri
           
protected  java.lang.String _Wsdl
           
static java.lang.Class version
           
 
Constructor Summary
BasicsTImpl()
           
 
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.
 AcceptsT getAccepts()
          Gets the value of the accepts property.
 java.lang.String getDefaultdirectory()
          Gets the value of the defaultdirectory property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 PathT getProperties()
          Gets the value of the properties property.
 SecurityT getSecurity()
          Gets the value of the security property.
 java.lang.String getUri()
          Gets the value of the uri property.
 java.lang.String getWsdl()
          Gets the value of the wsdl 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 setAccepts(AcceptsT value)
          Sets the value of the accepts property.
 void setDefaultdirectory(java.lang.String value)
          Sets the value of the defaultdirectory property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setProperties(PathT value)
          Sets the value of the properties property.
 void setSecurity(SecurityT value)
          Sets the value of the security property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 void setWsdl(java.lang.String value)
          Sets the value of the wsdl property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Security

protected SecurityT _Security

_Accepts

protected AcceptsT _Accepts

_Description

protected java.lang.String _Description

_Wsdl

protected java.lang.String _Wsdl

_Name

protected java.lang.String _Name

_Uri

protected java.lang.String _Uri

_Defaultdirectory

protected java.lang.String _Defaultdirectory

_Properties

protected PathT _Properties

version

public static final java.lang.Class version
Constructor Detail

BasicsTImpl

public BasicsTImpl()
Method Detail

getSecurity

public SecurityT getSecurity()
Description copied from interface: BasicsT
Gets the value of the security property.

Specified by:
getSecurity in interface BasicsT
Returns:
possible object is SecurityT

setSecurity

public void setSecurity(SecurityT value)
Description copied from interface: BasicsT
Sets the value of the security property.

Specified by:
setSecurity in interface BasicsT
Parameters:
value - allowed object is SecurityT

getAccepts

public AcceptsT getAccepts()
Description copied from interface: BasicsT
Gets the value of the accepts property.

Specified by:
getAccepts in interface BasicsT
Returns:
possible object is AcceptsT

setAccepts

public void setAccepts(AcceptsT value)
Description copied from interface: BasicsT
Sets the value of the accepts property.

Specified by:
setAccepts in interface BasicsT
Parameters:
value - allowed object is AcceptsT

getDescription

public java.lang.String getDescription()
Description copied from interface: BasicsT
Gets the value of the description property.

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

setDescription

public void setDescription(java.lang.String value)
Description copied from interface: BasicsT
Sets the value of the description property.

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

getWsdl

public java.lang.String getWsdl()
Description copied from interface: BasicsT
Gets the value of the wsdl property.

Specified by:
getWsdl in interface BasicsT
Returns:
possible object is String

setWsdl

public void setWsdl(java.lang.String value)
Description copied from interface: BasicsT
Sets the value of the wsdl property.

Specified by:
setWsdl in interface BasicsT
Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Description copied from interface: BasicsT
Gets the value of the name property.

Specified by:
getName in interface BasicsT
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Description copied from interface: BasicsT
Sets the value of the name property.

Specified by:
setName in interface BasicsT
Parameters:
value - allowed object is String

getUri

public java.lang.String getUri()
Description copied from interface: BasicsT
Gets the value of the uri property.

Specified by:
getUri in interface BasicsT
Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Description copied from interface: BasicsT
Sets the value of the uri property.

Specified by:
setUri in interface BasicsT
Parameters:
value - allowed object is String

getDefaultdirectory

public java.lang.String getDefaultdirectory()
Description copied from interface: BasicsT
Gets the value of the defaultdirectory property.

Specified by:
getDefaultdirectory in interface BasicsT
Returns:
possible object is String

setDefaultdirectory

public void setDefaultdirectory(java.lang.String value)
Description copied from interface: BasicsT
Sets the value of the defaultdirectory property.

Specified by:
setDefaultdirectory in interface BasicsT
Parameters:
value - allowed object is String

getProperties

public PathT getProperties()
Description copied from interface: BasicsT
Gets the value of the properties property.

Specified by:
getProperties in interface BasicsT
Returns:
possible object is PathT

setProperties

public void setProperties(PathT value)
Description copied from interface: BasicsT
Sets the value of the properties property.

Specified by:
setProperties in interface BasicsT
Parameters:
value - allowed object is PathT

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