Class ObjectFactory
- java.lang.Object
-
- org.certificateservices.messages.authcontsaci1.jaxb.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the org.certificateservices.messages.authcontsaci1.jaxb package.An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.certificateservices.messages.authcontsaci1.jaxb
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<AttributeMappingType>createAttributeMapping(AttributeMappingType value)AttributeMappingTypecreateAttributeMappingType()Create an instance ofAttributeMappingTypejavax.xml.bind.JAXBElement<AuthContextInfoType>createAuthContextInfo(AuthContextInfoType value)AuthContextInfoTypecreateAuthContextInfoType()Create an instance ofAuthContextInfoTypejavax.xml.bind.JAXBElement<IdAttributesType>createIdAttributes(IdAttributesType value)IdAttributesTypecreateIdAttributesType()Create an instance ofIdAttributesTypejavax.xml.bind.JAXBElement<SAMLAuthContextType>createSAMLAuthContext(SAMLAuthContextType value)SAMLAuthContextTypecreateSAMLAuthContextType()Create an instance ofSAMLAuthContextType
-
-
-
Method Detail
-
createSAMLAuthContextType
public SAMLAuthContextType createSAMLAuthContextType()
Create an instance ofSAMLAuthContextType
-
createAuthContextInfoType
public AuthContextInfoType createAuthContextInfoType()
Create an instance ofAuthContextInfoType
-
createAttributeMappingType
public AttributeMappingType createAttributeMappingType()
Create an instance ofAttributeMappingType
-
createIdAttributesType
public IdAttributesType createIdAttributesType()
Create an instance ofIdAttributesType
-
createIdAttributes
public javax.xml.bind.JAXBElement<IdAttributesType> createIdAttributes(IdAttributesType value)
-
createSAMLAuthContext
public javax.xml.bind.JAXBElement<SAMLAuthContextType> createSAMLAuthContext(SAMLAuthContextType value)
-
createAttributeMapping
public javax.xml.bind.JAXBElement<AttributeMappingType> createAttributeMapping(AttributeMappingType value)
-
createAuthContextInfo
public javax.xml.bind.JAXBElement<AuthContextInfoType> createAuthContextInfo(AuthContextInfoType value)
-
-