|
EclipseLink 1.0_1.0 M5 - 20080305 API Reference - Incubation | ||||||||
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 | |
---|---|
boolean |
isAny()
|
boolean |
isLax()
|
void |
setLax(boolean b)
|
Methods inherited from class org.eclipse.persistence.jaxb.compiler.Property |
---|
getAdapterClass, getElement, getGenericType, getGetMethodName, getMimeType, getPropertyName, getSchemaName, getSchemaType, getSetMethodName, getType, getValueType, hasAdapterClass, isAttribute, isChoice, isMethodProperty, isMtomAttachment, isRequired, isSwaAttachmentRef, setAdapterClass, setAdapterClass, setElement, setGenericType, setGetMethodName, setHelper, setIsAttribute, setIsMtomAttachment, setIsRequired, setIsSwaAttachmentRef, setMethodProperty, setMimeType, setPropertyName, setSchemaName, setSchemaType, setSetMethodName, setType |
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 Property
public boolean isLax()
public void setLax(boolean b)
|
EclipseLink 1.0_1.0 M5 - 20080305 API Reference - Incubation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |