Class Import

All Implemented Interfaces:
HasExtensionAttributes

public class Import extends BaseElement
  • Field Details

    • importType

      protected String importType
    • location

      protected String location
    • namespace

      protected String namespace
  • Constructor Details

    • Import

      public Import()
  • Method Details

    • getImportType

      public String getImportType()
    • setImportType

      public void setImportType(String importType)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getNamespace

      public String getNamespace()
    • setNamespace

      public void setNamespace(String namespace)
    • clone

      public Import clone()
      Specified by:
      clone in class BaseElement
    • setValues

      public void setValues(Import otherElement)