public class SetPropertiesRequest extends Object implements Serializable
| Constructor and Description |
|---|
SetPropertiesRequest() |
SetPropertiesRequest(String agencyId,
String description,
CodelistIdentifier identifier,
boolean isFinal,
String name,
float version) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public SetPropertiesRequest()
public SetPropertiesRequest(String agencyId, String description, CodelistIdentifier identifier, boolean isFinal, String name, float version)
public CodelistIdentifier getIdentifier()
public void setIdentifier(CodelistIdentifier identifier)
identifier - public String getName()
public void setName(String name)
name - public String getAgencyId()
public void setAgencyId(String agencyId)
agencyId - public String getDescription()
public void setDescription(String description)
description - public float getVersion()
public void setVersion(float version)
version - public boolean isIsFinal()
public void setIsFinal(boolean isFinal)
isFinal - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.