public interface EventDefinitionType<T> extends Child<T>, PortletEventDefinitionCommonType<T,EventDefinitionType<T>>
event-definitionType
xsd typeModifier and Type | Method and Description |
---|---|
EventDefinitionType<T> |
alias(String... values)
Creates for all String objects representing
alias elements,
a new alias element |
EventDefinitionType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllAlias()
Returns all
alias elements |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getId()
Returns the
id attribute |
String |
getName()
Returns the
name element |
String |
getQname()
Returns the
qname element |
String |
getValueType()
Returns the
value-type element |
EventDefinitionType<T> |
id(String id)
Sets the
id attribute |
EventDefinitionType<T> |
name(String name)
Sets the
name element |
EventDefinitionType<T> |
qname(String qname)
Sets the
qname element |
EventDefinitionType<T> |
removeAllAlias()
Removes the
alias element |
EventDefinitionType<T> |
removeAllDescription()
Removes the
description element |
EventDefinitionType<T> |
removeId()
Removes the
id attribute |
EventDefinitionType<T> |
removeName()
Removes the
name element |
EventDefinitionType<T> |
removeQname()
Removes the
qname element |
EventDefinitionType<T> |
removeValueType()
Removes the
value-type element |
EventDefinitionType<T> |
valueType(String valueType)
Sets the
value-type element |
EventDefinitionType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsEventDefinitionType
List<String> getAllDescription()
description
elementsdescription
EventDefinitionType<T> removeAllDescription()
description
elementEventDefinitionType
EventDefinitionType<T> qname(String qname)
qname
elementqname
- the value for the element qname
EventDefinitionType
String getQname()
qname
elementqname
EventDefinitionType<T> removeQname()
qname
elementEventDefinitionType
EventDefinitionType<T> name(String name)
name
elementname
- the value for the element name
EventDefinitionType
String getName()
name
elementname
EventDefinitionType<T> removeName()
name
elementEventDefinitionType
EventDefinitionType<T> alias(String... values)
alias
elements,
a new alias
elementvalues
- list of alias
objectsEventDefinitionType
EventDefinitionType<T> removeAllAlias()
alias
elementEventDefinitionType
EventDefinitionType<T> valueType(String valueType)
value-type
elementvalueType
- the value for the element value-type
EventDefinitionType
String getValueType()
value-type
elementvalue-type
EventDefinitionType<T> removeValueType()
value-type
elementEventDefinitionType
EventDefinitionType<T> id(String id)
id
attributeid
- the value for the attribute id
EventDefinitionType
String getId()
id
attributeid
EventDefinitionType<T> removeId()
id
attributeEventDefinitionType
Copyright © 2022 JBoss by Red Hat. All rights reserved.