Class XmlElementDeclSelector.XmlElementRefInfo

  • Enclosing class:
    XmlElementDeclSelector

    static class XmlElementDeclSelector.XmlElementRefInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String nameValue  
      private javax.lang.model.type.TypeMirror sourceType  
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlElementRefInfo​(java.lang.String nameValue, javax.lang.model.type.TypeMirror sourceType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String nameValue()  
      (package private) javax.lang.model.type.TypeMirror sourceType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nameValue

        private final java.lang.String nameValue
      • sourceType

        private final javax.lang.model.type.TypeMirror sourceType
    • Constructor Detail

      • XmlElementRefInfo

        XmlElementRefInfo​(java.lang.String nameValue,
                          javax.lang.model.type.TypeMirror sourceType)
    • Method Detail

      • nameValue

        java.lang.String nameValue()
      • sourceType

        javax.lang.model.type.TypeMirror sourceType()