net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class ErrorPageTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ErrorPageTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ErrorPageType

public class ErrorPageTypeImpl
extends Object
implements Serializable, Cloneable, ErrorPageType

See Also:
Serialized Form

Field Summary
protected  ErrorCodeTypeImpl errorCode
           
protected  FullyQualifiedClassTypeImpl exceptionType
           
protected  String id
           
protected  WarPathTypeImpl location
           
 
Constructor Summary
ErrorPageTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ErrorPageTypeImpl instance.
ErrorPageTypeImpl(ErrorPageTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ErrorPageTypeImpl instance by copying a given instance.
 
Method Summary
 ErrorPageTypeImpl clone()
          Creates and returns a copy of this object.
 ErrorCodeType getErrorCode()
          Gets the value of the errorCode property.
 FullyQualifiedClassType getExceptionType()
          Gets the value of the exceptionType property.
 String getId()
          Gets the value of the id property.
 WarPathType getLocation()
          Gets the value of the location property.
 void setErrorCode(ErrorCodeType value)
          Sets the value of the errorCode property.
 void setExceptionType(FullyQualifiedClassType value)
          Sets the value of the exceptionType property.
 void setId(String value)
          Sets the value of the id property.
 void setLocation(WarPathType value)
          Sets the value of the location property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

protected ErrorCodeTypeImpl errorCode

exceptionType

protected FullyQualifiedClassTypeImpl exceptionType

location

protected WarPathTypeImpl location

id

protected String id
Constructor Detail

ErrorPageTypeImpl

public ErrorPageTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ErrorPageTypeImpl instance.


ErrorPageTypeImpl

public ErrorPageTypeImpl(ErrorPageTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ErrorPageTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getErrorCode

public ErrorCodeType getErrorCode()
Description copied from interface: ErrorPageType
Gets the value of the errorCode property.

Specified by:
getErrorCode in interface ErrorPageType
Returns:
possible object is ErrorCodeType

setErrorCode

public void setErrorCode(ErrorCodeType value)
Description copied from interface: ErrorPageType
Sets the value of the errorCode property.

Specified by:
setErrorCode in interface ErrorPageType
Parameters:
value - allowed object is ErrorCodeType

getExceptionType

public FullyQualifiedClassType getExceptionType()
Description copied from interface: ErrorPageType
Gets the value of the exceptionType property.

Specified by:
getExceptionType in interface ErrorPageType
Returns:
possible object is FullyQualifiedClassType

setExceptionType

public void setExceptionType(FullyQualifiedClassType value)
Description copied from interface: ErrorPageType
Sets the value of the exceptionType property.

Specified by:
setExceptionType in interface ErrorPageType
Parameters:
value - allowed object is FullyQualifiedClassType

getLocation

public WarPathType getLocation()
Description copied from interface: ErrorPageType
Gets the value of the location property.

Specified by:
getLocation in interface ErrorPageType
Returns:
possible object is WarPathType

setLocation

public void setLocation(WarPathType value)
Description copied from interface: ErrorPageType
Sets the value of the location property.

Specified by:
setLocation in interface ErrorPageType
Parameters:
value - allowed object is WarPathType

getId

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

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

setId

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

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

clone

public ErrorPageTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.