org.apache.aries.blueprint.jaxb
Class TmapEntry

java.lang.Object
  extended by org.apache.aries.blueprint.jaxb.TmapEntry

public class TmapEntry
extends java.lang.Object

TmapEntry is used for elements nested inside of a element. Each instance defines a key/value pair that will be added to the Map. Both the keys and values may be arbitrary types. Keys must not be but is permitted for entry values. A default type can be specified for both the keys and the values, but individual keys or values can override the default.

Java class for TmapEntry complex type.

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

 <complexType name="TmapEntry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="key" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tkey" minOccurs="0"/>
         <group ref="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Gvalue" minOccurs="0"/>
       </sequence>
       <attribute name="key" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TstringValue" />
       <attribute name="key-ref" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tidref" />
       <attribute name="value" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TstringValue" />
       <attribute name="value-ref" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tidref" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Tnull _null
           
protected  java.lang.Object any
           
protected  Tcollection array
           
protected  TinlinedBean bean
           
protected  Tref idref
           
protected  java.lang.String key
           
protected  Tkey keyAttribute
           
protected  java.lang.String keyRef
           
protected  Tcollection list
           
protected  Tmap map
           
protected  Tprops props
           
protected  Tref ref
           
protected  TinlinedReference reference
           
protected  TinlinedReferenceList referenceList
           
protected  TinlinedService service
           
protected  Tcollection set
           
protected  Tvalue value
           
protected  java.lang.String valueAttribute
           
protected  java.lang.String valueRef
           
 
Constructor Summary
TmapEntry()
           
 
Method Summary
 java.lang.Object getAny()
          Gets the value of the any property.
 Tcollection getArray()
          Gets the value of the array property.
 TinlinedBean getBean()
          Gets the value of the bean property.
 Tref getIdref()
          Gets the value of the idref property.
 java.lang.String getKey()
          Gets the value of the key property.
 Tkey getKeyAttribute()
          Gets the value of the keyAttribute property.
 java.lang.String getKeyRef()
          Gets the value of the keyRef property.
 Tcollection getList()
          Gets the value of the list property.
 Tmap getMap()
          Gets the value of the map property.
 Tnull getNull()
          Gets the value of the null property.
 Tprops getProps()
          Gets the value of the props property.
 Tref getRef()
          Gets the value of the ref property.
 TinlinedReference getReference()
          Gets the value of the reference property.
 TinlinedReferenceList getReferenceList()
          Gets the value of the referenceList property.
 TinlinedService getService()
          Gets the value of the service property.
 Tcollection getSet()
          Gets the value of the set property.
 Tvalue getValue()
          Gets the value of the value property.
 java.lang.String getValueAttribute()
          Gets the value of the valueAttribute property.
 java.lang.String getValueRef()
          Gets the value of the valueRef property.
 void setAny(java.lang.Object value)
          Sets the value of the any property.
 void setArray(Tcollection value)
          Sets the value of the array property.
 void setBean(TinlinedBean value)
          Sets the value of the bean property.
 void setIdref(Tref value)
          Sets the value of the idref property.
 void setKey(java.lang.String value)
          Sets the value of the key property.
 void setKeyAttribute(Tkey value)
          Sets the value of the keyAttribute property.
 void setKeyRef(java.lang.String value)
          Sets the value of the keyRef property.
 void setList(Tcollection value)
          Sets the value of the list property.
 void setMap(Tmap value)
          Sets the value of the map property.
 void setNull(Tnull value)
          Sets the value of the null property.
 void setProps(Tprops value)
          Sets the value of the props property.
 void setRef(Tref value)
          Sets the value of the ref property.
 void setReference(TinlinedReference value)
          Sets the value of the reference property.
 void setReferenceList(TinlinedReferenceList value)
          Sets the value of the referenceList property.
 void setService(TinlinedService value)
          Sets the value of the service property.
 void setSet(Tcollection value)
          Sets the value of the set property.
 void setValue(Tvalue value)
          Sets the value of the value property.
 void setValueAttribute(java.lang.String value)
          Sets the value of the valueAttribute property.
 void setValueRef(java.lang.String value)
          Sets the value of the valueRef property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyAttribute

protected Tkey keyAttribute

service

protected TinlinedService service

referenceList

protected TinlinedReferenceList referenceList

bean

protected TinlinedBean bean

reference

protected TinlinedReference reference

ref

protected Tref ref

any

protected java.lang.Object any

idref

protected Tref idref

value

protected Tvalue value

list

protected Tcollection list

set

protected Tcollection set

map

protected Tmap map

array

protected Tcollection array

