Class Import


  • public class Import
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String moduleUrl  
    • Constructor Summary

      Constructors 
      Constructor Description
      Import()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getModuleUrl()  
      java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.
      java.lang.String getResource()  
      void setModuleUrl​(java.lang.String moduleUrl)  
      void setResource​(java.lang.String resource)  
      • Methods inherited from class java.lang.Object

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

      • moduleUrl

        protected java.lang.String moduleUrl
    • Constructor Detail

      • Import

        public Import()
    • Method Detail

      • getResource

        public java.lang.String getResource()
      • setResource

        public void setResource​(java.lang.String resource)
      • getModuleUrl

        public java.lang.String getModuleUrl()
      • setModuleUrl

        public void setModuleUrl​(java.lang.String moduleUrl)
      • getOtherAttributes

        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null