ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.javaee5
Interface PropertyType<T>

All Superinterfaces:
Child<T>

public interface PropertyType<T>
extends Child<T>

This interface defines the contract for the propertyType xsd type

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

Method Summary
 String getName()
          Returns the name element
 String getValue()
          Returns the value element
 PropertyType<T> name(String name)
          Sets the name element
 PropertyType<T> removeName()
          Removes the name element
 PropertyType<T> removeValue()
          Removes the value element
 PropertyType<T> value(String value)
          Sets the value element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

name

PropertyType<T> name(String name)
Sets the name element

Parameters:
name - the value for the element name
Returns:
the current instance of PropertyType

getName

String getName()
Returns the name element

Returns:
the node defined for the element name

removeName

PropertyType<T> removeName()
Removes the name element

Returns:
the current instance of PropertyType

value

PropertyType<T> value(String value)
Sets the value element

Parameters:
value - the value for the element value
Returns:
the current instance of PropertyType

getValue

String getValue()
Returns the value element

Returns:
the node defined for the element value

removeValue

PropertyType<T> removeValue()
Removes the value element

Returns:
the current instance of PropertyType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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