public class OperationalInfo extends Object implements Serializable
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>
Modifier and Type | Field and Description |
---|---|
protected String |
authorizedName |
protected XMLGregorianCalendar |
created |
protected String |
entityKey |
protected XMLGregorianCalendar |
modified |
protected XMLGregorianCalendar |
modifiedIncludingChildren |
protected String |
nodeID |
Constructor and Description |
---|
OperationalInfo() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected XMLGregorianCalendar created
protected XMLGregorianCalendar modified
protected XMLGregorianCalendar modifiedIncludingChildren
protected String nodeID
protected String authorizedName
protected String entityKey
public XMLGregorianCalendar getCreated()
XMLGregorianCalendar
public void setCreated(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getModified()
XMLGregorianCalendar
public void setModified(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getModifiedIncludingChildren()
XMLGregorianCalendar
public void setModifiedIncludingChildren(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getNodeID()
String
public void setNodeID(String value)
value
- allowed object is
String
public String getAuthorizedName()
String
public void setAuthorizedName(String value)
value
- allowed object is
String
public String getEntityKey()
String
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.