public class ServiceImpl extends RegistryEntryImpl implements Service
Service
.STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN
Constructor and Description |
---|
ServiceImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getDemo_WSDL_URL()
Gets Demo_WSDL_URL.
|
java.lang.String |
getEndpoint()
Gets Endpoint.
|
java.util.Collection<ExternalLink> |
getError_MessagesAndCodes()
Gets Error_MessagesAndCodes.
|
java.util.Collection<ExternalLink> |
getFunctional_Requirements()
Gets Functional_Requirements.
|
java.util.Collection<RegistryBean> |
getHasPolicyAttachment()
Gets hasPolicyAttachment.
|
java.lang.String |
getImplementation_Technology()
Gets Implementation_Technology.
|
int |
getMajorVersion()
Gets the major revision number for this version of the Versionable
object.
|
int |
getMinorVersion()
Gets the minor revision number for this version of the Versionable
object.
|
java.util.Collection<ExternalLink> |
getNon_Functional_Requirements()
Gets Non_Functional_Requirements.
|
Organization |
getProvidingOrganization()
Gets the Organization that provides this service.
|
java.util.Collection<ExternalLink> |
getRelease_Notes()
Gets Release_Notes.
|
java.util.Collection<ExternalLink> |
getSchema()
Gets Schema.
|
java.util.Collection<ServiceBinding> |
getServiceBindings()
Gets all children ServiceBindings.
|
java.lang.String |
getSOAP_Version()
Gets SOAP_Version.
|
java.lang.String |
getTechnical_Support_Email()
Gets Technical_Support_Email.
|
java.lang.String |
getTechnical_Support_Phone()
Gets Technical_Support_Phone.
|
java.util.Collection<ExternalLink> |
getUsage_Examples()
Gets Usage_Examples.
|
java.lang.String |
getUserVersion()
Gets the user-specified revision number for this version of the
Versionable object.
|
java.lang.Boolean |
getWS_I_Compliant()
Gets WS_I_Compliant.
|
int |
hashCode() |
void |
setDemo_WSDL_URL(java.lang.String Demo_WSDL_URL)
Sets Demo_WSDL_URL.
|
void |
setEndpoint(java.lang.String Endpoint)
Sets Endpoint.
|
void |
setError_MessagesAndCodes(java.util.Collection<ExternalLink> Error_MessagesAndCodes)
Sets Error_MessagesAndCodes.
|
void |
setFunctional_Requirements(java.util.Collection<ExternalLink> Functional_Requirements)
Sets Functional_Requirements.
|
void |
setHasPolicyAttachment(java.util.Collection<RegistryBean> hasPolicyAttachment)
Sets hasPolicyAttachment.
|
void |
setImplementation_Technology(java.lang.String Implementation_Technology)
Sets Implementation_Technology.
|
void |
setMajorVersion(int majorVersion)
Sets the major revision number for this version of the Versionable
object.
|
void |
setMinorVersion(int minorVersion)
Sets the minor revision number for this version of the Versionable
object.
|
void |
setNon_Functional_Requirements(java.util.Collection<ExternalLink> Non_Functional_Requirements)
Sets Non_Functional_Requirements.
|
void |
setProvidingOrganization(Organization providingOrganization)
Sets the Organization that provides this service.
|
void |
setRelease_Notes(java.util.Collection<ExternalLink> Release_Notes)
Sets Release_Notes.
|
void |
setSchema(java.util.Collection<ExternalLink> Schema)
Sets Schema.
|
void |
setServiceBindings(java.util.Collection<ServiceBinding> serviceBindings)
Gets all child ServiceBindings.
|
void |
setSOAP_Version(java.lang.String SOAP_Version)
Sets SOAP_Version.
|
void |
setTechnical_Support_Email(java.lang.String Technical_Support_Email)
Sets Technical_Support_Email.
|
void |
setTechnical_Support_Phone(java.lang.String Technical_Support_Phone)
Sets Technical_Support_Phone.
|
void |
setUsage_Examples(java.util.Collection<ExternalLink> Usage_Examples)
Sets Usage_Examples.
|
void |
setUserVersion(java.lang.String userVersion)
Sets the user specified revision number for this version of the
Versionable object.
|
void |
setWS_I_Compliant(java.lang.Boolean WS_I_Compliant)
Sets WS_I_Compliant.
|
getExpiration, getStability, getStatus, setExpiration, setStability, setStatus
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSlots, getSubmittingOrganization, setAssociatedObjects, setAssociations, setAuditTrail, setClassifications, setExternalIdentifiers, setExternalLinks, setObjectType, setRegistryPackages, setSlots, setSubmittingOrganization
getCheckpointName, getDescription, getIdentity, getKey, getName, isRevision, setCheckpointName, setDescription, setIdentity, setKey, setName, toString
getExpiration, getStability, getStatus, setExpiration, setStability
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
public Organization getProvidingOrganization()
getProvidingOrganization
in interface Service
public java.util.Collection<ServiceBinding> getServiceBindings()
getServiceBindings
in interface Service
public void setProvidingOrganization(Organization providingOrganization)
setProvidingOrganization
in interface Service
providingOrganization
- the organization that provides this service.public int getMajorVersion()
getMajorVersion
in interface Versionable
getMajorVersion
in class RegistryEntryImpl
public int getMinorVersion()
getMinorVersion
in interface Versionable
getMinorVersion
in class RegistryEntryImpl
public java.lang.String getUserVersion()
getUserVersion
in interface Versionable
getUserVersion
in class RegistryEntryImpl
public void setMajorVersion(int majorVersion)
setMajorVersion
in interface Versionable
setMajorVersion
in class RegistryEntryImpl
majorVersion
- the major revision number.public void setMinorVersion(int minorVersion)
setMinorVersion
in interface Versionable
setMinorVersion
in class RegistryEntryImpl
minorVersion
- the minor revision number.public void setUserVersion(java.lang.String userVersion)
setUserVersion
in interface Versionable
setUserVersion
in class RegistryEntryImpl
userVersion
- the user specified revision number.public void setServiceBindings(java.util.Collection<ServiceBinding> serviceBindings)
setServiceBindings
in interface Service
serviceBindings
- the collection of service binding child objects.public java.lang.Boolean getWS_I_Compliant()
getWS_I_Compliant
in interface Service
public void setWS_I_Compliant(java.lang.Boolean WS_I_Compliant)
setWS_I_Compliant
in interface Service
WS_I_Compliant
- Indicates if this service is WS-I compliant.public java.lang.String getSOAP_Version()
getSOAP_Version
in interface Service
public void setSOAP_Version(java.lang.String SOAP_Version)
setSOAP_Version
in interface Service
SOAP_Version
- The SOAP version that this Web Service supports.public java.lang.String getImplementation_Technology()
getImplementation_Technology
in interface Service
public void setImplementation_Technology(java.lang.String Implementation_Technology)
setImplementation_Technology
in interface Service
Implementation_Technology
- The technology used to implement the Web Service (e.g. Java)public java.lang.String getDemo_WSDL_URL()
getDemo_WSDL_URL
in interface Service
public void setDemo_WSDL_URL(java.lang.String Demo_WSDL_URL)
setDemo_WSDL_URL
in interface Service
Demo_WSDL_URL
- The URL of a WSDL that can be used to demo or test this Web Service
without triggering its business functions.public java.lang.String getTechnical_Support_Email()
getTechnical_Support_Email
in interface Service
public void setTechnical_Support_Email(java.lang.String Technical_Support_Email)
setTechnical_Support_Email
in interface Service
Technical_Support_Email
- The email address to a contact person or group that can provide technical
support for this Web Service.public java.lang.String getTechnical_Support_Phone()
getTechnical_Support_Phone
in interface Service
public void setTechnical_Support_Phone(java.lang.String Technical_Support_Phone)
setTechnical_Support_Phone
in interface Service
Technical_Support_Phone
- A phone number to use to get technical support for this Web Service.public java.lang.String getEndpoint()
getEndpoint
in interface Service
public void setEndpoint(java.lang.String Endpoint)
setEndpoint
in interface Service
Endpoint
- Endpoint of the servicepublic java.util.Collection<RegistryBean> getHasPolicyAttachment()
Target types:
getHasPolicyAttachment
in interface Service
public void setHasPolicyAttachment(java.util.Collection<RegistryBean> hasPolicyAttachment)
Target types:
setHasPolicyAttachment
in interface Service
hasPolicyAttachment
- The WSPolicies attached to this servicepublic java.util.Collection<ExternalLink> getFunctional_Requirements()
getFunctional_Requirements
in interface Service
public void setFunctional_Requirements(java.util.Collection<ExternalLink> Functional_Requirements)
setFunctional_Requirements
in interface Service
Functional_Requirements
- One or more documents describing the functional requirements covered by
this Web Service.public java.util.Collection<ExternalLink> getNon_Functional_Requirements()
getNon_Functional_Requirements
in interface Service
public void setNon_Functional_Requirements(java.util.Collection<ExternalLink> Non_Functional_Requirements)
setNon_Functional_Requirements
in interface Service
Non_Functional_Requirements
- One or more documents describing the non-functional requirements covered
by this Web Service.public java.util.Collection<ExternalLink> getError_MessagesAndCodes()
getError_MessagesAndCodes
in interface Service
public void setError_MessagesAndCodes(java.util.Collection<ExternalLink> Error_MessagesAndCodes)
setError_MessagesAndCodes
in interface Service
Error_MessagesAndCodes
- One or more documents describing the error messages and codes returned by
this Web Service.public java.util.Collection<ExternalLink> getUsage_Examples()
getUsage_Examples
in interface Service
public void setUsage_Examples(java.util.Collection<ExternalLink> Usage_Examples)
setUsage_Examples
in interface Service
Usage_Examples
- One or more documents describing usage scenarios of this Web Service.public java.util.Collection<ExternalLink> getRelease_Notes()
getRelease_Notes
in interface Service
public void setRelease_Notes(java.util.Collection<ExternalLink> Release_Notes)
setRelease_Notes
in interface Service
Release_Notes
- The release notes of this Web Service.public java.util.Collection<ExternalLink> getSchema()
public void setSchema(java.util.Collection<ExternalLink> Schema)
public boolean equals(java.lang.Object other)
equals
in class RegistryEntryImpl
public int hashCode()
hashCode
in class RegistryEntryImpl