org.apache.aries.blueprint.jaxb
Class TserviceProperties

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

public class TserviceProperties
extends java.lang.Object

TserviceProperty is used for elements. The syntax is similar to what is defined for , but keys must be string values and there are no type defaults that can be specified. created from the entry elements, which require a key/value pair.

Java class for TserviceProperties complex type.

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

 <complexType name="TserviceProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entry" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}TservicePropertyEntry" maxOccurs="unbounded" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.util.List<TservicePropertyEntry> entry
           
 
Constructor Summary
TserviceProperties()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.util.List<TservicePropertyEntry> getEntry()
          Gets the value of the entry property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry

protected java.util.List<TservicePropertyEntry> entry

any

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

TserviceProperties

public TserviceProperties()
Method Detail

getEntry

public java.util.List<TservicePropertyEntry> 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 TservicePropertyEntry


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 Object



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