public interface NamedType<T> extends Child<T>
named-type
xsd typeModifier and Type | Method and Description |
---|---|
String |
getName()
Returns the
name attribute |
NamedType<T> |
name(String name)
Sets the
name attribute |
NamedType<T> |
removeName()
Removes the
name attribute |
Copyright © 2018 JBoss by Red Hat. All rights reserved.