EclipseLink 2.0.0, build 'v20091105-r5740' API Reference

org.eclipse.persistence.jaxb.xmlmodel
Class XmlBidirectional

java.lang.Object
  extended by org.eclipse.persistence.jaxb.xmlmodel.XmlBidirectional

public class XmlBidirectional
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="target-attribute" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

targetAttribute

protected java.lang.String targetAttribute
Constructor Detail

XmlBidirectional

public XmlBidirectional()
Method Detail

getTargetAttribute

public java.lang.String getTargetAttribute()
Gets the value of the targetAttribute property.

Returns:
possible object is String

setTargetAttribute

public void setTargetAttribute(java.lang.String value)
Sets the value of the targetAttribute property.

Parameters:
value - allowed object is String

EclipseLink 2.0.0, build 'v20091105-r5740' API Reference