com.sun.grizzly.http.webxml.schema.version_2_2
Class ErrorPage

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.version_2_2.ErrorPage
All Implemented Interfaces:
Serializable

public class ErrorPage
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List<Serializable> errorCodeOrExceptionType
           
protected  String id
           
protected  Location location
           
 
Constructor Summary
ErrorPage()
           
 
Method Summary
 void addVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void addVetoableChangeListener(VetoableChangeListener param0)
           
 List<Serializable> getErrorCodeOrExceptionType()
          Gets the value of the errorCodeOrExceptionType property.
 String getId()
          Gets the value of the id property.
 Location getLocation()
          Gets the value of the location property.
 void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void removeVetoableChangeListener(VetoableChangeListener param0)
           
 void setId(String value)
          Sets the value of the id property.
 void setLocation(Location value)
          Sets the value of the location property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

errorCodeOrExceptionType

protected List<Serializable> errorCodeOrExceptionType

location

protected Location location
Constructor Detail

ErrorPage

public ErrorPage()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getErrorCodeOrExceptionType

public List<Serializable> getErrorCodeOrExceptionType()
Gets the value of the errorCodeOrExceptionType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the errorCodeOrExceptionType property.

For example, to add a new item, do as follows:

    getErrorCodeOrExceptionType().add(newItem);
 

Objects of the following type(s) are allowed in the list ErrorCode ExceptionType


getLocation

public Location getLocation()
Gets the value of the location property.

Returns:
possible object is Location

setLocation

public void setLocation(Location value)
Sets the value of the location property.

Parameters:
value - allowed object is Location

addVetoableChangeListener

public void addVetoableChangeListener(VetoableChangeListener param0)

addVetoableChangeListener

public void addVetoableChangeListener(String param0,
                                      VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(String param0,
                                         VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(VetoableChangeListener param0)


Copyright © 2012 Oracle Corporation. All Rights Reserved.