easybox.org.w3._2001.xmlschema
Class EJaxbKeybase

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.org.w3._2001.xmlschema.EJaxbOpenAttrs
              extended by easybox.org.w3._2001.xmlschema.EJaxbAnnotated
                  extended by easybox.org.w3._2001.xmlschema.EJaxbKeybase
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject
Direct Known Subclasses:
EJaxbKeyref

public class EJaxbKeybase
extends EJaxbAnnotated

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

selector

protected EJaxbSelector selector

field

protected java.util.List<EJaxbField> field

name

protected java.lang.String name
Constructor Detail

EJaxbKeybase

public EJaxbKeybase()
Method Detail

getSelector

public EJaxbSelector getSelector()
Gets the value of the selector property.

Returns:
possible object is EJaxbSelector

setSelector

public void setSelector(EJaxbSelector value)
Sets the value of the selector property.

Parameters:
value - allowed object is EJaxbSelector

isSetSelector

public boolean isSetSelector()

getField

public java.util.List<EJaxbField> getField()
Gets the value of the field property.

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


isSetField

public boolean isSetField()

unsetField

public void unsetField()

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()


Copyright © 2011 Petals Link. All Rights Reserved.