Uses of Enum Class
org.eclipse.persistence.jaxb.xmlmodel.XmlAccessType
Packages that use XmlAccessType
-
Uses of XmlAccessType in org.eclipse.persistence.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return XmlAccessTypeModifier and TypeMethodDescriptionPackageInfo.getAccessType()TypeInfo.getXmlAccessType()Return the xmlAccessType for this TypeInfo.Methods in org.eclipse.persistence.jaxb.compiler with parameters of type XmlAccessTypeModifier and TypeMethodDescriptionvoidPackageInfo.setAccessType(XmlAccessType accessType) voidTypeInfo.setXmlAccessType(XmlAccessType xmlAccessType) Set the xmlAccessType for this TypeInfo. -
Uses of XmlAccessType in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlAccessTypeModifier and TypeFieldDescriptionprotected XmlAccessTypeJavaAttribute.xmlAccessorTypeprotected XmlAccessTypeJavaType.xmlAccessorTypeprotected XmlAccessTypeXmlBindings.xmlAccessorTypeMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlAccessTypeModifier and TypeMethodDescriptionstatic XmlAccessTypeJavaAttribute.getXmlAccessorType()Gets the value of the xmlAccessorType property.JavaType.getXmlAccessorType()Gets the value of the xmlAccessorType property.XmlBindings.getXmlAccessorType()Gets the value of the xmlAccessorType property.static XmlAccessTypeReturns the enum constant of this class with the specified name.static XmlAccessType[]XmlAccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlAccessTypeModifier and TypeMethodDescriptionvoidJavaAttribute.setXmlAccessorType(XmlAccessType value) Sets the value of the xmlAccessorType property.voidJavaType.setXmlAccessorType(XmlAccessType value) Sets the value of the xmlAccessorType property.voidXmlBindings.setXmlAccessorType(XmlAccessType value) Sets the value of the xmlAccessorType property.