|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.OperationalInfo
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 |
public 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 |
public org.apache.axis.types.URI getEntityKey()
public void setEntityKey(org.apache.axis.types.URI entityKey)
entityKey
- public java.util.Calendar getCreated()
public void setCreated(java.util.Calendar created)
created
- public java.util.Calendar getModified()
public void setModified(java.util.Calendar modified)
modified
- public java.util.Calendar getModifiedIncludingChildren()
public void setModifiedIncludingChildren(java.util.Calendar modifiedIncludingChildren)
modifiedIncludingChildren
- public org.apache.axis.types.URI getNodeID()
public void setNodeID(org.apache.axis.types.URI nodeID)
nodeID
- public java.lang.String getAuthorizedName()
public void setAuthorizedName(java.lang.String authorizedName)
authorizedName
- public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |