Apache CXF API

org.apache.cxf.maven_plugin
Class WsdlArtifact

java.lang.Object
  extended by org.apache.cxf.maven_plugin.WsdlArtifact
Direct Known Subclasses:
WsdlArtifact, WsdlArtifact

public class WsdlArtifact
extends Object

Represents a wsdl file that is stored in a maven repository


Constructor Summary
WsdlArtifact()
           
 
Method Summary
 boolean doesMatch(WsdlArtifact artifact)
          Not quite the same as equals: null in version matches anything.
 boolean equals(Object obj)
           
 String getArtifactId()
           
 String getClassifier()
           
 String getGroupId()
           
 String getType()
           
 String getVersion()
           
 int hashCode()
           
 void setArtifactId(String artifactId)
           
 void setClassifier(String classifier)
           
 void setGroupId(String groupId)
           
 void setType(String type)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WsdlArtifact

public WsdlArtifact()
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)

getType

public String getType()

setType

public void setType(String type)

doesMatch

public boolean doesMatch(WsdlArtifact artifact)
Not quite the same as equals: null in version matches anything.

Parameters:
artifact -
Returns:

getClassifier

public String getClassifier()

setClassifier

public void setClassifier(String classifier)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

Apache CXF API

Apache CXF