easybox.org.oasis_open.docs.wsbpel._2_0.varprop
Class EJaxbTExtensibleElements

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.org.oasis_open.docs.wsbpel._2_0.varprop.EJaxbTExtensibleElements
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject
Direct Known Subclasses:
EJaxbProperty, EJaxbPropertyAlias

public class EJaxbTExtensibleElements
extends com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject

This type is extended by other component types to allow elements and attributes from other namespaces to be added at the modeled places.

Java class for tExtensibleElements complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tExtensibleElements">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/varprop}documentation" maxOccurs="unbounded" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.util.List<EJaxbDocumentation> documentation
           
 
Constructor Summary
EJaxbTExtensibleElements()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.util.List<EJaxbDocumentation> getDocumentation()
          Gets the value of the documentation property.
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 boolean isSetAny()
           
 boolean isSetDocumentation()
           
 void unsetAny()
           
 void unsetDocumentation()
           
 
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

documentation

protected java.util.List<EJaxbDocumentation> documentation

any

protected java.util.List<java.lang.Object> any
Constructor Detail

EJaxbTExtensibleElements

public EJaxbTExtensibleElements()
Method Detail

getDocumentation

public java.util.List<EJaxbDocumentation> getDocumentation()
Gets the value of the documentation 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 documentation property.

For example, to add a new item, do as follows:

    getDocumentation().add(newItem);
 

Objects of the following type(s) are allowed in the list EJaxbDocumentation


isSetDocumentation

public boolean isSetDocumentation()

unsetDocumentation

public void unsetDocumentation()

getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any 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 any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element Object


isSetAny

public boolean isSetAny()

unsetAny

public void unsetAny()

getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null


Copyright © 2011 Petals Link. All Rights Reserved.