props

protected Tprops props

_null

protected Tnull _null

key

protected java.lang.String key

keyRef

protected java.lang.String keyRef

valueAttribute

protected java.lang.String valueAttribute

valueRef

protected java.lang.String valueRef
Constructor Detail

TmapEntry

public TmapEntry()
Method Detail

getKeyAttribute

public Tkey getKeyAttribute()
Gets the value of the keyAttribute property.

Returns:
possible object is Tkey

setKeyAttribute

public void setKeyAttribute(Tkey value)
Sets the value of the keyAttribute property.

Parameters:
value - allowed object is Tkey

getService

public TinlinedService getService()
Gets the value of the service property.

Returns:
possible object is TinlinedService

setService

public void setService(TinlinedService value)
Sets the value of the service property.

Parameters:
value - allowed object is TinlinedService

getReferenceList

public TinlinedReferenceList getReferenceList()
Gets the value of the referenceList property.

Returns:
possible object is TinlinedReferenceList

setReferenceList

public void setReferenceList(TinlinedReferenceList value)
Sets the value of the referenceList property.

Parameters:
value - allowed object is TinlinedReferenceList

getBean

public TinlinedBean getBean()
Gets the value of the bean property.

Returns:
possible object is TinlinedBean

setBean

public void setBean(TinlinedBean value)
Sets the value of the bean property.

Parameters:
value - allowed object is TinlinedBean

getReference

public TinlinedReference getReference()
Gets the value of the reference property.

Returns:
possible object is TinlinedReference

setReference

public void setReference(TinlinedReference value)
Sets the value of the reference property.

Parameters:
value - allowed object is TinlinedReference

getRef

public Tref getRef()
Gets the value of the ref property.

Returns:
possible object is Tref

setRef

public void setRef(Tref value)
Sets the value of the ref property.

Parameters:
value - allowed object is Tref

getAny

public java.lang.Object getAny()
Gets the value of the any property.

Returns:
possible object is Object

setAny

public void setAny(java.lang.Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object

getIdref

public Tref getIdref()
Gets the value of the idref property.

Returns:
possible object is Tref

setIdref

public void setIdref(Tref value)
Sets the value of the idref property.

Parameters:
value - allowed object is Tref

getValue

public Tvalue getValue()
Gets the value of the value property.

Returns:
possible object is Tvalue

setValue

public void setValue(Tvalue value)
Sets the value of the value property.

Parameters:
value - allowed object is Tvalue

getList

public Tcollection getList()
Gets the value of the list property.

Returns:
possible object is Tcollection

setList

public void setList(Tcollection value)
Sets the value of the list property.

Parameters:
value - allowed object is Tcollection

getSet

public Tcollection getSet()
Gets the value of the set property.

Returns:
possible object is Tcollection

setSet

public void setSet(Tcollection value)
Sets the value of the set property.

Parameters:
value - allowed object is Tcollection

getMap

public Tmap getMap()
Gets the value of the map property.

Returns:
possible object is Tmap

setMap

public void setMap(Tmap value)
Sets the value of the map property.

Parameters:
value - allowed object is Tmap

getArray

public Tcollection getArray()
Gets the value of the array property.

Returns:
possible object is Tcollection

setArray

public void setArray(Tcollection value)
Sets the value of the array property.

Parameters:
value - allowed object is Tcollection

getProps

public Tprops getProps()
Gets the value of the props property.

Returns:
possible object is Tprops

setProps

public void setProps(Tprops value)
Sets the value of the props property.

Parameters:
value - allowed object is Tprops

getNull

public Tnull getNull()
Gets the value of the null property.

Returns:
possible object is Tnull

setNull

public void setNull(Tnull value)
Sets the value of the null property.

Parameters:
value - allowed object is Tnull

getKey

public java.lang.String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(java.lang.String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getKeyRef

public java.lang.String getKeyRef()
Gets the value of the keyRef property.

Returns:
possible object is String

setKeyRef

public void setKeyRef(java.lang.String value)
Sets the value of the keyRef property.

Parameters:
value - allowed object is String

getValueAttribute

public java.lang.String getValueAttribute()
Gets the value of the valueAttribute property.

Returns:
possible object is String

setValueAttribute

public void setValueAttribute(java.lang.String value)
Sets the value of the valueAttribute property.

Parameters:
value - allowed object is String

getValueRef

public java.lang.String getValueRef()
Gets the value of the valueRef property.

Returns:
possible object is String

setValueRef

public void setValueRef(java.lang.String value)
Sets the value of the valueRef property.

Parameters:
value - allowed object is String


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.