Uses of Class
org.exolab.castor.builder.binding.xml.IncludeType
Packages that use IncludeType
-
Uses of IncludeType in org.exolab.castor.builder.binding.xml
Methods in org.exolab.castor.builder.binding.xml that return IncludeTypeModifier and TypeMethodDescriptionBinding.getInclude()
Method getInclude.Returns the contents of the collection in an Array.Binding.getInclude
(int index) Method getInclude.Binding.removeIncludeAt
(int index) Method removeIncludeAt.static IncludeType
IncludeType.unmarshalIncludeType
(Reader reader) Method unmarshalIncludeType.Methods in org.exolab.castor.builder.binding.xml with parameters of type IncludeTypeModifier and TypeMethodDescriptionvoid
Binding.addInclude
(int index, IncludeType vInclude) void
Binding.addInclude
(IncludeType vInclude) boolean
Binding.removeInclude
(IncludeType vInclude) Method removeInclude.void
Binding.setInclude
(int index, IncludeType vInclude) void
Binding.setInclude
(IncludeType[] vIncludeArray)