org.apache.aries.blueprint.jaxb
Class Tvalue

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

public class Tvalue
extends java.lang.Object

Tvalue is the type used for elements. The element is used for types that can be created from a single string value. The string value is the data value for the element. The optional type attribute allows a target conversion value to be explicitly specified.

Java class for Tvalue complex type.

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

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


Field Summary
protected  java.lang.String content
           
protected  java.lang.String type
           
 
Constructor Summary
Tvalue()
           
 
Method Summary
 java.lang.String getContent()
          Tvalue is the type used for elements.
 java.lang.String getType()
          Gets the value of the type property.
 void setContent(java.lang.String value)
          Tvalue is the type used for elements.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected java.lang.String content

type

protected java.lang.String type
Constructor Detail

Tvalue

public Tvalue()
Method Detail

getContent

public java.lang.String getContent()
Tvalue is the type used for elements. The element is used for types that can be created from a single string value. The string value is the data value for the element. The optional type attribute allows a target conversion value to be explicitly specified.

Returns:
possible object is String

setContent

public void setContent(java.lang.String value)
Tvalue is the type used for elements. The element is used for types that can be created from a single string value. The string value is the data value for the element. The optional type attribute allows a target conversion value to be explicitly specified.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String


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