org.gcube.personalization.userprofileaccess.stubs
Class UserProfileAccessResourceProperties

java.lang.Object
  extended by org.gcube.personalization.userprofileaccess.stubs.UserProfileAccessResourceProperties
All Implemented Interfaces:
Serializable

public class UserProfileAccessResourceProperties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UserProfileAccessResourceProperties()
           
UserProfileAccessResourceProperties(String GHN, String RI, String VO, Calendar currentTime, String[] scope, String serviceClass, String serviceID, String serviceName, Calendar terminationTime, String userProfileID, String username)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getCurrentTime()
          Gets the currentTime value for this UserProfileAccessResourceProperties.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGHN()
          Gets the GHN value for this UserProfileAccessResourceProperties.
 String getRI()
          Gets the RI value for this UserProfileAccessResourceProperties.
 String[] getScope()
          Gets the scope value for this UserProfileAccessResourceProperties.
 String getScope(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceClass()
          Gets the serviceClass value for this UserProfileAccessResourceProperties.
 String getServiceID()
          Gets the serviceID value for this UserProfileAccessResourceProperties.
 String getServiceName()
          Gets the serviceName value for this UserProfileAccessResourceProperties.
 Calendar getTerminationTime()
          Gets the terminationTime value for this UserProfileAccessResourceProperties.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUsername()
          Gets the username value for this UserProfileAccessResourceProperties.
 String getUserProfileID()
          Gets the userProfileID value for this UserProfileAccessResourceProperties.
 String getVO()
          Gets the VO value for this UserProfileAccessResourceProperties.
 int hashCode()
           
 void setCurrentTime(Calendar currentTime)
          Sets the currentTime value for this UserProfileAccessResourceProperties.
 void setGHN(String GHN)
          Sets the GHN value for this UserProfileAccessResourceProperties.
 void setRI(String RI)
          Sets the RI value for this UserProfileAccessResourceProperties.
 void setScope(int i, String _value)
           
 void setScope(String[] scope)
          Sets the scope value for this UserProfileAccessResourceProperties.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this UserProfileAccessResourceProperties.
 void setServiceID(String serviceID)
          Sets the serviceID value for this UserProfileAccessResourceProperties.
 void setServiceName(String serviceName)
          Sets the serviceName value for this UserProfileAccessResourceProperties.
 void setTerminationTime(Calendar terminationTime)
          Sets the terminationTime value for this UserProfileAccessResourceProperties.
 void setUsername(String username)
          Sets the username value for this UserProfileAccessResourceProperties.
 void setUserProfileID(String userProfileID)
          Sets the userProfileID value for this UserProfileAccessResourceProperties.
 void setVO(String VO)
          Sets the VO value for this UserProfileAccessResourceProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfileAccessResourceProperties

public UserProfileAccessResourceProperties()

UserProfileAccessResourceProperties

public UserProfileAccessResourceProperties(String GHN,
                                           String RI,
                                           String VO,
                                           Calendar currentTime,
                                           String[] scope,
                                           String serviceClass,
                                           String serviceID,
                                           String serviceName,
                                           Calendar terminationTime,
                                           String userProfileID,
                                           String username)
Method Detail

getUserProfileID

public String getUserProfileID()
Gets the userProfileID value for this UserProfileAccessResourceProperties.

Returns:
userProfileID

setUserProfileID

public void setUserProfileID(String userProfileID)
Sets the userProfileID value for this UserProfileAccessResourceProperties.

Parameters:
userProfileID -

getUsername

public String getUsername()
Gets the username value for this UserProfileAccessResourceProperties.

Returns:
username

setUsername

public void setUsername(String username)
Sets the username value for this UserProfileAccessResourceProperties.

Parameters:
username -

getServiceID

public String getServiceID()
Gets the serviceID value for this UserProfileAccessResourceProperties.

Returns:
serviceID

setServiceID

public void setServiceID(String serviceID)
Sets the serviceID value for this UserProfileAccessResourceProperties.

Parameters:
serviceID -

getServiceName

public String getServiceName()
Gets the serviceName value for this UserProfileAccessResourceProperties.

Returns:
serviceName

setServiceName

public void setServiceName(String serviceName)
Sets the serviceName value for this UserProfileAccessResourceProperties.

Parameters:
serviceName -

getVO

public String getVO()
Gets the VO value for this UserProfileAccessResourceProperties.

Returns:
VO

setVO

public void setVO(String VO)
Sets the VO value for this UserProfileAccessResourceProperties.

Parameters:
VO -

getRI

public String getRI()
Gets the RI value for this UserProfileAccessResourceProperties.

Returns:
RI

setRI

public void setRI(String RI)
Sets the RI value for this UserProfileAccessResourceProperties.

Parameters:
RI -

getServiceClass

public String getServiceClass()
Gets the serviceClass value for this UserProfileAccessResourceProperties.

Returns:
serviceClass

setServiceClass

public void setServiceClass(String serviceClass)
Sets the serviceClass value for this UserProfileAccessResourceProperties.

Parameters:
serviceClass -

getGHN

public String getGHN()
Gets the GHN value for this UserProfileAccessResourceProperties.

Returns:
GHN

setGHN

public void setGHN(String GHN)
Sets the GHN value for this UserProfileAccessResourceProperties.

Parameters:
GHN -

getTerminationTime

public Calendar getTerminationTime()
Gets the terminationTime value for this UserProfileAccessResourceProperties.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(Calendar terminationTime)
Sets the terminationTime value for this UserProfileAccessResourceProperties.

Parameters:
terminationTime -

getScope

public String[] getScope()
Gets the scope value for this UserProfileAccessResourceProperties.

Returns:
scope

setScope

public void setScope(String[] scope)
Sets the scope value for this UserProfileAccessResourceProperties.

Parameters:
scope -

getScope

public String getScope(int i)

setScope

public void setScope(int i,
                     String _value)

getCurrentTime

public Calendar getCurrentTime()
Gets the currentTime value for this UserProfileAccessResourceProperties.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(Calendar currentTime)
Sets the currentTime value for this UserProfileAccessResourceProperties.

Parameters:
currentTime -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.