|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.repl_v3.Operator
public class Operator
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>
| 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 |
|---|
protected String operatorNodeID
protected OperatorStatusType operatorStatus
protected List<Contact> contact
protected String soapReplicationURL
protected List<KeyInfoType> keyInfo
| Constructor Detail |
|---|
public Operator()
| Method Detail |
|---|
public String getOperatorNodeID()
Stringpublic void setOperatorNodeID(String value)
value - allowed object is
Stringpublic OperatorStatusType getOperatorStatus()
OperatorStatusTypepublic void setOperatorStatus(OperatorStatusType value)
value - allowed object is
OperatorStatusTypepublic 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()
Stringpublic void setSoapReplicationURL(String value)
value - allowed object is
Stringpublic 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||