EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jaxb.xmlmodel
Class XmlTransient

java.lang.Object
  extended by org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
      extended by org.eclipse.persistence.jaxb.xmlmodel.XmlTransient

public class XmlTransient
extends JavaAttribute

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}java-attribute">
       <attribute name="xml-location" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean xmlLocation
           
 
Fields inherited from class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
javaAttribute, xmlAccessorType
 
Constructor Summary
XmlTransient()
           
 
Method Summary
 boolean isXmlLocation()
          Gets the value of the xmlLocation property.
 void setXmlLocation(java.lang.Boolean value)
          Sets the value of the xmlLocation property.
 
Methods inherited from class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
getJavaAttribute, getXmlAccessorType, setJavaAttribute, setXmlAccessorType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlLocation

protected java.lang.Boolean xmlLocation
Constructor Detail

XmlTransient

public XmlTransient()
Method Detail

isXmlLocation

public boolean isXmlLocation()
Gets the value of the xmlLocation property.

Returns:
possible object is Boolean

setXmlLocation

public void setXmlLocation(java.lang.Boolean value)
Sets the value of the xmlLocation property.

Parameters:
value - allowed object is Boolean

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference