cgl.axis.services.WSCTX.uddi_wsctx_schema
Class PublisherEntity

java.lang.Object
  extended bycgl.axis.services.WSCTX.uddi_wsctx_schema.PublisherEntity
All Implemented Interfaces:
java.io.Serializable

public class PublisherEntity
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PublisherEntity()
           
PublisherEntity(Address[] address, Description[] description, Email[] email, PersonName[] personName, Phone[] phone, java.lang.String publisherCred, java.lang.String publisherID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Address[] getAddress()
          Gets the address value for this PublisherEntity.
 Address getAddress(int i)
           
 Description[] getDescription()
          Gets the description value for this PublisherEntity.
 Description getDescription(int i)
           
 Email[] getEmail()
          Gets the email value for this PublisherEntity.
 Email getEmail(int i)
           
 PersonName[] getPersonName()
          Gets the personName value for this PublisherEntity.
 PersonName getPersonName(int i)
           
 Phone[] getPhone()
          Gets the phone value for this PublisherEntity.
 Phone getPhone(int i)
           
 java.lang.String getPublisherCred()
          Gets the publisherCred value for this PublisherEntity.
 java.lang.String getPublisherID()
          Gets the publisherID value for this PublisherEntity.
 int hashCode()
           
 void setAddress(Address[] address)
          Sets the address value for this PublisherEntity.
 void setAddress(int i, Address _value)
           
 void setDescription(Description[] description)
          Sets the description value for this PublisherEntity.
 void setDescription(int i, Description _value)
           
 void setEmail(Email[] email)
          Sets the email value for this PublisherEntity.
 void setEmail(int i, Email _value)
           
 void setPersonName(int i, PersonName _value)
           
 void setPersonName(PersonName[] personName)
          Sets the personName value for this PublisherEntity.
 void setPhone(int i, Phone _value)
           
 void setPhone(Phone[] phone)
          Sets the phone value for this PublisherEntity.
 void setPublisherCred(java.lang.String publisherCred)
          Sets the publisherCred value for this PublisherEntity.
 void setPublisherID(java.lang.String publisherID)
          Sets the publisherID value for this PublisherEntity.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherEntity

public PublisherEntity()

PublisherEntity

public PublisherEntity(Address[] address,
                       Description[] description,
                       Email[] email,
                       PersonName[] personName,
                       Phone[] phone,
                       java.lang.String publisherCred,
                       java.lang.String publisherID)
Method Detail

getAddress

public Address[] getAddress()
Gets the address value for this PublisherEntity.

Returns:
address

setAddress

public void setAddress(Address[] address)
Sets the address value for this PublisherEntity.

Parameters:
address -

getAddress

public Address getAddress(int i)

setAddress

public void setAddress(int i,
                       Address _value)

getDescription

public Description[] getDescription()
Gets the description value for this PublisherEntity.

Returns:
description

setDescription

public void setDescription(Description[] description)
Sets the description value for this PublisherEntity.

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getEmail

public Email[] getEmail()
Gets the email value for this PublisherEntity.

Returns:
email

setEmail

public void setEmail(Email[] email)
Sets the email value for this PublisherEntity.

Parameters:
email -

getEmail

public Email getEmail(int i)

setEmail

public void setEmail(int i,
                     Email _value)

getPersonName

public PersonName[] getPersonName()
Gets the personName value for this PublisherEntity.

Returns:
personName

setPersonName

public void setPersonName(PersonName[] personName)
Sets the personName value for this PublisherEntity.

Parameters:
personName -

getPersonName

public PersonName getPersonName(int i)

setPersonName

public void setPersonName(int i,
                          PersonName _value)

getPhone

public Phone[] getPhone()
Gets the phone value for this PublisherEntity.

Returns:
phone

setPhone

public void setPhone(Phone[] phone)
Sets the phone value for this PublisherEntity.

Parameters:
phone -

getPhone

public Phone getPhone(int i)

setPhone

public void setPhone(int i,
                     Phone _value)

getPublisherCred

public java.lang.String getPublisherCred()
Gets the publisherCred value for this PublisherEntity.

Returns:
publisherCred

setPublisherCred

public void setPublisherCred(java.lang.String publisherCred)
Sets the publisherCred value for this PublisherEntity.

Parameters:
publisherCred -

getPublisherID

public java.lang.String getPublisherID()
Gets the publisherID value for this PublisherEntity.

Returns:
publisherID

setPublisherID

public void setPublisherID(java.lang.String publisherID)
Sets the publisherID value for this PublisherEntity.

Parameters:
publisherID -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()