org.apache.juddi.datatype
Class UploadRegister

java.lang.Object
  extended by org.apache.juddi.datatype.UploadRegister
All Implemented Interfaces:
java.io.Serializable, RegistryObject

public class UploadRegister
extends java.lang.Object
implements RegistryObject

The UploadRegister type has been depricated in the UDDI version 2.0 specification but it remains because it is still found in the UDDI version 2.0 XML schema.

Author:
Steve Viens (sviens@apache.org)
See Also:
Serialized Form

Constructor Summary
UploadRegister()
           
UploadRegister(java.lang.String newValue)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadRegister

public UploadRegister()

UploadRegister

public UploadRegister(java.lang.String newValue)
Method Detail

setValue

public void setValue(java.lang.String newValue)

getValue

public java.lang.String getValue()


Copyright © 2004-2007. All Rights Reserved.