|
EclipseLink 1.2.0, build 'v20091016-r5565' API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.persistence.jaxb.compiler.Property
org.eclipse.persistence.jaxb.compiler.AnyProperty
public class AnyProperty
INTERNAL:
Purpose:Subclass Property to add XmlAnyElement specific information
Responsibilities:
This class is a subclass of Property and is used to indicate that a property maps to an xs:any structure in the schema. This will be created by the AnnotationsProcessor for any property that is annotated with the XmlAnyElement annotation.
Property,
TypeInfo,
AnnotationsProcessor| Constructor Summary | |
|---|---|
AnyProperty(Helper helper)
|
|
| Method Summary | |
|---|---|
java.lang.Class<? extends DomHandler> |
getDomHandlerClass()
|
boolean |
isAny()
|
boolean |
isLax()
|
void |
setDomHandlerClass(java.lang.Class<? extends DomHandler> domHandlerClass)
|
void |
setLax(boolean b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnyProperty(Helper helper)
| Method Detail |
|---|
public boolean isAny()
isAny in class Propertypublic boolean isLax()
public void setLax(boolean b)
public void setDomHandlerClass(java.lang.Class<? extends DomHandler> domHandlerClass)
public java.lang.Class<? extends DomHandler> getDomHandlerClass()
|
EclipseLink 1.2.0, build 'v20091016-r5565' API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||