cgl.juddi.datatype.response
Class ServiceInfo

java.lang.Object
  |
  +--org.apache.juddi.datatype.response.ServiceInfo
        |
        +--cgl.juddi.datatype.response.ServiceInfo
All Implemented Interfaces:
org.apache.juddi.datatype.RegistryObject, java.io.Serializable

public class ServiceInfo
extends org.apache.juddi.datatype.response.ServiceInfo

Author:
Mehmet S. Aktas (maktas@indiana.edu)
See Also:
Serialized Form

Field Summary
(package private)  AttributeBag attributeBag
           
(package private)  Lease lease
           
 
Fields inherited from class org.apache.juddi.datatype.response.ServiceInfo
 
Constructor Summary
ServiceInfo()
          default constructor
 
Method Summary
 void addAttributeBag(Attribute attribute)
           
 AttributeBag getAttributeBag()
           
 Lease getLease()
           
 void setAttributeBag(AttributeBag attributeBag)
           
 void setLease(Lease lease)
           
 
Methods inherited from class org.apache.juddi.datatype.response.ServiceInfo
addName, getBusinessKey, getNameVector, getServiceKey, setBusinessKey, setNameVector, setServiceKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeBag

AttributeBag attributeBag

lease

Lease lease
Constructor Detail

ServiceInfo

public ServiceInfo()
default constructor

Method Detail

addAttributeBag

public void addAttributeBag(Attribute attribute)
Overrides:
addAttributeBag in class org.apache.juddi.datatype.response.ServiceInfo

setAttributeBag

public void setAttributeBag(AttributeBag attributeBag)
Overrides:
setAttributeBag in class org.apache.juddi.datatype.response.ServiceInfo

getAttributeBag

public AttributeBag getAttributeBag()
Overrides:
getAttributeBag in class org.apache.juddi.datatype.response.ServiceInfo

setLease

public void setLease(Lease lease)
Overrides:
setLease in class org.apache.juddi.datatype.response.ServiceInfo

getLease

public Lease getLease()
Overrides:
getLease in class org.apache.juddi.datatype.response.ServiceInfo