org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21
Interface ExtensibleType<T>

All Superinterfaces:
Child<T>

public interface ExtensibleType<T>
extends Child<T>

This interface defines the contract for the extensibleType xsd type

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

Method Summary
 String getId()
          Returns the id attribute
 ExtensibleType<ExtensibleType<T>> getOrCreateExtensibleType()
          If not already created, a new extensibleType element with the given value will be created.
 ExtensibleType<T> id(String id)
          Sets the id attribute
 ExtensibleType<T> removeExtensibleType()
          Removes the extensibleType element
 ExtensibleType<T> removeId()
          Removes the id attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateExtensibleType

ExtensibleType<ExtensibleType<T>> getOrCreateExtensibleType()
If not already created, a new extensibleType element with the given value will be created. Otherwise, the existing extensibleType element will be returned.

Returns:
a new or existing instance of ExtensibleType>

removeExtensibleType

ExtensibleType<T> removeExtensibleType()
Removes the extensibleType element

Returns:
the current instance of ExtensibleType

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

ExtensibleType<T> removeId()
Removes the id attribute

Returns:
the current instance of ExtensibleType


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