Module org.glassfish.jaxb.runtime
Interface LocalAttribute
-
- All Superinterfaces:
Annotated,AttributeType,FixedOrDefault,SimpleTypeHost,com.sun.xml.txw2.TypedXmlWriter,TypeHost
public interface LocalAttribute extends com.sun.xml.txw2.TypedXmlWriter, Annotated, AttributeType, FixedOrDefault
Auto-generated, do not edit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalAttributeform(String value)LocalAttributename(String value)LocalAttributeref(QName value)LocalAttributeuse(String value)-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Annotated
annotation, id
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.AttributeType
type
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.FixedOrDefault
_default, fixed
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleTypeHost
simpleType
-
-
-
-
Method Detail
-
form
LocalAttribute form(String value)
-
name
LocalAttribute name(String value)
-
ref
LocalAttribute ref(QName value)
-
use
LocalAttribute use(String value)
-
-