org.jboss.shrinkwrap.descriptor.api.jetty7
Interface SystemProperty<T>

All Superinterfaces:
Child<T>

public interface SystemProperty<T>
extends Child<T>

This interface defines the contract for the SystemProperty xsd type

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

Method Summary
 SystemProperty<T> _default(String _default)
          Sets the default attribute
 String get_Default()
          Returns the default attribute
 String getId()
          Returns the id attribute
 String getName()
          Returns the name attribute
 SystemProperty<T> id(String id)
          Sets the id attribute
 SystemProperty<T> name(String name)
          Sets the name attribute
 SystemProperty<T> remove_Default()
          Removes the default attribute
 SystemProperty<T> removeId()
          Removes the id attribute
 SystemProperty<T> removeName()
          Removes the name attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

name

SystemProperty<T> name(String name)
Sets the name attribute

Parameters:
name - the value for the attribute name
Returns:
the current instance of SystemProperty

getName

String getName()
Returns the name attribute

Returns:
the value defined for the attribute name

removeName

SystemProperty<T> removeName()
Removes the name attribute

Returns:
the current instance of SystemProperty

_default

SystemProperty<T> _default(String _default)
Sets the default attribute

Parameters:
_default - the value for the attribute default
Returns:
the current instance of SystemProperty

get_Default

String get_Default()
Returns the default attribute

Returns:
the value defined for the attribute default

remove_Default

SystemProperty<T> remove_Default()
Removes the default attribute

Returns:
the current instance of SystemProperty

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

SystemProperty<T> removeId()
Removes the id attribute

Returns:
the current instance of SystemProperty


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