Class BIContent
java.lang.Object
com.sun.tools.xjc.reader.dtd.bindinfo.BIContent
Particles in the
<content> declaration in the binding file.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfinal StringGets the property name of this particle.final FieldRendererGets the realization of this particle, if any.final JClassgetType()Gets the type of this property, if any.
-
Field Details
-
element
The particle element which this object is wrapping. -
parent
The parent object.
-
-
Method Details
-
getRealization
Gets the realization of this particle, if any.- Returns:
- null if the "collection" attribute was not specified.
-
getPropertyName
Gets the property name of this particle.- Returns:
- always a non-null, valid string.
-
getType
Gets the type of this property, if any.<element-ref>particle doesn't have the type.- Returns:
- null if none is specified.
-