org.apache.cxf.javascript
Interface ItemInfo
- All Known Implementing Classes:
- AttributeInfo, ParticleInfo
public interface ItemInfo
Elements and attributes both provide these.
getJavascriptName
java.lang.String getJavascriptName()
isAny
boolean isAny()
getType
org.apache.ws.commons.schema.XmlSchemaType getType()
isOptional
boolean isOptional()
isArray
boolean isArray()
isNillable
boolean isNillable()
getDefaultValue
java.lang.String getDefaultValue()
setDefaultValue
void setDefaultValue(java.lang.String value)
Apache CXF