Interface SchemaContextDefinition
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SchemaContextDefinitionImpl
The interface provides Getter and Setter methods of possible attributes for definition the schema context annotation in xsd.
-
Method Summary
Modifier and TypeMethodDescriptionName of resolver for find attributes which the object depends.getPath()getType()Type object if directly defined.Path of type object.voidsetAlgorithm(QName algorithmName) voidvoidvoidsetTypePath(QName typePath)
-
Method Details
-
getType
QName getType()Type object if directly defined. -
getPath
ItemPath getPath() -
getTypePath
QName getTypePath()Path of type object. -
getAlgorithm
QName getAlgorithm()Name of resolver for find attributes which the object depends. For exampleResourceObjectContextResolver -
setType
-
setTypePath
-
setPath
-
setAlgorithm
-