public interface Service extends RegistryObject, RegistryEntry
RegistryBean
interface that represents the JAXR Service
.STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN
Modifier and Type | Method and Description |
---|---|
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.
|
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.Boolean |
getWS_I_Compliant()
Gets WS_I_Compliant.
|
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 |
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 |
setWS_I_Compliant(java.lang.Boolean WS_I_Compliant)
Sets WS_I_Compliant.
|
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
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion
Organization getProvidingOrganization()
java.util.Collection<ServiceBinding> getServiceBindings()
void setProvidingOrganization(Organization providingOrganization)
providingOrganization
- the organization that provides this service.void setServiceBindings(java.util.Collection<ServiceBinding> serviceBindings)
serviceBindings
- the collection of service binding child objects.java.lang.Boolean getWS_I_Compliant()
void setWS_I_Compliant(java.lang.Boolean WS_I_Compliant)
WS_I_Compliant
- Indicates if this service is WS-I compliant.java.lang.String getSOAP_Version()
void setSOAP_Version(java.lang.String SOAP_Version)
SOAP_Version
- The SOAP version that this Web Service supports.java.lang.String getImplementation_Technology()
void setImplementation_Technology(java.lang.String Implementation_Technology)
Implementation_Technology
- The technology used to implement the Web Service (e.g. Java)java.lang.String getDemo_WSDL_URL()
void setDemo_WSDL_URL(java.lang.String Demo_WSDL_URL)
Demo_WSDL_URL
- The URL of a WSDL that can be used to demo or test this Web Service
without triggering its business functions.java.lang.String getTechnical_Support_Email()
void setTechnical_Support_Email(java.lang.String Technical_Support_Email)
Technical_Support_Email
- The email address to a contact person or group that can provide technical
support for this Web Service.java.lang.String getTechnical_Support_Phone()
void setTechnical_Support_Phone(java.lang.String Technical_Support_Phone)
Technical_Support_Phone
- A phone number to use to get technical support for this Web Service.java.lang.String getEndpoint()
void setEndpoint(java.lang.String Endpoint)
Endpoint
- Endpoint of the servicejava.util.Collection<RegistryBean> getHasPolicyAttachment()
Target types:
void setHasPolicyAttachment(java.util.Collection<RegistryBean> hasPolicyAttachment)
Target types:
hasPolicyAttachment
- The WSPolicies attached to this servicejava.util.Collection<ExternalLink> getFunctional_Requirements()
void setFunctional_Requirements(java.util.Collection<ExternalLink> Functional_Requirements)
Functional_Requirements
- One or more documents describing the functional requirements covered by
this Web Service.java.util.Collection<ExternalLink> getNon_Functional_Requirements()
void setNon_Functional_Requirements(java.util.Collection<ExternalLink> Non_Functional_Requirements)
Non_Functional_Requirements
- One or more documents describing the non-functional requirements covered
by this Web Service.java.util.Collection<ExternalLink> getError_MessagesAndCodes()
void setError_MessagesAndCodes(java.util.Collection<ExternalLink> Error_MessagesAndCodes)
Error_MessagesAndCodes
- One or more documents describing the error messages and codes returned by
this Web Service.java.util.Collection<ExternalLink> getUsage_Examples()
void setUsage_Examples(java.util.Collection<ExternalLink> Usage_Examples)
Usage_Examples
- One or more documents describing usage scenarios of this Web Service.java.util.Collection<ExternalLink> getRelease_Notes()
void setRelease_Notes(java.util.Collection<ExternalLink> Release_Notes)
Release_Notes
- The release notes of this Web Service.java.util.Collection<ExternalLink> getSchema()
void setSchema(java.util.Collection<ExternalLink> Schema)
Schema
- Attribute to store the schema file