ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.webcommon30
Interface AbsoluteOrderingType<T>

All Superinterfaces:
Child<T>

public interface AbsoluteOrderingType<T>
extends Child<T>

This interface defines the contract for the absoluteOrderingType xsd type

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

Method Summary
 List<String> getAllName()
          Returns all name elements
 Boolean isOthers()
          Removes the others element
 AbsoluteOrderingType<T> name(String... values)
          Creates for all String objects representing name elements, a new name element
 AbsoluteOrderingType<T> others()
          Sets the others element
 AbsoluteOrderingType<T> removeAllName()
          Removes the name element
 AbsoluteOrderingType<T> removeOthers()
          Removes the others element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

name

AbsoluteOrderingType<T> name(String... values)
Creates for all String objects representing name elements, a new name element

Parameters:
values - list of name objects
Returns:
the current instance of AbsoluteOrderingType

getAllName

List<String> getAllName()
Returns all name elements

Returns:
list of name

removeAllName

AbsoluteOrderingType<T> removeAllName()
Removes the name element

Returns:
the current instance of AbsoluteOrderingType

others

AbsoluteOrderingType<T> others()
Sets the others element

Returns:
the current instance of AbsoluteOrderingType

isOthers

Boolean isOthers()
Removes the others element

Returns:
the current instance of AbsoluteOrderingType

removeOthers

AbsoluteOrderingType<T> removeOthers()
Removes the others element

Returns:
the current instance of AbsoluteOrderingType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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