|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventDefinitionReferenceType<T>
This interface defines the contract for the event-definition-referenceType
xsd type
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 |
---|
EventDefinitionReferenceType<T> qname(String qname)
qname
element
qname
- the value for the element qname
EventDefinitionReferenceType
String getQname()
qname
element
qname
EventDefinitionReferenceType<T> removeQname()
qname
element
EventDefinitionReferenceType
EventDefinitionReferenceType<T> name(String name)
name
element
name
- the value for the element name
EventDefinitionReferenceType
String getName()
name
element
name
EventDefinitionReferenceType<T> removeName()
name
element
EventDefinitionReferenceType
EventDefinitionReferenceType<T> id(String id)
id
attribute
id
- the value for the attribute id
EventDefinitionReferenceType
String getId()
id
attribute
id
EventDefinitionReferenceType<T> removeId()
id
attribute
EventDefinitionReferenceType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |