public class PropertyDescriptor extends Object
Java class for propertyDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="propertyDescriptor"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anySimpleType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="jcrType" use="required" type="{http://www.moskito.li/schemas/jcr-import}propertyValueType" /> <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected PropertyValueType |
jcrType |
protected String |
name |
protected String |
ref |
protected Object |
value |
Constructor and Description |
---|
PropertyDescriptor() |
Modifier and Type | Method and Description |
---|---|
PropertyValueType |
getJcrType()
Gets the value of the jcrType property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRef()
Gets the value of the ref property.
|
Object |
getValue()
Gets the value of the value property.
|
void |
setJcrType(PropertyValueType value)
Sets the value of the jcrType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
protected Object value
protected String name
protected PropertyValueType jcrType
protected String ref
public Object getValue()
Object
public void setValue(Object value)
value
- allowed object is
Object
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public PropertyValueType getJcrType()
PropertyValueType
public void setJcrType(PropertyValueType value)
value
- allowed object is
PropertyValueType
Copyright © 2014. All rights reserved.