Class TImport

All Implemented Interfaces:
Copyable, PartialCopyable, Cloneable, org.jvnet.jaxb2_commons.lang.ToString2

public class TImport extends TExtensibleAttributesDocumented implements Cloneable, Copyable, PartialCopyable, org.jvnet.jaxb2_commons.lang.ToString2

Java class for tImport complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tImport">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented">
       <attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • namespace

      protected String namespace
    • location

      protected String location
  • Constructor Details

    • TImport

      public TImport()
      Generated by copy-constructor plugin, JAXB requires public no-arg constructor.
    • TImport

      public TImport(TImport _other)
      Instantiates a TImport copying the state of another TImport
      Parameters:
      _other - The original TImport from which to copy state.
    • TImport

      public TImport(TImport _other, PropertyTree _propertyTree, PropertyTreeUse _propertyTreeUse)
      Instantiates a TImport copying the state of another TImport
      Parameters:
      _propertyTreeUse - Meaning of the PropertyPath: Exclude or include members contained in property path.
      _propertyTree - A restricting PropertyPath that defines which nodes of the source object tree should actually be copied.
      _other - The original TImport from which to copy state.
  • Method Details