Class ObjectFactory
- java.lang.Object
-
- org.certificateservices.messages.saml2.metadata.ui.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.saml2.metadata.ui.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.saml2.metadata.ui.jaxb
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<LocalizedNameType>createDescription(LocalizedNameType value)javax.xml.bind.JAXBElement<DiscoHintsType>createDiscoHints(DiscoHintsType value)DiscoHintsTypecreateDiscoHintsType()Create an instance ofDiscoHintsTypejavax.xml.bind.JAXBElement<LocalizedNameType>createDisplayName(LocalizedNameType value)javax.xml.bind.JAXBElement<java.lang.String>createDomainHint(java.lang.String value)Create an instance ofJAXBElement<String>}javax.xml.bind.JAXBElement<java.lang.String>createGeolocationHint(java.lang.String value)Create an instance ofJAXBElement<String>}javax.xml.bind.JAXBElement<LocalizedURIType>createInformationURL(LocalizedURIType value)javax.xml.bind.JAXBElement<java.lang.String>createIPHint(java.lang.String value)Create an instance ofJAXBElement<String>}javax.xml.bind.JAXBElement<KeywordsType>createKeywords(KeywordsType value)KeywordsTypecreateKeywordsType()Create an instance ofKeywordsTypejavax.xml.bind.JAXBElement<LogoType>createLogo(LogoType value)LogoTypecreateLogoType()Create an instance ofLogoTypejavax.xml.bind.JAXBElement<LocalizedURIType>createPrivacyStatementURL(LocalizedURIType value)javax.xml.bind.JAXBElement<UIInfoType>createUIInfo(UIInfoType value)UIInfoTypecreateUIInfoType()Create an instance ofUIInfoType
-
-
-
Method Detail
-
createUIInfoType
public UIInfoType createUIInfoType()
Create an instance ofUIInfoType
-
createKeywordsType
public KeywordsType createKeywordsType()
Create an instance ofKeywordsType
-
createDiscoHintsType
public DiscoHintsType createDiscoHintsType()
Create an instance ofDiscoHintsType
-
createDisplayName
public javax.xml.bind.JAXBElement<LocalizedNameType> createDisplayName(LocalizedNameType value)
-
createPrivacyStatementURL
public javax.xml.bind.JAXBElement<LocalizedURIType> createPrivacyStatementURL(LocalizedURIType value)
-
createDiscoHints
public javax.xml.bind.JAXBElement<DiscoHintsType> createDiscoHints(DiscoHintsType value)
-
createInformationURL
public javax.xml.bind.JAXBElement<LocalizedURIType> createInformationURL(LocalizedURIType value)
-
createGeolocationHint
public javax.xml.bind.JAXBElement<java.lang.String> createGeolocationHint(java.lang.String value)
Create an instance ofJAXBElement<String>}
-
createIPHint
public javax.xml.bind.JAXBElement<java.lang.String> createIPHint(java.lang.String value)
Create an instance ofJAXBElement<String>}
-
createDescription
public javax.xml.bind.JAXBElement<LocalizedNameType> createDescription(LocalizedNameType value)
-
createKeywords
public javax.xml.bind.JAXBElement<KeywordsType> createKeywords(KeywordsType value)
-
createDomainHint
public javax.xml.bind.JAXBElement<java.lang.String> createDomainHint(java.lang.String value)
Create an instance ofJAXBElement<String>}
-
createUIInfo
public javax.xml.bind.JAXBElement<UIInfoType> createUIInfo(UIInfoType value)
-
-