public static class PhysicalProperty.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PhysicalProperty |
build() |
PhysicalProperty.Builder |
instanceValue(java.lang.Object value) |
PhysicalProperty.Builder |
key(java.lang.String key) |
PhysicalProperty.Builder |
many(boolean value) |
static PhysicalProperty.Builder |
newBuilder(java.lang.String name) |
PhysicalProperty.Builder |
required(boolean value) |
PhysicalProperty.Builder |
type(javax.xml.namespace.QName type) |
PhysicalProperty.Builder |
xmlValue(org.w3c.dom.Document value) |
public static PhysicalProperty.Builder newBuilder(java.lang.String name)
public PhysicalProperty.Builder xmlValue(org.w3c.dom.Document value)
public PhysicalProperty.Builder type(javax.xml.namespace.QName type)
public PhysicalProperty.Builder many(boolean value)
public PhysicalProperty.Builder required(boolean value)
public PhysicalProperty.Builder instanceValue(java.lang.Object value)
public PhysicalProperty.Builder key(java.lang.String key)
public PhysicalProperty build()