org.apache.juddi.v3.client.mapping
Class RegistrationInfo
java.lang.Object
org.apache.juddi.v3.client.mapping.RegistrationInfo
- All Implemented Interfaces:
- Serializable
public class RegistrationInfo
- extends Object
- implements Serializable
- Author:
- Kurt T Stam
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistrationInfo
public RegistrationInfo()
getServiceQName
public QName getServiceQName()
setServiceQName
public void setServiceQName(QName serviceQName)
getPortName
public String getPortName()
setPortName
public void setPortName(String portName)
getServiceUrl
public URL getServiceUrl()
setServiceUrl
public void setServiceUrl(URL serviceUrl)
getWsdlDefinition
public javax.wsdl.Definition getWsdlDefinition()
setWsdlDefinition
public void setWsdlDefinition(javax.wsdl.Definition wsdlDefinition)
getRegistrationType
public RegistrationType getRegistrationType()
setRegistrationType
public void setRegistrationType(RegistrationType registrationType)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getWsdlUrl
public URL getWsdlUrl()
setWsdlUrl
public void setWsdlUrl(URL wsdlUrl)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.