com.sun.grizzly.http.webxml.schema.version_2_3
Class ResourceEnvRef

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

public class ResourceEnvRef
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Description description
           
protected  String id
           
protected  ResourceEnvRefName resourceEnvRefName
           
protected  ResourceEnvRefType resourceEnvRefType
           
 
Constructor Summary
ResourceEnvRef()
           
 
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.
 ResourceEnvRefName getResourceEnvRefName()
          Gets the value of the resourceEnvRefName property.
 ResourceEnvRefType getResourceEnvRefType()
          Gets the value of the resourceEnvRefType 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 setResourceEnvRefName(ResourceEnvRefName value)
          Sets the value of the resourceEnvRefName property.
 void setResourceEnvRefType(ResourceEnvRefType value)
          Sets the value of the resourceEnvRefType 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

resourceEnvRefName

protected ResourceEnvRefName resourceEnvRefName

resourceEnvRefType

protected ResourceEnvRefType resourceEnvRefType
Constructor Detail

ResourceEnvRef

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

getResourceEnvRefName

public ResourceEnvRefName getResourceEnvRefName()
Gets the value of the resourceEnvRefName property.

Returns:
possible object is ResourceEnvRefName

setResourceEnvRefName

public void setResourceEnvRefName(ResourceEnvRefName value)
Sets the value of the resourceEnvRefName property.

Parameters:
value - allowed object is ResourceEnvRefName

getResourceEnvRefType

public ResourceEnvRefType getResourceEnvRefType()
Gets the value of the resourceEnvRefType property.

Returns:
possible object is ResourceEnvRefType

setResourceEnvRefType

public void setResourceEnvRefType(ResourceEnvRefType value)
Sets the value of the resourceEnvRefType property.

Parameters:
value - allowed object is ResourceEnvRefType

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.