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

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

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


Nested Class Summary
 class EmailTImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Email
           
protected  java.lang.String _Host
           
protected  java.lang.String _Id
           
protected  java.lang.String _Message
           
protected  java.lang.String _On
           
protected  java.lang.String _Password
           
protected  java.lang.String _Secure
           
protected  java.lang.String _Subject
           
static java.lang.Class version
           
 
Constructor Summary
EmailTImpl()
           
 
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 getEmail()
          Gets the value of the email property.
 java.lang.String getHost()
          Gets the value of the host property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getMessage()
          Gets the value of the message property.
 java.lang.String getOn()
          Gets the value of the on property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getSecure()
          Gets the value of the secure property.
 java.lang.String getSubject()
          Gets the value of the subject 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 setEmail(java.lang.String value)
          Sets the value of the email property.
 void setHost(java.lang.String value)
          Sets the value of the host property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setOn(java.lang.String value)
          Sets the value of the on property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setSecure(java.lang.String value)
          Sets the value of the secure property.
 void setSubject(java.lang.String value)
          Sets the value of the subject property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Password

protected java.lang.String _Password

_Secure

protected java.lang.String _Secure

_Host

protected java.lang.String _Host

_Email

protected java.lang.String _Email

_Subject

protected java.lang.String _Subject

_Message

protected java.lang.String _Message

_Id

protected java.lang.String _Id

_On

protected java.lang.String _On

version

public static final java.lang.Class version
Constructor Detail

EmailTImpl

public EmailTImpl()
Method Detail

getPassword

public java.lang.String getPassword()
Description copied from interface: EmailT
Gets the value of the password property.

Specified by:
getPassword in interface EmailT
Returns:
possible object is String

setPassword

public void setPassword(java.lang.String value)
Description copied from interface: EmailT
Sets the value of the password property.

Specified by:
setPassword in interface EmailT
Parameters:
value - allowed object is String

getSecure

public java.lang.String getSecure()
Description copied from interface: EmailT
Gets the value of the secure property.

Specified by:
getSecure in interface EmailT
Returns:
possible object is String

setSecure

public void setSecure(java.lang.String value)
Description copied from interface: EmailT
Sets the value of the secure property.

Specified by:
setSecure in interface EmailT
Parameters:
value - allowed object is String

getHost

public java.lang.String getHost()
Description copied from interface: EmailT
Gets the value of the host property.

Specified by:
getHost in interface EmailT
Returns:
possible object is String

setHost

public void setHost(java.lang.String value)
Description copied from interface: EmailT
Sets the value of the host property.

Specified by:
setHost in interface EmailT
Parameters:
value - allowed object is String

getEmail

public java.lang.String getEmail()
Description copied from interface: EmailT
Gets the value of the email property.

Specified by:
getEmail in interface EmailT
Returns:
possible object is String

setEmail

public void setEmail(java.lang.String value)
Description copied from interface: EmailT
Sets the value of the email property.

Specified by:
setEmail in interface EmailT
Parameters:
value - allowed object is String

getSubject

public java.lang.String getSubject()
Description copied from interface: EmailT
Gets the value of the subject property.

Specified by:
getSubject in interface EmailT
Returns:
possible object is String

setSubject

public void setSubject(java.lang.String value)
Description copied from interface: EmailT
Sets the value of the subject property.

Specified by:
setSubject in interface EmailT
Parameters:
value - allowed object is String

getMessage

public java.lang.String getMessage()
Description copied from interface: EmailT
Gets the value of the message property.

Specified by:
getMessage in interface EmailT
Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Description copied from interface: EmailT
Sets the value of the message property.

Specified by:
setMessage in interface EmailT
Parameters:
value - allowed object is String

getId

public java.lang.String getId()
Description copied from interface: EmailT
Gets the value of the id property.

Specified by:
getId in interface EmailT
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: EmailT
Sets the value of the id property.

Specified by:
setId in interface EmailT
Parameters:
value - allowed object is String

getOn

public java.lang.String getOn()
Description copied from interface: EmailT
Gets the value of the on property.

Specified by:
getOn in interface EmailT
Returns:
possible object is String

setOn

public void setOn(java.lang.String value)
Description copied from interface: EmailT
Sets the value of the on property.

Specified by:
setOn in interface EmailT
Parameters:
value - allowed object is String

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