Uses of Class
com.sun.xml.rpc.processor.schema.Symbol
-
Packages that use Symbol Package Description com.sun.xml.rpc.processor.schema -
-
Uses of Symbol in com.sun.xml.rpc.processor.schema
Fields in com.sun.xml.rpc.processor.schema declared as Symbol Modifier and Type Field Description static SymbolSymbol. ALLstatic SymbolSymbol. ATOMICstatic SymbolSymbol. CHOICEstatic SymbolSymbol. DEFAULTstatic SymbolSymbol. EXTENSIONstatic SymbolSymbol. FIXEDstatic SymbolSymbol. KEYstatic SymbolSymbol. KEYREFstatic SymbolSymbol. LAXstatic SymbolSymbol. LISTstatic SymbolSymbol. RESTRICTIONstatic SymbolSymbol. SEQUENCEstatic SymbolSymbol. SKIPstatic SymbolSymbol. STRICTstatic SymbolSymbol. SUBSTITUTIONstatic SymbolSymbol. UNIONstatic SymbolSymbol. UNIQUEMethods in com.sun.xml.rpc.processor.schema that return Symbol Modifier and Type Method Description SymbolModelGroupComponent. getCompositor()SymbolComplexTypeDefinitionComponent. getDerivationMethod()SymbolAttributeDeclarationComponent. getValueKind()SymbolAttributeUseComponent. getValueKind()static SymbolSymbol. named(String s)Methods in com.sun.xml.rpc.processor.schema with parameters of type Symbol Modifier and Type Method Description voidModelGroupComponent. setCompositor(Symbol s)voidComplexTypeDefinitionComponent. setDerivationMethod(Symbol s)voidWildcardComponent. setProcessContents(Symbol s)voidAttributeDeclarationComponent. setValueKind(Symbol s)voidAttributeUseComponent. setValueKind(Symbol s)voidElementDeclarationComponent. setValueKind(Symbol s)
-