Class DoNotCacheConditionBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<SAMLObjectType>
-
- org.opensaml.saml.common.AbstractSAMLObjectBuilder<DoNotCacheCondition>
-
- org.opensaml.saml.saml1.core.impl.DoNotCacheConditionBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<DoNotCacheCondition>,SAMLObjectBuilder<DoNotCacheCondition>
public class DoNotCacheConditionBuilder extends AbstractSAMLObjectBuilder<DoNotCacheCondition>
Builder ofDoNotCacheConditionImplobjects.
-
-
Constructor Summary
Constructors Constructor Description DoNotCacheConditionBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoNotCacheConditionbuildObject()DoNotCacheConditionbuildObject(String namespaceURI, String localName, String namespacePrefix)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public DoNotCacheCondition buildObject()
- Specified by:
buildObjectin interfaceSAMLObjectBuilder<DoNotCacheCondition>- Specified by:
buildObjectin classAbstractSAMLObjectBuilder<DoNotCacheCondition>
-
buildObject
public DoNotCacheCondition buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceXMLObjectBuilder<DoNotCacheCondition>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<DoNotCacheCondition>
-
-