org.uddi.repl_v3
Class Operator

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

public class Operator
extends Object
implements 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  List<Contact> contact
           
protected  List<KeyInfoType> keyInfo
           
protected  String operatorNodeID
           
protected  OperatorStatusType operatorStatus
           
protected  String soapReplicationURL
           
 
Constructor Summary
Operator()
           
 
Method Summary
 List<Contact> getContact()
          Gets the value of the contact property.
 List<KeyInfoType> getKeyInfo()
          Gets the value of the keyInfo property.
 String getOperatorNodeID()
          Gets the value of the operatorNodeID property.
 OperatorStatusType getOperatorStatus()
          Gets the value of the operatorStatus property.
 String getSoapReplicationURL()
          Gets the value of the soapReplicationURL property.
 void setOperatorNodeID(String value)
          Sets the value of the operatorNodeID property.
 void setOperatorStatus(OperatorStatusType value)
          Sets the value of the operatorStatus property.
 void setSoapReplicationURL(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 String operatorNodeID

operatorStatus

protected OperatorStatusType operatorStatus

contact

protected List<Contact> contact

soapReplicationURL

protected String soapReplicationURL

keyInfo

protected List<KeyInfoType> keyInfo
Constructor Detail

Operator

public Operator()
Method Detail

getOperatorNodeID

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

Returns:
possible object is String

setOperatorNodeID

public void setOperatorNodeID(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 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 String getSoapReplicationURL()
Gets the value of the soapReplicationURL property.

Returns:
possible object is String

setSoapReplicationURL

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

Parameters:
value - allowed object is String

getKeyInfo

public 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-2013 The Apache Software Foundation. All Rights Reserved.