cgl.axis.services.uddi.uddi_schema
Class OperationalInfo

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.OperationalInfo
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
OperationalInfo()
           
OperationalInfo(org.apache.axis.types.URI entityKey, java.util.Calendar created, java.util.Calendar modified, java.util.Calendar modifiedIncludingChildren, org.apache.axis.types.URI nodeID, java.lang.String authorizedName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAuthorizedName()
          Gets the authorizedName value for this OperationalInfo.
 java.util.Calendar getCreated()
          Gets the created value for this OperationalInfo.
 org.apache.axis.types.URI getEntityKey()
          Gets the entityKey value for this OperationalInfo.
 java.util.Calendar getModified()
          Gets the modified value for this OperationalInfo.
 java.util.Calendar getModifiedIncludingChildren()
          Gets the modifiedIncludingChildren value for this OperationalInfo.
 org.apache.axis.types.URI getNodeID()
          Gets the nodeID value for this OperationalInfo.
 int hashCode()
           
 void setAuthorizedName(java.lang.String authorizedName)
          Sets the authorizedName value for this OperationalInfo.
 void setCreated(java.util.Calendar created)
          Sets the created value for this OperationalInfo.
 void setEntityKey(org.apache.axis.types.URI entityKey)
          Sets the entityKey value for this OperationalInfo.
 void setModified(java.util.Calendar modified)
          Sets the modified value for this OperationalInfo.
 void setModifiedIncludingChildren(java.util.Calendar modifiedIncludingChildren)
          Sets the modifiedIncludingChildren value for this OperationalInfo.
 void setNodeID(org.apache.axis.types.URI nodeID)
          Sets the nodeID value for this OperationalInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationalInfo

public OperationalInfo()

OperationalInfo

public OperationalInfo(org.apache.axis.types.URI entityKey,
                       java.util.Calendar created,
                       java.util.Calendar modified,
                       java.util.Calendar modifiedIncludingChildren,
                       org.apache.axis.types.URI nodeID,
                       java.lang.String authorizedName)
Method Detail

getEntityKey

public org.apache.axis.types.URI getEntityKey()
Gets the entityKey value for this OperationalInfo.

Returns:
entityKey

setEntityKey

public void setEntityKey(org.apache.axis.types.URI entityKey)
Sets the entityKey value for this OperationalInfo.

Parameters:
entityKey -

getCreated

public java.util.Calendar getCreated()
Gets the created value for this OperationalInfo.

Returns:
created

setCreated

public void setCreated(java.util.Calendar created)
Sets the created value for this OperationalInfo.

Parameters:
created -

getModified

public java.util.Calendar getModified()
Gets the modified value for this OperationalInfo.

Returns:
modified

setModified

public void setModified(java.util.Calendar modified)
Sets the modified value for this OperationalInfo.

Parameters:
modified -

getModifiedIncludingChildren

public java.util.Calendar getModifiedIncludingChildren()
Gets the modifiedIncludingChildren value for this OperationalInfo.

Returns:
modifiedIncludingChildren

setModifiedIncludingChildren

public void setModifiedIncludingChildren(java.util.Calendar modifiedIncludingChildren)
Sets the modifiedIncludingChildren value for this OperationalInfo.

Parameters:
modifiedIncludingChildren -

getNodeID

public org.apache.axis.types.URI getNodeID()
Gets the nodeID value for this OperationalInfo.

Returns:
nodeID

setNodeID

public void setNodeID(org.apache.axis.types.URI nodeID)
Sets the nodeID value for this OperationalInfo.

Parameters:
nodeID -

getAuthorizedName

public java.lang.String getAuthorizedName()
Gets the authorizedName value for this OperationalInfo.

Returns:
authorizedName

setAuthorizedName

public void setAuthorizedName(java.lang.String authorizedName)
Sets the authorizedName value for this OperationalInfo.

Parameters:
authorizedName -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()