public class WebDAVProperty
extends java.lang.Object
Constructor and Description |
---|
WebDAVProperty(java.lang.String strName)
Constructs a WebDAVProperty with the default namespace details
|
WebDAVProperty(java.lang.String strName,
java.lang.String strNamespaceUri,
java.lang.String strNamespaceName)
Constructs a WebDAVProperty
|
WebDAVProperty(java.lang.String strName,
java.lang.String strNamespaceUri,
java.lang.String strNamespaceName,
java.lang.String strValue)
Constructs a WebDAVProperty
|
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.namespace.QName |
createQName()
Creates QName of the property
|
java.lang.String |
getName()
Returns the name of the property
|
java.lang.String |
getNamespaceName()
Returns the namespace name for this property
|
java.lang.String |
getNamespaceUri()
Returns the namespace URI for this property
|
java.lang.String |
getValue()
Returns the value of this property
|
boolean |
hasNamespaceName()
Determine if the property has a namespace
|
boolean |
isProtected()
Returns true if property is protected according to the WebDav specification
|
void |
setValue(java.lang.String strValue)
Sets the property's value
|
java.lang.String |
toString()
Return the property as a string
|
public WebDAVProperty(java.lang.String strName, java.lang.String strNamespaceUri, java.lang.String strNamespaceName, java.lang.String strValue)
strName
- strNamespaceUri
- strNamespaceName
- strValue
- public WebDAVProperty(java.lang.String strName, java.lang.String strNamespaceUri, java.lang.String strNamespaceName)
strName
- strNamespaceUri
- strNamespaceName
- strValue
- public WebDAVProperty(java.lang.String strName)
strName
- public java.lang.String getName()
public java.lang.String getNamespaceUri()
public final boolean hasNamespaceName()
public java.lang.String getNamespaceName()
public java.lang.String getValue()
public void setValue(java.lang.String strValue)
strValue
- The new valuepublic org.alfresco.service.namespace.QName createQName()
public boolean isProtected()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.