org.uddi.repl_v3
Class ReplicationConfiguration.RegistryContact

java.lang.Object
  extended by org.uddi.repl_v3.ReplicationConfiguration.RegistryContact
Enclosing class:
ReplicationConfiguration

public static class ReplicationConfiguration.RegistryContact
extends Object

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:api_v3}contact"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Contact contact
           
 
Constructor Summary
ReplicationConfiguration.RegistryContact()
           
 
Method Summary
 Contact getContact()
          Gets the value of the contact property.
 void setContact(Contact value)
          Sets the value of the contact property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contact

protected Contact contact
Constructor Detail

ReplicationConfiguration.RegistryContact

public ReplicationConfiguration.RegistryContact()
Method Detail

getContact

public Contact getContact()
Gets the value of the contact property.

Returns:
possible object is Contact

setContact

public void setContact(Contact value)
Sets the value of the contact property.

Parameters:
value - allowed object is Contact


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