public class PropertiesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertiesRequest.Property |
| Constructor and Description |
|---|
PropertiesRequest() |
PropertiesRequest(Collection<PropertiesRequest.Property> set) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(QName name) |
PropertiesRequest.Property |
get(QName name) |
Set<QName> |
getNames() |
Collection<PropertiesRequest.Property> |
getProperties() |
boolean |
isAllProp() |
static PropertiesRequest |
toProperties(Set<QName> set) |
public PropertiesRequest()
public PropertiesRequest(Collection<PropertiesRequest.Property> set)
public static PropertiesRequest toProperties(Set<QName> set)
public PropertiesRequest.Property get(QName name)
public void add(QName name)
public boolean isAllProp()
public Collection<PropertiesRequest.Property> getProperties()
Copyright © 2021 McEvoy Software Ltd. All rights reserved.