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 IncludeTypeIncludeType.unmarshalIncludeType(Reader reader) Method unmarshalIncludeType.Methods in org.exolab.castor.builder.binding.xml with parameters of type IncludeTypeModifier and TypeMethodDescriptionvoidBinding.addInclude(int index, IncludeType vInclude) voidBinding.addInclude(IncludeType vInclude) booleanBinding.removeInclude(IncludeType vInclude) Method removeInclude.voidBinding.setInclude(int index, IncludeType vInclude) voidBinding.setInclude(IncludeType[] vIncludeArray)