org.apache.ws.jaxme.xs.jaxb.impl
public class JAXBPropertyImpl extends JAXBXsObjectImpl implements JAXBProperty
Implementation of the Property interface.
Version: $Id: JAXBPropertyImpl.java 231785 2004-02-16 23:39:59Z jochen $
| Nested Class Summary | |
|---|---|
| static class | JAXBPropertyImpl.BaseTypeImpl |
| Constructor Summary | |
|---|---|
| protected | JAXBPropertyImpl(XsObject pParent) Creates a new instance of JAXBPropertyImpl. |
| Method Summary | |
|---|---|
| BaseType | createBaseType() |
| JAXBJavadoc | createJavadoc() |
| BaseType | getBaseType() |
| String | getCollectionType() |
| JAXBJavadoc | getJavadoc() |
| String | getName() |
| Boolean | isEnableFailFastCheck() |
| Boolean | isFixedAttributeAsConstantProperty() |
| Boolean | isGenerateIsSetMethod() |
| void | setCollectionType(String pType) |
| void | setEnableFailFastCheck(Boolean pEnableFailFastCheck) |
| void | setFixedAttributeAsConstantProperty(Boolean pFixedAttributeAsConstantProperty) |
| void | setGenerateIsSetMethod(Boolean pGenerateIsSetMethod) |
| void | setName(String pName) |
Creates a new instance of JAXBPropertyImpl.