public class Property
extends java.lang.Object
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
void |
addChild(Property p) |
java.util.List<Property> |
getChildren() |
javax.xml.namespace.QName |
getQName() |
IPropertyValue |
getValue() |
void |
setQName(javax.xml.namespace.QName qName) |
void |
setValue(IPropertyValue value) |
public void addChild(Property p)
public java.util.List<Property> getChildren()
public javax.xml.namespace.QName getQName()
public void setQName(javax.xml.namespace.QName qName)
public IPropertyValue getValue()
public void setValue(IPropertyValue value)
Copyright © 2021. All Rights Reserved.