
public interface EventDefinitionReferenceType<T> extends Child<T>, PortletEventDefinitionReferenceCommonType<T,EventDefinitionReferenceType<T>>
event-definition-referenceType xsd type| Modifier and Type | Method and Description |
|---|---|
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 |
EventDefinitionReferenceType<T> qname(String qname)
qname elementqname - the value for the element qnameEventDefinitionReferenceTypeString getQname()
qname elementqnameEventDefinitionReferenceType<T> removeQname()
qname elementEventDefinitionReferenceTypeEventDefinitionReferenceType<T> name(String name)
name elementname - the value for the element nameEventDefinitionReferenceTypeString getName()
name elementnameEventDefinitionReferenceType<T> removeName()
name elementEventDefinitionReferenceTypeEventDefinitionReferenceType<T> id(String id)
id attributeid - the value for the attribute idEventDefinitionReferenceTypeString getId()
id attributeidEventDefinitionReferenceType<T> removeId()
id attributeEventDefinitionReferenceTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.