Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.juddi.datatype.response
Class ServiceDetail  view ServiceDetail download ServiceDetail.java

java.lang.Object
  extended byorg.apache.juddi.datatype.response.ServiceDetail
All Implemented Interfaces:
org.apache.juddi.datatype.RegistryObject, java.io.Serializable

public class ServiceDetail
extends java.lang.Object
implements org.apache.juddi.datatype.RegistryObject

"This structure contains full details for zero or more businessService structures. It is returned in response to a get_serviceDetail message, and optionally in response to the save_binding and save_service messages." "Note that the businessKey value is supplied in this message because the container does not provide a link to the parent businessEntity structure" XML Structure Reference. (The businessKey in the businessService must be populated).


Field Summary
(package private)  java.lang.String generic
           
(package private)  java.lang.String operator
           
(package private)  java.util.Vector serviceVector
           
(package private)  boolean truncated
           
 
Constructor Summary
ServiceDetail()
          default constructor
 
Method Summary
 void addBusinessService(org.apache.juddi.datatype.service.BusinessService service)
           
 java.util.Vector getBusinessServiceVector()
           
 java.lang.String getGeneric()
           
 java.lang.String getOperator()
           
 boolean isTruncated()
           
 void setBusinessServiceVector(java.util.Vector services)
           
 void setGeneric(java.lang.String genericValue)
           
 void setOperator(java.lang.String operator)
           
 void setTruncated(boolean val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generic

java.lang.String generic

operator

java.lang.String operator

truncated

boolean truncated

serviceVector

java.util.Vector serviceVector
Constructor Detail

ServiceDetail

public ServiceDetail()
default constructor

Method Detail

setGeneric

public void setGeneric(java.lang.String genericValue)

getGeneric

public java.lang.String getGeneric()

setOperator

public void setOperator(java.lang.String operator)

getOperator

public java.lang.String getOperator()

isTruncated

public boolean isTruncated()

setTruncated

public void setTruncated(boolean val)

addBusinessService

public void addBusinessService(org.apache.juddi.datatype.service.BusinessService service)

setBusinessServiceVector

public void setBusinessServiceVector(java.util.Vector services)

getBusinessServiceVector

public java.util.Vector getBusinessServiceVector()