Class Import

java.lang.Object
com.io7m.sunburst.xml.peers.jaxb.Import

public class Import extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Name" use="required" type="{urn:com.io7m.sunburst:peer:1}PackageNameT" />
       <attribute name="Major" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="Minor" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="Patch" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="Qualifier" type="{urn:com.io7m.sunburst:peer:1}PackageVersionQualifierT" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • major

      protected long major
    • minor

      protected long minor
    • patch

      protected long patch
    • qualifier

      protected String qualifier
  • Constructor Details

    • Import

      public Import()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getMajor

      public long getMajor()
      Gets the value of the major property.
    • setMajor

      public void setMajor(long value)
      Sets the value of the major property.
    • getMinor

      public long getMinor()
      Gets the value of the minor property.
    • setMinor

      public void setMinor(long value)
      Sets the value of the minor property.
    • getPatch

      public long getPatch()
      Gets the value of the patch property.
    • setPatch

      public void setPatch(long value)
      Sets the value of the patch property.
    • getQualifier

      public String getQualifier()
      Gets the value of the qualifier property.
      Returns:
      possible object is String
    • setQualifier

      public void setQualifier(String value)
      Sets the value of the qualifier property.
      Parameters:
      value - allowed object is String