Class PostCodeBuilder

  • All Implemented Interfaces:
    org.opensaml.core.xml.XMLObjectBuilder<PostCode>, org.opensaml.saml.common.SAMLObjectBuilder<PostCode>

    public class PostCodeBuilder
    extends org.opensaml.saml.common.AbstractSAMLObjectBuilder<PostCode>
    • Constructor Summary

      Constructors 
      Constructor Description
      PostCodeBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PostCode buildObject()  
      PostCode buildObject​(java.lang.String namespaceURI, java.lang.String localName, java.lang.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
    • Constructor Detail

      • PostCodeBuilder

        public PostCodeBuilder()
    • Method Detail

      • buildObject

        public PostCode buildObject()
        Specified by:
        buildObject in interface org.opensaml.saml.common.SAMLObjectBuilder<PostCode>
        Specified by:
        buildObject in class org.opensaml.saml.common.AbstractSAMLObjectBuilder<PostCode>
      • buildObject

        public PostCode buildObject​(java.lang.String namespaceURI,
                                    java.lang.String localName,
                                    java.lang.String namespacePrefix)
        Specified by:
        buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<PostCode>
        Specified by:
        buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<PostCode>