org.apache.aries.blueprint.jaxb
Class TtypedCollection

java.lang.Object
  extended by org.apache.aries.blueprint.jaxb.TtypedCollection
Direct Known Subclasses:
Tcollection, Tmap

public class TtypedCollection
extends java.lang.Object

TtypeCollection defines comment attributes shared among different collection types that allow a default value type to be specified.

Java class for TtypedCollection complex type.

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

 <complexType name="TtypedCollection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="value-type" type="{http://www.osgi.org/xmlns/blueprint/v1.0.0}Ttype" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String valueType
           
 
Constructor Summary
TtypedCollection()
           
 
Method Summary
 java.lang.String getValueType()
          Gets the value of the valueType property.
 void setValueType(java.lang.String value)
          Sets the value of the valueType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueType

protected java.lang.String valueType
Constructor Detail

TtypedCollection

public TtypedCollection()
Method Detail

getValueType

public java.lang.String getValueType()
Gets the value of the valueType property.

Returns:
possible object is String

setValueType

public void setValueType(java.lang.String value)
Sets the value of the valueType property.

Parameters:
value - allowed object is String


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