org.jboss.shrinkwrap.descriptor.api.portletapp20
Interface EventDefinitionReferenceType<T>

All Superinterfaces:
Child<T>

public interface EventDefinitionReferenceType<T>
extends Child<T>

This interface defines the contract for the event-definition-referenceType xsd type

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

Method Summary
 String getId()
          Returns the id attribute
 String getName()
          Returns the name element
 String getQname()
          Returns the qname element
 EventDefinitionReferenceType<T> id(String id)
          Sets the id attribute
 EventDefinitionReferenceType<T> name(String name)
          Sets the name element
 EventDefinitionReferenceType<T> qname(String qname)
          Sets the qname element
 EventDefinitionReferenceType<T> removeId()
          Removes the id attribute
 EventDefinitionReferenceType<T> removeName()
          Removes the name element
 EventDefinitionReferenceType<T> removeQname()
          Removes the qname element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

qname

EventDefinitionReferenceType<T> qname(String qname)
Sets the qname element

Parameters:
qname - the value for the element qname
Returns:
the current instance of EventDefinitionReferenceType

getQname

String getQname()
Returns the qname element

Returns:
the node defined for the element qname

removeQname

EventDefinitionReferenceType<T> removeQname()
Removes the qname element

Returns:
the current instance of EventDefinitionReferenceType

name

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

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

getName

String getName()
Returns the name element

Returns:
the node defined for the element name

removeName

EventDefinitionReferenceType<T> removeName()
Removes the name element

Returns:
the current instance of EventDefinitionReferenceType

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

EventDefinitionReferenceType<T> removeId()
Removes the id attribute

Returns:
the current instance of EventDefinitionReferenceType


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