org.jboss.shrinkwrap.descriptor.api.jbosscommon51
Interface CallPropertyType<T>

All Superinterfaces:
Child<T>

public interface CallPropertyType<T>
extends Child<T>

This interface defines the contract for the call-propertyType xsd type

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

Method Summary
 String getPropName()
          Returns the prop-name element
 String getPropValue()
          Returns the prop-value element
 CallPropertyType<T> propName(String propName)
          Sets the prop-name element
 CallPropertyType<T> propValue(String propValue)
          Sets the prop-value element
 CallPropertyType<T> removePropName()
          Removes the prop-name element
 CallPropertyType<T> removePropValue()
          Removes the prop-value element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

propName

CallPropertyType<T> propName(String propName)
Sets the prop-name element

Parameters:
propName - the value for the element prop-name
Returns:
the current instance of CallPropertyType

getPropName

String getPropName()
Returns the prop-name element

Returns:
the node defined for the element prop-name

removePropName

CallPropertyType<T> removePropName()
Removes the prop-name element

Returns:
the current instance of CallPropertyType

propValue

CallPropertyType<T> propValue(String propValue)
Sets the prop-value element

Parameters:
propValue - the value for the element prop-value
Returns:
the current instance of CallPropertyType

getPropValue

String getPropValue()
Returns the prop-value element

Returns:
the node defined for the element prop-value

removePropValue

CallPropertyType<T> removePropValue()
Removes the prop-value element

Returns:
the current instance of CallPropertyType


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