Uses of Class
org.jibx.schema.elements.CommonContentBase
-
Packages that use CommonContentBase Package Description org.jibx.schema org.jibx.schema.elements -
-
Uses of CommonContentBase in org.jibx.schema
Methods in org.jibx.schema with parameters of type CommonContentBase Modifier and Type Method Description voidSchemaVisitor. exit(CommonContentBase node)Exit content element.booleanSchemaVisitor. visit(CommonContentBase node)Visit content element (complexContent or simpleContent). -
Uses of CommonContentBase in org.jibx.schema.elements
Subclasses of CommonContentBase in org.jibx.schema.elements Modifier and Type Class Description classComplexContentElementRepresentation for a complexContent element.classSimpleContentElementRepresentation for a simpleContent element.Methods in org.jibx.schema.elements that return CommonContentBase Modifier and Type Method Description CommonContentBaseComplexTypeElement. getContentType()Get content type element.Methods in org.jibx.schema.elements with parameters of type CommonContentBase Modifier and Type Method Description voidComplexTypeElement. setContentType(CommonContentBase element)Set content type element.
-