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

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.UserDataConstraint

public class UserDataConstraint
extends Object


Field Summary
 List<String> description
           
 String transportGuarantee
           
 
Constructor Summary
UserDataConstraint()
           
 
Method Summary
 List<String> getDescription()
           
 String getTransportGuarantee()
           
 void setDescription(List<String> description)
           
 void setTransportGuarantee(String transportGuarantee)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

public List<String> description

transportGuarantee

public String transportGuarantee
Constructor Detail

UserDataConstraint

public UserDataConstraint()
Method Detail

getDescription

public List<String> getDescription()

setDescription

public void setDescription(List<String> description)

getTransportGuarantee

public String getTransportGuarantee()

setTransportGuarantee

public void setTransportGuarantee(String transportGuarantee)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.