public interface EventDefinitionReferenceType<T> extends Child<T>, PortletEventDefinitionReferenceCommonType<T,EventDefinitionReferenceType<T>>
event-definition-referenceType
xsd typeModifier 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 qname
EventDefinitionReferenceType
String getQname()
qname
elementqname
EventDefinitionReferenceType<T> removeQname()
qname
elementEventDefinitionReferenceType
EventDefinitionReferenceType<T> name(String name)
name
elementname
- the value for the element name
EventDefinitionReferenceType
String getName()
name
elementname
EventDefinitionReferenceType<T> removeName()
name
elementEventDefinitionReferenceType
EventDefinitionReferenceType<T> id(String id)
id
attributeid
- the value for the attribute id
EventDefinitionReferenceType
String getId()
id
attributeid
EventDefinitionReferenceType<T> removeId()
id
attributeEventDefinitionReferenceType
Copyright © 2016 JBoss by Red Hat. All rights reserved.