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

All Superinterfaces:
Child<T>

public interface OrderingOrderingType<T>
extends Child<T>

This interface defines the contract for the ordering-orderingType xsd type

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

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

Method Detail

name

OrderingOrderingType<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 OrderingOrderingType

getAllName

List<String> getAllName()
Returns all name elements

Returns:
list of name

removeAllName

OrderingOrderingType<T> removeAllName()
Removes the name element

Returns:
the current instance of OrderingOrderingType

others

OrderingOrderingType<T> others()
Sets the others element

Returns:
the current instance of OrderingOrderingType

isOthers

Boolean isOthers()
Removes the others element

Returns:
the current instance of OrderingOrderingType

removeOthers

OrderingOrderingType<T> removeOthers()
Removes the others element

Returns:
the current instance of OrderingOrderingType


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