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

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

public class ResourceRef
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Description description
           
protected  String id
           
protected  ResAuth resAuth
           
protected  ResRefName resRefName
           
protected  ResType resType
           
 
Constructor Summary
ResourceRef()
           
 
Method Summary
 void addVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void addVetoableChangeListener(VetoableChangeListener param0)
           
 Description getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 ResAuth getResAuth()
          Gets the value of the resAuth property.
 ResRefName getResRefName()
          Gets the value of the resRefName property.
 ResType getResType()
          Gets the value of the resType property.
 void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void removeVetoableChangeListener(VetoableChangeListener param0)
           
 void setDescription(Description value)
          Sets the value of the description property.
 void setId(String value)
          Sets the value of the id property.
 void setResAuth(ResAuth value)
          Sets the value of the resAuth property.
 void setResRefName(ResRefName value)
          Sets the value of the resRefName property.
 void setResType(ResType value)
          Sets the value of the resType 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

description

protected Description description

resRefName

protected ResRefName resRefName

resType

protected ResType resType

resAuth

protected ResAuth resAuth
Constructor Detail

ResourceRef

public ResourceRef()
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

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getResRefName

public ResRefName getResRefName()
Gets the value of the resRefName property.

Returns:
possible object is ResRefName

setResRefName

public void setResRefName(ResRefName value)
Sets the value of the resRefName property.

Parameters:
value - allowed object is ResRefName

getResType

public ResType getResType()
Gets the value of the resType property.

Returns:
possible object is ResType

setResType

public void setResType(ResType value)
Sets the value of the resType property.

Parameters:
value - allowed object is ResType

getResAuth

public ResAuth getResAuth()
Gets the value of the resAuth property.

Returns:
possible object is ResAuth

setResAuth

public void setResAuth(ResAuth value)
Sets the value of the resAuth property.

Parameters:
value - allowed object is ResAuth

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.