org.infoml.jaxb
Interface TableRowType.Tr

All Superinterfaces:
javax.xml.bind.Element
All Known Implementing Classes:
TableRowTypeImpl.TrImpl
Enclosing interface:
TableRowType

public static interface TableRowType.Tr
extends javax.xml.bind.Element

Java content class for tr element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/gw/tech/ecl-wkspaces-infoml/InfOrg-101105-stable-v1_0/InfocardOrganizer-v1_0/infomlFile.xsd line 445)

 <element name="tr" type="{http://www.w3.org/2001/XMLSchema}string"/>
 


Method Summary
 java.lang.String getValue()
          Gets the value of the value property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 

Method Detail

getValue

java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String