Package org.apache.cxf.javascript
Interface ItemInfo
-
- All Known Implementing Classes:
AttributeInfo,ParticleInfo
public interface ItemInfoElements and attributes both provide these.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDefaultValue()StringgetJavascriptName()org.apache.ws.commons.schema.XmlSchemaTypegetType()booleanisAny()booleanisArray()booleanisNillable()booleanisOptional()voidsetDefaultValue(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)
-
-