org.uddi.v3.schema.api
Class OperationalInfos

java.lang.Object
  extended byorg.uddi.v3.schema.api.OperationalInfos
All Implemented Interfaces:
java.io.Serializable

public class OperationalInfos
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OperationalInfos()
           
 
Method Summary
 OperationalInfo[] getOperationalInfo()
           
 OperationalInfo getOperationalInfo(int i)
           
 java.lang.Boolean getTruncated()
           
 void setOperationalInfo(int i, OperationalInfo value)
           
 void setOperationalInfo(OperationalInfo[] operationalInfo)
           
 void setTruncated(java.lang.Boolean truncated)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationalInfos

public OperationalInfos()
Method Detail

getTruncated

public java.lang.Boolean getTruncated()

setTruncated

public void setTruncated(java.lang.Boolean truncated)

getOperationalInfo

public OperationalInfo[] getOperationalInfo()

setOperationalInfo

public void setOperationalInfo(OperationalInfo[] operationalInfo)

getOperationalInfo

public OperationalInfo getOperationalInfo(int i)

setOperationalInfo

public void setOperationalInfo(int i,
                               OperationalInfo value)