|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v3.OperationalInfo
public class OperationalInfo
Java class for operationalInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="operationalInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="created" type="{urn:uddi-org:api_v3}timeInstant" minOccurs="0"/>
<element name="modified" type="{urn:uddi-org:api_v3}timeInstant" minOccurs="0"/>
<element name="modifiedIncludingChildren" type="{urn:uddi-org:api_v3}timeInstant" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}nodeID" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}authorizedName" minOccurs="0"/>
</sequence>
<attribute name="entityKey" use="required" type="{urn:uddi-org:api_v3}uddiKey" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
authorizedName
|
protected XMLGregorianCalendar |
created
|
protected String |
entityKey
|
protected XMLGregorianCalendar |
modified
|
protected XMLGregorianCalendar |
modifiedIncludingChildren
|
protected String |
nodeID
|
| Constructor Summary | |
|---|---|
OperationalInfo()
|
|
| Method Summary | |
|---|---|
String |
getAuthorizedName()
Gets the value of the authorizedName property. |
XMLGregorianCalendar |
getCreated()
Gets the value of the created property. |
String |
getEntityKey()
Gets the value of the entityKey property. |
XMLGregorianCalendar |
getModified()
Gets the value of the modified property. |
XMLGregorianCalendar |
getModifiedIncludingChildren()
Gets the value of the modifiedIncludingChildren property. |
String |
getNodeID()
Gets the value of the nodeID property. |
void |
setAuthorizedName(String value)
Sets the value of the authorizedName property. |
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property. |
void |
setEntityKey(String value)
Sets the value of the entityKey property. |
void |
setModified(XMLGregorianCalendar value)
Sets the value of the modified property. |
void |
setModifiedIncludingChildren(XMLGregorianCalendar value)
Sets the value of the modifiedIncludingChildren property. |
void |
setNodeID(String value)
Sets the value of the nodeID property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar created
protected XMLGregorianCalendar modified
protected XMLGregorianCalendar modifiedIncludingChildren
protected String nodeID
protected String authorizedName
protected String entityKey
| Constructor Detail |
|---|
public OperationalInfo()
| Method Detail |
|---|
public XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getModified()
XMLGregorianCalendarpublic void setModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getModifiedIncludingChildren()
XMLGregorianCalendarpublic void setModifiedIncludingChildren(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getNodeID()
Stringpublic void setNodeID(String value)
value - allowed object is
Stringpublic String getAuthorizedName()
Stringpublic void setAuthorizedName(String value)
value - allowed object is
Stringpublic String getEntityKey()
Stringpublic void setEntityKey(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||