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

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

public class Property
extends Object


Field Summary
 String name
           
 String value
           
 
Constructor Summary
Property()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

value

public String value
Constructor Detail

Property

public Property()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.