org.uddi.api_v3
Class OperationalInfo

java.lang.Object
  extended by org.uddi.api_v3.OperationalInfo

public class OperationalInfo
extends java.lang.Object

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  java.lang.String authorizedName
           
protected  javax.xml.datatype.XMLGregorianCalendar created
           
protected  java.lang.String entityKey
           
protected  javax.xml.datatype.XMLGregorianCalendar modified
           
protected  javax.xml.datatype.XMLGregorianCalendar modifiedIncludingChildren
           
protected  java.lang.String nodeID
           
 
Constructor Summary
OperationalInfo()
           
 
Method Summary
 java.lang.String getAuthorizedName()
          Gets the value of the authorizedName property.
 javax.xml.datatype.XMLGregorianCalendar getCreated()
          Gets the value of the created property.
 java.lang.String getEntityKey()
          Gets the value of the entityKey property.
 javax.xml.datatype.XMLGregorianCalendar getModified()
          Gets the value of the modified property.
 javax.xml.datatype.XMLGregorianCalendar getModifiedIncludingChildren()
          Gets the value of the modifiedIncludingChildren property.
 java.lang.String getNodeID()
          Gets the value of the nodeID property.
 void setAuthorizedName(java.lang.String value)
          Sets the value of the authorizedName property.
 void setCreated(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the created property.
 void setEntityKey(java.lang.String value)
          Sets the value of the entityKey property.
 void setModified(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the modified property.
 void setModifiedIncludingChildren(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the modifiedIncludingChildren property.
 void setNodeID(java.lang.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

created

protected javax.xml.datatype.XMLGregorianCalendar created

modified

protected javax.xml.datatype.XMLGregorianCalendar modified

modifiedIncludingChildren

protected javax.xml.datatype.XMLGregorianCalendar modifiedIncludingChildren

nodeID

protected java.lang.String nodeID

authorizedName

protected java.lang.String authorizedName

entityKey

protected java.lang.String entityKey
Constructor Detail

OperationalInfo

public OperationalInfo()
Method Detail

getCreated

public javax.xml.datatype.XMLGregorianCalendar getCreated()
Gets the value of the created property.

Returns:
possible object is XMLGregorianCalendar

setCreated

public void setCreated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the created property.

Parameters:
value - allowed object is XMLGregorianCalendar

getModified

public javax.xml.datatype.XMLGregorianCalendar getModified()
Gets the value of the modified property.

Returns:
possible object is XMLGregorianCalendar

setModified

public void setModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the modified property.

Parameters:
value - allowed object is XMLGregorianCalendar

getModifiedIncludingChildren

public javax.xml.datatype.XMLGregorianCalendar getModifiedIncludingChildren()
Gets the value of the modifiedIncludingChildren property.

Returns:
possible object is XMLGregorianCalendar

setModifiedIncludingChildren

public void setModifiedIncludingChildren(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the modifiedIncludingChildren property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNodeID

public java.lang.String getNodeID()
Gets the value of the nodeID property.

Returns:
possible object is String

setNodeID

public void setNodeID(java.lang.String value)
Sets the value of the nodeID property.

Parameters:
value - allowed object is String

getAuthorizedName

public java.lang.String getAuthorizedName()
Gets the value of the authorizedName property.

Returns:
possible object is String

setAuthorizedName

public void setAuthorizedName(java.lang.String value)
Sets the value of the authorizedName property.

Parameters:
value - allowed object is String

getEntityKey

public java.lang.String getEntityKey()
Gets the value of the entityKey property.

Returns:
possible object is String

setEntityKey

public void setEntityKey(java.lang.String value)
Sets the value of the entityKey property.

Parameters:
value - allowed object is String


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.