Class JavaType.JavaAttributes

java.lang.Object
org.eclipse.persistence.jaxb.xmlmodel.JavaType.JavaAttributes
Enclosing class:
JavaType

public static class JavaType.JavaAttributes extends 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}java-attribute" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • javaAttribute

      protected List<jakarta.xml.bind.JAXBElement<? extends JavaAttribute>> javaAttribute
  • Constructor Details

    • JavaAttributes

      public JavaAttributes()
  • Method Details