Apache CXF API

org.apache.cxf.maven_plugin
Class WsdlArtifact

java.lang.Object
  extended by org.apache.cxf.maven_plugin.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)
           
 String getArtifactId()
           
 String getGroupId()
           
 String getType()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setType(String type)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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)

Apache CXF API

Apache CXF