public class CombinerParametersTypeImplBuilder extends AbstractXACMLObjectBuilder<CombinerParametersType>
CombinerParametersType.| Constructor and Description |
|---|
CombinerParametersTypeImplBuilder() |
| Modifier and Type | Method and Description |
|---|---|
CombinerParametersType |
buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
CombinerParametersType |
buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
buildObject, buildObject, buildObject, buildObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildObject, buildObject, buildObject, buildObjectpublic CombinerParametersType buildObject()
buildObject in interface XACMLObjectBuilder<CombinerParametersType>buildObject in class AbstractXACMLObjectBuilder<CombinerParametersType>public CombinerParametersType buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
buildObject in interface XMLObjectBuilder<CombinerParametersType>buildObject in class AbstractXMLObjectBuilder<CombinerParametersType>namespaceURI - the URI of the namespace the Element represented by this XMLObject will be inlocalName - the local name of the Element represented by this XMLObjectnamespacePrefix - the namespace prefix of the Element represented by this XMLObject