org.gcube.contentmanagement.timeseriesservice.stubs
Class SetPropertiesRequest

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.SetPropertiesRequest
All Implemented Interfaces:
Serializable

public class SetPropertiesRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SetPropertiesRequest()
           
SetPropertiesRequest(String agencyId, String description, CodelistIdentifier identifier, boolean isFinal, String name, float version)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAgencyId()
          Gets the agencyId value for this SetPropertiesRequest.
 String getDescription()
          Gets the description value for this SetPropertiesRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 CodelistIdentifier getIdentifier()
          Gets the identifier value for this SetPropertiesRequest.
 String getName()
          Gets the name value for this SetPropertiesRequest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 float getVersion()
          Gets the version value for this SetPropertiesRequest.
 int hashCode()
           
 boolean isIsFinal()
          Gets the isFinal value for this SetPropertiesRequest.
 void setAgencyId(String agencyId)
          Sets the agencyId value for this SetPropertiesRequest.
 void setDescription(String description)
          Sets the description value for this SetPropertiesRequest.
 void setIdentifier(CodelistIdentifier identifier)
          Sets the identifier value for this SetPropertiesRequest.
 void setIsFinal(boolean isFinal)
          Sets the isFinal value for this SetPropertiesRequest.
 void setName(String name)
          Sets the name value for this SetPropertiesRequest.
 void setVersion(float version)
          Sets the version value for this SetPropertiesRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetPropertiesRequest

public SetPropertiesRequest()

SetPropertiesRequest

public SetPropertiesRequest(String agencyId,
                            String description,
                            CodelistIdentifier identifier,
                            boolean isFinal,
                            String name,
                            float version)
Method Detail

getIdentifier

public CodelistIdentifier getIdentifier()
Gets the identifier value for this SetPropertiesRequest.

Returns:
identifier

setIdentifier

public void setIdentifier(CodelistIdentifier identifier)
Sets the identifier value for this SetPropertiesRequest.

Parameters:
identifier -

getName

public String getName()
Gets the name value for this SetPropertiesRequest.

Returns:
name

setName

public void setName(String name)
Sets the name value for this SetPropertiesRequest.

Parameters:
name -

getAgencyId

public String getAgencyId()
Gets the agencyId value for this SetPropertiesRequest.

Returns:
agencyId

setAgencyId

public void setAgencyId(String agencyId)
Sets the agencyId value for this SetPropertiesRequest.

Parameters:
agencyId -

getDescription

public String getDescription()
Gets the description value for this SetPropertiesRequest.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this SetPropertiesRequest.

Parameters:
description -

getVersion

public float getVersion()
Gets the version value for this SetPropertiesRequest.

Returns:
version

setVersion

public void setVersion(float version)
Sets the version value for this SetPropertiesRequest.

Parameters:
version -

isIsFinal

public boolean isIsFinal()
Gets the isFinal value for this SetPropertiesRequest.

Returns:
isFinal

setIsFinal

public void setIsFinal(boolean isFinal)
Sets the isFinal value for this SetPropertiesRequest.

Parameters:
isFinal -

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 © 2012. All Rights Reserved.