|
||||||||||
| 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.EJaxbKeybase
public class EJaxbKeybase
Java class for keybase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="keybase">
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}annotated">
<sequence>
<element ref="{http://www.w3.org/2001/XMLSchema}selector"/>
<element ref="{http://www.w3.org/2001/XMLSchema}field" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<EJaxbField> |
field
|
protected java.lang.String |
name
|
protected EJaxbSelector |
selector
|
| Fields inherited from class easybox.org.w3._2001.xmlschema.EJaxbAnnotated |
|---|
annotation, id |
| Constructor Summary | |
|---|---|
EJaxbKeybase()
|
|
| Method Summary | |
|---|---|
java.util.List<EJaxbField> |
getField()
Gets the value of the field property. |
java.lang.String |
getName()
Gets the value of the name property. |
EJaxbSelector |
getSelector()
Gets the value of the selector property. |
boolean |
isSetField()
|
boolean |
isSetName()
|
boolean |
isSetSelector()
|
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSelector(EJaxbSelector value)
Sets the value of the selector property. |
void |
unsetField()
|
| 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 EJaxbSelector selector
protected java.util.List<EJaxbField> field
protected java.lang.String name
| Constructor Detail |
|---|
public EJaxbKeybase()
| Method Detail |
|---|
public EJaxbSelector getSelector()
EJaxbSelectorpublic void setSelector(EJaxbSelector value)
value - allowed object is
EJaxbSelectorpublic boolean isSetSelector()
public java.util.List<EJaxbField> getField()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the field property.
For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbField
public boolean isSetField()
public void unsetField()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||