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

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

public class Icon
extends Object


Field Summary
 String largeIcon
           
 String smallIcon
           
 
Constructor Summary
Icon()
           
 
Method Summary
 String getLargeIcon()
           
 String getSmallIcon()
           
 void setLargeIcon(String largeIcon)
           
 void setSmallIcon(String smallIcon)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

smallIcon

public String smallIcon

largeIcon

public String largeIcon
Constructor Detail

Icon

public Icon()
Method Detail

getSmallIcon

public String getSmallIcon()

setSmallIcon

public void setSmallIcon(String smallIcon)

getLargeIcon

public String getLargeIcon()

setLargeIcon

public void setLargeIcon(String largeIcon)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.