org.uddi.repl_v3
Class Operator

java.lang.Object
  extended by org.uddi.repl_v3.Operator
All Implemented Interfaces:
java.io.Serializable

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

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:repl_v3}operatorNodeID"/>
         <element name="operatorStatus" type="{urn:uddi-org:repl_v3}operatorStatus_type"/>
         <element ref="{urn:uddi-org:api_v3}contact" maxOccurs="unbounded"/>
         <element name="soapReplicationURL" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<Contact> contact
           
protected  java.util.List<KeyInfoType> keyInfo
           
protected  java.lang.String operatorNodeID
           
protected  OperatorStatusType operatorStatus
           
protected  java.lang.String soapReplicationURL
           
 
Constructor Summary
Operator()
           
 
Method Summary
 java.util.List<Contact> getContact()
          Gets the value of the contact property.
 java.util.List<KeyInfoType> getKeyInfo()
          Gets the value of the keyInfo property.
 java.lang.String getOperatorNodeID()
          Gets the value of the operatorNodeID property.
 OperatorStatusType getOperatorStatus()
          Gets the value of the operatorStatus property.
 java.lang.String getSoapReplicationURL()
          Gets the value of the soapReplicationURL property.
 void setOperatorNodeID(java.lang.String value)
          Sets the value of the operatorNodeID property.
 void setOperatorStatus(OperatorStatusType value)
          Sets the value of the operatorStatus property.
 void setSoapReplicationURL(java.lang.String value)
          Sets the value of the soapReplicationURL property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operatorNodeID

protected java.lang.String operatorNodeID

operatorStatus

protected OperatorStatusType operatorStatus

contact

protected java.util.List<Contact> contact

soapReplicationURL

protected java.lang.String soapReplicationURL

keyInfo

protected java.util.List<KeyInfoType> keyInfo
Constructor Detail

Operator

public Operator()
Method Detail

getOperatorNodeID

public java.lang.String getOperatorNodeID()
Gets the value of the operatorNodeID property.

Returns:
possible object is String

setOperatorNodeID

public void setOperatorNodeID(java.lang.String value)
Sets the value of the operatorNodeID property.

Parameters:
value - allowed object is String

getOperatorStatus

public OperatorStatusType getOperatorStatus()
Gets the value of the operatorStatus property.

Returns:
possible object is OperatorStatusType

setOperatorStatus

public void setOperatorStatus(OperatorStatusType value)
Sets the value of the operatorStatus property.

Parameters:
value - allowed object is OperatorStatusType

getContact

public java.util.List<Contact> getContact()
Gets the value of the contact property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the contact property.

For example, to add a new item, do as follows:

    getContact().add(newItem);
 

Objects of the following type(s) are allowed in the list Contact


getSoapReplicationURL

public java.lang.String getSoapReplicationURL()
Gets the value of the soapReplicationURL property.

Returns:
possible object is String

setSoapReplicationURL

public void setSoapReplicationURL(java.lang.String value)
Sets the value of the soapReplicationURL property.

Parameters:
value - allowed object is String

getKeyInfo

public java.util.List<KeyInfoType> getKeyInfo()
Gets the value of the keyInfo property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the keyInfo property.

For example, to add a new item, do as follows:

    getKeyInfo().add(newItem);
 

Objects of the following type(s) are allowed in the list KeyInfoType



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.