java.lang.Object org.apache.aries.blueprint.jaxb.TtypedCollection org.apache.aries.blueprint.jaxb.Tmap
public class Tmap
Tmap is the base type used for elements. A map may have a default value type specified, so it inherits from the TtypeCollection type. A key type can also be specified, and the map members are created from the entry elements, which require a key/value pair. Java class for Tmap complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="Tmap"> <complexContent> <extension base="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TtypedCollection"> <sequence> <element name="entry" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TmapEntry" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="key-type" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Ttype" /> </extension> </complexContent> </complexType> Field Summary protected List<TmapEntry> entry protected String keyType Fields inherited from class org.apache.aries.blueprint.jaxb.TtypedCollection valueType Constructor Summary Tmap() Method Summary List<TmapEntry> getEntry() Gets the value of the entry property. String getKeyType() Gets the value of the keyType property. void setKeyType(String value) Sets the value of the keyType property. Methods inherited from class org.apache.aries.blueprint.jaxb.TtypedCollection getValueType, setValueType Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait Field Detail entry protected List<TmapEntry> entry keyType protected String keyType Constructor Detail Tmap public Tmap() Method Detail getEntry public List<TmapEntry> getEntry() Gets the value of the entry 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 entry property. For example, to add a new item, do as follows: getEntry().add(newItem); Objects of the following type(s) are allowed in the list TmapEntry getKeyType public String getKeyType() Gets the value of the keyType property. Returns:possible object is String setKeyType public void setKeyType(String value) Sets the value of the keyType property. Parameters:value - allowed object is String Overview Package Class Use Tree Deprecated Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.
Java class for Tmap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tmap"> <complexContent> <extension base="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TtypedCollection"> <sequence> <element name="entry" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TmapEntry" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="key-type" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Ttype" /> </extension> </complexContent> </complexType>
protected List<TmapEntry>
entry
protected String
keyType
valueType
Tmap()
List<TmapEntry>
getEntry()
String
getKeyType()
void
setKeyType(String value)
getValueType, setValueType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected List<TmapEntry> entry
protected String keyType
public Tmap()
public List<TmapEntry> getEntry()
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 entry property.
set
For example, to add a new item, do as follows:
getEntry().add(newItem);
Objects of the following type(s) are allowed in the list TmapEntry
TmapEntry
public String getKeyType()
public void setKeyType(String value)
value