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

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

public class Icon
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  LargeIcon largeIcon
           
protected  SmallIcon smallIcon
           
 
Constructor Summary
Icon()
           
 
Method Summary
 void addVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void addVetoableChangeListener(VetoableChangeListener param0)
           
 String getId()
          Gets the value of the id property.
 LargeIcon getLargeIcon()
          Gets the value of the largeIcon property.
 SmallIcon getSmallIcon()
          Gets the value of the smallIcon property.
 void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void removeVetoableChangeListener(VetoableChangeListener param0)
           
 void setId(String value)
          Sets the value of the id property.
 void setLargeIcon(LargeIcon value)
          Sets the value of the largeIcon property.
 void setSmallIcon(SmallIcon value)
          Sets the value of the smallIcon 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

smallIcon

protected SmallIcon smallIcon

largeIcon

protected LargeIcon largeIcon
Constructor Detail

Icon

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

getSmallIcon

public SmallIcon getSmallIcon()
Gets the value of the smallIcon property.

Returns:
possible object is SmallIcon

setSmallIcon

public void setSmallIcon(SmallIcon value)
Sets the value of the smallIcon property.

Parameters:
value - allowed object is SmallIcon

getLargeIcon

public LargeIcon getLargeIcon()
Gets the value of the largeIcon property.

Returns:
possible object is LargeIcon

setLargeIcon

public void setLargeIcon(LargeIcon value)
Sets the value of the largeIcon property.

Parameters:
value - allowed object is LargeIcon

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.