org.apache.cxf.maven_plugin
Class WsdlArtifact
java.lang.Object
org.apache.cxf.maven_plugin.WsdlArtifact
public class WsdlArtifact
- extends Object
Represents a wsdl file that is stored in a maven repository
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlArtifact
public WsdlArtifact()
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