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

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

public class UserDataConstraint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Description description
           
protected  String id
           
protected  TransportGuarantee transportGuarantee
           
 
Constructor Summary
UserDataConstraint()
           
 
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.
 TransportGuarantee getTransportGuarantee()
          Gets the value of the transportGuarantee 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 setTransportGuarantee(TransportGuarantee value)
          Sets the value of the transportGuarantee 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

transportGuarantee

protected TransportGuarantee transportGuarantee
Constructor Detail

UserDataConstraint

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

getTransportGuarantee

public TransportGuarantee getTransportGuarantee()
Gets the value of the transportGuarantee property.

Returns:
possible object is TransportGuarantee

setTransportGuarantee

public void setTransportGuarantee(TransportGuarantee value)
Sets the value of the transportGuarantee property.

Parameters:
value - allowed object is TransportGuarantee

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.