EclipseLink 2.0.0, build 'v20091127-r5931' API Reference

org.eclipse.persistence.jaxb.xmlmodel
Class XmlSchemaTypes

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

public class XmlSchemaTypes
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">
       <sequence>
         <element ref="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-schema-type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XmlSchemaType xmlSchemaType
           
 
Constructor Summary
XmlSchemaTypes()
           
 
Method Summary
 XmlSchemaType getXmlSchemaType()
          Gets the value of the xmlSchemaType property.
 void setXmlSchemaType(XmlSchemaType value)
          Sets the value of the xmlSchemaType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlSchemaType

protected XmlSchemaType xmlSchemaType
Constructor Detail

XmlSchemaTypes

public XmlSchemaTypes()
Method Detail

getXmlSchemaType

public XmlSchemaType getXmlSchemaType()
Gets the value of the xmlSchemaType property.

Returns:
possible object is XmlSchemaType

setXmlSchemaType

public void setXmlSchemaType(XmlSchemaType value)
Sets the value of the xmlSchemaType property.

Parameters:
value - allowed object is XmlSchemaType

EclipseLink 2.0.0, build 'v20091127-r5931' API Reference