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>
 


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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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