public class PropertyValue extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
namespaceUri |
protected String |
typeString |
protected String |
xmlEncodedValue |
Constructor and Description |
---|
PropertyValue(String namespaceUri,
String name)
Create Dav property value.
|
PropertyValue(String namespaceUri,
String name,
String xmlEncodedValue)
Create Dav property value.
|
PropertyValue(String namespaceUri,
String name,
String xmlEncodedValue,
String typeString)
Create Dav property value.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get property name.
|
String |
getNamespaceUri()
Get property namespace.
|
String |
getTypeString()
Get property type.
|
String |
getXmlEncodedValue()
Get xml encoded value.
|
protected final String namespaceUri
protected final String name
protected final String xmlEncodedValue
protected final String typeString
public PropertyValue(String namespaceUri, String name)
namespaceUri
- property namespacename
- property namepublic PropertyValue(String namespaceUri, String name, String xmlEncodedValue)
namespaceUri
- property namespacename
- property namexmlEncodedValue
- xml encoded valuepublic String getNamespaceUri()
public String getXmlEncodedValue()
public String getTypeString()
public String getName()
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.