com.abra.j2xb.beans.xmlModel
Class MoXmlProperty

java.lang.Object
  extended by com.abra.j2xb.beans.xmlModel.MoXmlElement
      extended by com.abra.j2xb.beans.xmlModel.MoXmlProperty
Direct Known Subclasses:
MoXmlAtomCollection, MoXmlBeanValuedProperty, MoXmlEnumSetProperty, MoXmlNotSupportedProperty, MoXmlSimpleProperty

public abstract class MoXmlProperty
extends MoXmlElement

Since:
JDK1.5
Version:
1.0, May 1, 2008
Author:
Yoav Abrahami

Nested Class Summary
static class MoXmlProperty.XmlLocation
           
 
Method Summary
static MoXmlProperty createMoXmlProperty(MoXmlElement parent, MoXmlSchema schema, MOPropertyDescriptor propertyDescriptor)
           
 java.lang.String getElementName()
           
protected  java.lang.Class<?> getJavaType()
           
 MOPropertyDescriptor getPropertyDescriptor()
           
 MoXmlSchema getSchema()
           
 MoXmlProperty.XmlLocation getXmlLocation()
           
 boolean isXmlOptional()
           
 java.lang.String toString()
           
 
Methods inherited from class com.abra.j2xb.beans.xmlModel.MoXmlElement
getChildElements, getParentElement, persistInstance, printElement, readInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPropertyDescriptor

public MOPropertyDescriptor getPropertyDescriptor()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getElementName

public java.lang.String getElementName()
Specified by:
getElementName in class MoXmlElement

isXmlOptional

public boolean isXmlOptional()
Specified by:
isXmlOptional in class MoXmlElement

getXmlLocation

public MoXmlProperty.XmlLocation getXmlLocation()

getJavaType

protected java.lang.Class<?> getJavaType()

createMoXmlProperty

public static MoXmlProperty createMoXmlProperty(MoXmlElement parent,
                                                MoXmlSchema schema,
                                                MOPropertyDescriptor propertyDescriptor)

getSchema

public MoXmlSchema getSchema()


Copyright © 2008. All Rights Reserved.