Interface SchemaContextDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchemaContextDefinitionImpl

public interface SchemaContextDefinition extends Serializable
The interface provides Getter and Setter methods of possible attributes for definition the schema context annotation in xsd.
  • Method Details

    • getType

      QName getType()
      Type object if directly defined.
    • getTypePath

      QName getTypePath()
      Path of type object.
    • getAlgorithm

      QName getAlgorithm()
      Name of resolver for find attributes which the object depends. For example ResourceObjectContextResolver
    • setType

      void setType(QName type)
    • setTypePath

      void setTypePath(QName typePath)
    • setAlgorithm

      void setAlgorithm(QName algorithmName)