Apache CXF API

org.apache.cxf.javascript
Interface ItemInfo

All Known Implementing Classes:
AttributeInfo, ParticleInfo

public interface ItemInfo

Elements and attributes both provide these.


Method Summary
 String getDefaultValue()
           
 String getJavascriptName()
           
 org.apache.ws.commons.schema.XmlSchemaType getType()
           
 boolean isAny()
           
 boolean isArray()
           
 boolean isNillable()
           
 boolean isOptional()
           
 void setDefaultValue(String value)
           
 

Method Detail

getJavascriptName

String getJavascriptName()

isAny

boolean isAny()

getType

org.apache.ws.commons.schema.XmlSchemaType getType()

isOptional

boolean isOptional()

isArray

boolean isArray()

isNillable

boolean isNillable()

getDefaultValue

String getDefaultValue()

setDefaultValue

void setDefaultValue(String value)

Apache CXF API

Apache CXF