org.apache.aries.blueprint.jaxb
Class Tvalue
java.lang.Object
org.apache.aries.blueprint.jaxb.Tvalue
public class Tvalue
- extends 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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected String content
type
protected String type
Tvalue
public Tvalue()
getContent
public 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(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 String getType()
- Gets the value of the type property.
- Returns:
- possible object is
String
setType
public void setType(String value)
- Sets the value of the type property.
- Parameters:
value
- allowed object is
String
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.