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>
Modifier and Type | Field and Description |
---|---|
protected List<Contact> |
contact |
protected List<KeyInfoType> |
keyInfo |
protected String |
operatorNodeID |
protected OperatorStatusType |
operatorStatus |
protected String |
soapReplicationURL |
Constructor and Description |
---|
Operator() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String operatorNodeID
protected OperatorStatusType operatorStatus
protected String soapReplicationURL
protected List<KeyInfoType> keyInfo
public String getOperatorNodeID()
String
public void setOperatorNodeID(String value)
value
- allowed object is String
public OperatorStatusType getOperatorStatus()
OperatorStatusType
public void setOperatorStatus(OperatorStatusType value)
value
- allowed object is OperatorStatusType
public List<Contact> getContact()
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
public String getSoapReplicationURL()
String
public void setSoapReplicationURL(String value)
value
- allowed object is String
public List<KeyInfoType> getKeyInfo()
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–2021 The Apache Software Foundation. All rights reserved.