Class DepPatternType

  • Direct Known Subclasses:
    ReferenceType

    public class DepPatternType
    extends Object

    Java class for patternType complex type.

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

     <complexType name="patternType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="module" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DepPatternType

        public DepPatternType()
    • Method Detail

      • getGroupId

        public String getGroupId()
      • setGroupId

        public void setGroupId​(String groupId)
      • getArtifactId

        public String getArtifactId()
      • setArtifactId

        public void setArtifactId​(String artifactId)
      • getVersion

        public String getVersion()
      • setVersion

        public void setVersion​(String version)
      • getModule

        public String getModule()
      • setModule

        public void setModule​(String module)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getName

        public String getName()
      • setName

        public void setName​(String name)