org.jboss.shrinkwrap.descriptor.api.j2ee14
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 :2013-01-26T19:26:58.316+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getId()
          Returns the id attribute
 String getLargeIcon()
          Returns the large-icon element
 String getSmallIcon()
          Returns the small-icon element
 IconType<T> id(String id)
          Sets the id attribute
 IconType<T> largeIcon(String largeIcon)
          Sets the large-icon element
 IconType<T> removeId()
          Removes the id attribute
 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

id

IconType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of IconType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

IconType<T> removeId()
Removes the id attribute

Returns:
the current instance of IconType


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