public class StatusTypeImplBuilder extends AbstractXACMLObjectBuilder<StatusType>
StatusType
objects.Constructor and Description |
---|
StatusTypeImplBuilder()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
StatusType |
buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
StatusType |
buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
buildObject, buildObject, buildObject, buildObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildObject, buildObject, buildObject, buildObject
public StatusType buildObject()
buildObject
in interface XACMLObjectBuilder<StatusType>
buildObject
in class AbstractXACMLObjectBuilder<StatusType>
public StatusType buildObject(String namespaceURI, String localName, String namespacePrefix)
buildObject
in interface XMLObjectBuilder<StatusType>
buildObject
in class AbstractXMLObjectBuilder<StatusType>
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 XMLObjectCopyright © 2018. All rights reserved.