org.jboss.shrinkwrap.descriptor.test.api.connector10
Interface Icon<T>

All Superinterfaces:
Child<T>
All Known Implementing Classes:
IconImpl

public interface Icon<T>
extends Child<T>

This interface defines the contract for the icon xsd type

Since:
Generation date :2013-01-26T19:27:02.583+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getLargeIcon()
          Returns the large-icon element
 String getSmallIcon()
          Returns the small-icon element
 Icon<T> largeIcon(String largeIcon)
          Sets the large-icon element
 Icon<T> removeLargeIcon()
          Removes the large-icon element
 Icon<T> removeSmallIcon()
          Removes the small-icon element
 Icon<T> smallIcon(String smallIcon)
          Sets the small-icon element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

smallIcon

Icon<T> smallIcon(String smallIcon)
Sets the small-icon element

Parameters:
smallIcon - the value for the element small-icon
Returns:
the current instance of Icon

getSmallIcon

String getSmallIcon()
Returns the small-icon element

Returns:
the node defined for the element small-icon

removeSmallIcon

Icon<T> removeSmallIcon()
Removes the small-icon element

Returns:
the current instance of Icon

largeIcon

Icon<T> largeIcon(String largeIcon)
Sets the large-icon element

Parameters:
largeIcon - the value for the element large-icon
Returns:
the current instance of Icon

getLargeIcon

String getLargeIcon()
Returns the large-icon element

Returns:
the node defined for the element large-icon

removeLargeIcon

Icon<T> removeLargeIcon()
Removes the large-icon element

Returns:
the current instance of Icon


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.