org.jaffa.tools.loadtest.domain.impl
Class LogOnImpl

java.lang.Object
  extended byorg.jaffa.tools.loadtest.domain.impl.LogOnImpl
All Implemented Interfaces:
LogOn, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.validator.ValidatableObject, com.sun.xml.bind.serializer.XMLSerializable

public class LogOnImpl
extends Object
implements LogOn, com.sun.xml.bind.unmarshaller.UnmarshallableObject, com.sun.xml.bind.serializer.XMLSerializable, com.sun.xml.bind.validator.ValidatableObject


Nested Class Summary
 class LogOnImpl.Unmarshaller
           
 
Field Summary
protected  String _ClassName
           
protected  String _LoggedOnTitle
           
protected  Users _Users
           
protected  String _WebappRoot
           
 
Constructor Summary
LogOnImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
           
 String getClassName()
           
 String getLoggedOnTitle()
           
 Class getPrimaryInterface()
           
 Class getPrimaryInterfaceClass()
           
 com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
           
 Users getUsers()
           
 String getWebappRoot()
           
 void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
           
 void setClassName(String value)
           
 void setLoggedOnTitle(String value)
           
 void setUsers(Users value)
           
 void setWebappRoot(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_LoggedOnTitle

protected String _LoggedOnTitle

_WebappRoot

protected String _WebappRoot

_Users

protected Users _Users

_ClassName

protected String _ClassName
Constructor Detail

LogOnImpl

public LogOnImpl()
Method Detail

getLoggedOnTitle

public String getLoggedOnTitle()
Specified by:
getLoggedOnTitle in interface LogOn

setLoggedOnTitle

public void setLoggedOnTitle(String value)
Specified by:
setLoggedOnTitle in interface LogOn

getWebappRoot

public String getWebappRoot()
Specified by:
getWebappRoot in interface LogOn

setWebappRoot

public void setWebappRoot(String value)
Specified by:
setWebappRoot in interface LogOn

getUsers

public Users getUsers()
Specified by:
getUsers in interface LogOn

setUsers

public void setUsers(Users value)
Specified by:
setUsers in interface LogOn

getClassName

public String getClassName()
Specified by:
getClassName in interface LogOn

setClassName

public void setClassName(String value)
Specified by:
setClassName in interface LogOn

getUnmarshaller

public com.sun.xml.bind.unmarshaller.ContentHandlerEx getUnmarshaller(com.sun.xml.bind.unmarshaller.UnmarshallingContext context)
Specified by:
getUnmarshaller in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

getPrimaryInterfaceClass

public Class getPrimaryInterfaceClass()
Specified by:
getPrimaryInterfaceClass in interface com.sun.xml.bind.unmarshaller.UnmarshallableObject

serializeElements

public void serializeElements(com.sun.xml.bind.serializer.XMLSerializer context)
                       throws SAXException
Specified by:
serializeElements in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(com.sun.xml.bind.serializer.XMLSerializer context)
                         throws SAXException
Specified by:
serializeAttributes in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

serializeAttributeBodies

public void serializeAttributeBodies(com.sun.xml.bind.serializer.XMLSerializer context)
                              throws SAXException
Specified by:
serializeAttributeBodies in interface com.sun.xml.bind.serializer.XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Specified by:
getPrimaryInterface in interface com.sun.xml.bind.validator.ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Specified by:
createRawValidator in interface com.sun.xml.bind.validator.ValidatableObject


Copyright © 2002-2004 JAFFA Project.