|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.org.w3._2001.xmlschema.EJaxbOpenAttrs
easybox.org.w3._2001.xmlschema.EJaxbAnnotated
easybox.org.w3._2001.xmlschema.EJaxbAttribute
public class EJaxbAttribute
Java class for attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attribute">
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}annotated">
<sequence>
<element name="simpleType" type="{http://www.w3.org/2001/XMLSchema}localSimpleType" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.w3.org/2001/XMLSchema}defRef"/>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="use" default="optional">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="prohibited"/>
<enumeration value="optional"/>
<enumeration value="required"/>
</restriction>
</simpleType>
</attribute>
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fixed" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="form" type="{http://www.w3.org/2001/XMLSchema}formChoice" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
_default
|
protected java.lang.String |
fixed
|
protected EJaxbFormChoice |
form
|
protected java.lang.String |
name
|
protected javax.xml.namespace.QName |
ref
|
protected EJaxbLocalSimpleType |
simpleType
|
protected javax.xml.namespace.QName |
type
|
protected java.lang.String |
use
|
| Fields inherited from class easybox.org.w3._2001.xmlschema.EJaxbAnnotated |
|---|
annotation, id |
| Constructor Summary | |
|---|---|
EJaxbAttribute()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefault()
Gets the value of the default property. |
java.lang.String |
getFixed()
Gets the value of the fixed property. |
EJaxbFormChoice |
getForm()
Gets the value of the form property. |
java.lang.String |
getName()
Gets the value of the name property. |
javax.xml.namespace.QName |
getRef()
Gets the value of the ref property. |
EJaxbLocalSimpleType |
getSimpleType()
Gets the value of the simpleType property. |
javax.xml.namespace.QName |
getType()
Gets the value of the type property. |
java.lang.String |
getUse()
Gets the value of the use property. |
boolean |
isSetDefault()
|
boolean |
isSetFixed()
|
boolean |
isSetForm()
|
boolean |
isSetName()
|
boolean |
isSetRef()
|
boolean |
isSetSimpleType()
|
boolean |
isSetType()
|
boolean |
isSetUse()
|
void |
setDefault(java.lang.String value)
Sets the value of the default property. |
void |
setFixed(java.lang.String value)
Sets the value of the fixed property. |
void |
setForm(EJaxbFormChoice value)
Sets the value of the form property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setRef(javax.xml.namespace.QName value)
Sets the value of the ref property. |
void |
setSimpleType(EJaxbLocalSimpleType value)
Sets the value of the simpleType property. |
void |
setType(javax.xml.namespace.QName value)
Sets the value of the type property. |
void |
setUse(java.lang.String value)
Sets the value of the use property. |
| Methods inherited from class easybox.org.w3._2001.xmlschema.EJaxbAnnotated |
|---|
getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId |
| Methods inherited from class easybox.org.w3._2001.xmlschema.EJaxbOpenAttrs |
|---|
getOtherAttributes |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject |
|---|
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject |
|---|
getParent, getXmlObject, setXmlObject |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EJaxbLocalSimpleType simpleType
protected javax.xml.namespace.QName type
protected java.lang.String use
protected java.lang.String _default
protected java.lang.String fixed
protected EJaxbFormChoice form
protected java.lang.String name
protected javax.xml.namespace.QName ref
| Constructor Detail |
|---|
public EJaxbAttribute()
| Method Detail |
|---|
public EJaxbLocalSimpleType getSimpleType()
EJaxbLocalSimpleTypepublic void setSimpleType(EJaxbLocalSimpleType value)
value - allowed object is
EJaxbLocalSimpleTypepublic boolean isSetSimpleType()
public javax.xml.namespace.QName getType()
QNamepublic void setType(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isSetType()
public java.lang.String getUse()
Stringpublic void setUse(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUse()
public java.lang.String getDefault()
Stringpublic void setDefault(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDefault()
public java.lang.String getFixed()
Stringpublic void setFixed(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFixed()
public EJaxbFormChoice getForm()
EJaxbFormChoicepublic void setForm(EJaxbFormChoice value)
value - allowed object is
EJaxbFormChoicepublic boolean isSetForm()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public javax.xml.namespace.QName getRef()
QNamepublic void setRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isSetRef()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||