public class Store extends Object implements Serializable
| Constructor and Description |
|---|
Store() |
Store(String scheme,
String address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAddress()
Gets the address value for this Store.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getScheme()
Gets the scheme value for this Store.
|
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
|
int |
hashCode() |
void |
setAddress(String address)
Sets the address value for this Store.
|
void |
setScheme(String scheme)
Sets the scheme value for this Store.
|
public String getScheme()
public void setScheme(String scheme)
scheme - public String getAddress()
public void setAddress(String address)
address - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.