ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.javaee6
Interface IconType<T>

All Superinterfaces:
Child<T>

public interface IconType<T>
extends Child<T>

This interface defines the contract for the iconType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

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

Method Detail

smallIcon

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

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

getSmallIcon

String getSmallIcon()
Returns the small-icon element

Returns:
the node defined for the element small-icon

removeSmallIcon

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

Returns:
the current instance of IconType

largeIcon

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

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

getLargeIcon

String getLargeIcon()
Returns the large-icon element

Returns:
the node defined for the element large-icon

removeLargeIcon

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

Returns:
the current instance of IconType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.