Interface SchemaContextDefinition
- All Superinterfaces:
- Serializable
The interface provides Getter and Setter methods of possible attributes for definition the schema context annotation in xsd.
- 
Method SummaryModifier 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- 
getTypeQName getType()Type object if directly defined.
- 
getPathItemPath getPath()
- 
getTypePathQName getTypePath()Path of type object.
- 
getAlgorithmQName getAlgorithm()Name of resolver for find attributes which the object depends. For exampleResourceObjectContextResolver
- 
setType
- 
setTypePath
- 
setPath
- 
setAlgorithm
 
-