|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.uddi.Binding
BindingTemplate represents a UDDI binding template.
Field Summary |
Constructor Summary | |
Binding()
Construct a Binding with no initial values. |
Method Summary | |
void |
addDescription(Description description)
Add the specified description. |
void |
addTModelInstance(TModelInstance tModelInstance)
Add the TModelInstance. |
boolean |
equals(java.lang.Object object)
|
AccessPoint |
getAccessPoint()
Return my access point. |
java.lang.String |
getBindingKey()
Return my binding key. |
Description[] |
getDescriptions()
Return my descriptions. |
java.lang.String |
getHostingRedirector()
Return my hosting redirector. |
java.lang.String |
getServiceKey()
Return my service key. |
TModelInstance[] |
getTModelInstances()
Return an array of my TModelInstances. |
java.lang.String |
getUserName()
|
void |
read(IReader reader)
Restore myself from the specified reader. |
void |
removeDescription(Description description)
Remove the specified description. |
void |
removeTModelInstance(TModelInstance tModelInstance)
Remove the TModelInstance. |
void |
setAccessPoint(AccessPoint accessPoint)
Set my access point. |
void |
setBindingKey(java.lang.String bindingKey)
Set my binding key. |
void |
setDescriptions(Description[] descriptions)
Set my descriptions. |
void |
setHostingRedirector(java.lang.String hostingRedirector)
Set my hosting redirector. |
void |
setServiceKey(java.lang.String serviceKey)
Set my service key. |
void |
setTModelInstances(TModelInstance[] tModelInstances)
|
void |
setUserName(java.lang.String userName)
|
java.lang.String |
toString()
Return my description. |
void |
write(IWriter writer)
Write myself to the specified writer. |
void |
write(IWriter writer,
boolean includeUserName)
Write myself to the specified writer. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Binding()
Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object object)
object
-
public void setBindingKey(java.lang.String bindingKey)
bindingKey
- The new binding key.public java.lang.String getBindingKey()
public void setServiceKey(java.lang.String serviceKey)
serviceKey
- The new service key value.public java.lang.String getServiceKey()
public Description[] getDescriptions()
public void setDescriptions(Description[] descriptions)
descriptions
- The descriptions.public void addDescription(Description description)
description
- The description.public void removeDescription(Description description)
description
- The description.public void setAccessPoint(AccessPoint accessPoint)
accessPoint
- The new access point.public AccessPoint getAccessPoint()
public void setHostingRedirector(java.lang.String hostingRedirector)
hostingRedirector
- The new hosting redirector.public java.lang.String getHostingRedirector()
public void addTModelInstance(TModelInstance tModelInstance)
tModelInstance
- The TModelInstance to add.public void removeTModelInstance(TModelInstance tModelInstance)
tModelInstance
- the TModelInstance to remove.public TModelInstance[] getTModelInstances()
public void setTModelInstances(TModelInstance[] tModelInstances)
tModelInstances
- public void setUserName(java.lang.String userName)
userName
- public java.lang.String getUserName()
public void write(IWriter writer) throws java.io.IOException
write
in interface ISerializable
writer
- The IWriter
java.io.IOException
- If a serialization error occurs.public void write(IWriter writer, boolean includeUserName) throws java.io.IOException
writer
- The IWriterincludeUserName
-
java.io.IOException
- If a serialization error occurs.public void read(IReader reader) throws java.io.IOException
read
in interface ISerializable
reader
- The IReader
java.io.IOException
- If a deserialization error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |