net.geant.edugain.attributes.jaxb.attributemangling
Class ObjectFactory

java.lang.Object
  extended by net.geant.edugain.attributes.jaxb.attributemangling.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.geant.edugain.attributes.jaxb.attributemangling 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.


Field Summary
private static javax.xml.namespace.QName _AttributeConverter_QNAME
           
private static javax.xml.namespace.QName _AttributeFilter_QNAME
           
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.geant.edugain.attributes.jaxb.attributemangling
 
Method Summary
 AllowAttributeType createAllowAttributeType()
          Create an instance of AllowAttributeType
 AttributeConversionRulesType createAttributeConversionRulesType()
          Create an instance of AttributeConversionRulesType
 javax.xml.bind.JAXBElement<AttributeConversionRulesType> createAttributeConverter(AttributeConversionRulesType value)
          Create an instance of JAXBElement<AttributeConversionRulesType>}
 javax.xml.bind.JAXBElement<AttributeFilterType> createAttributeFilter(AttributeFilterType value)
          Create an instance of JAXBElement<AttributeFilterType>}
 AttributeFilterType createAttributeFilterType()
          Create an instance of AttributeFilterType
 AttributeMatchType createAttributeMatchType()
          Create an instance of AttributeMatchType
 AttributeType createAttributeType()
          Create an instance of AttributeType
 BasicRuleType createBasicRuleType()
          Create an instance of BasicRuleType
 ConditionType createConditionType()
          Create an instance of ConditionType
 CustomRuleConfigurationType createCustomRuleConfigurationType()
          Create an instance of CustomRuleConfigurationType
 CustomRuleType createCustomRuleType()
          Create an instance of CustomRuleType
 DenyAttributeType createDenyAttributeType()
          Create an instance of DenyAttributeType
 FilterRuleType createFilterRuleType()
          Create an instance of FilterRuleType
 MatchType createMatchType()
          Create an instance of MatchType
 MergeRuleType createMergeRuleType()
          Create an instance of MergeRuleType
 RuleType createRuleType()
          Create an instance of RuleType
 SplitRuleType createSplitRuleType()
          Create an instance of SplitRuleType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_AttributeFilter_QNAME

private static final javax.xml.namespace.QName _AttributeFilter_QNAME

_AttributeConverter_QNAME

private static final javax.xml.namespace.QName _AttributeConverter_QNAME
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.geant.edugain.attributes.jaxb.attributemangling

Method Detail

createRuleType

public RuleType createRuleType()
Create an instance of RuleType


createCustomRuleConfigurationType

public CustomRuleConfigurationType createCustomRuleConfigurationType()
Create an instance of CustomRuleConfigurationType


createDenyAttributeType

public DenyAttributeType createDenyAttributeType()
Create an instance of DenyAttributeType


createMergeRuleType

public MergeRuleType createMergeRuleType()
Create an instance of MergeRuleType


createAttributeType

public AttributeType createAttributeType()
Create an instance of AttributeType


createBasicRuleType

public BasicRuleType createBasicRuleType()
Create an instance of BasicRuleType


createConditionType

public ConditionType createConditionType()
Create an instance of ConditionType


createCustomRuleType

public CustomRuleType createCustomRuleType()
Create an instance of CustomRuleType


createAttributeConversionRulesType

public AttributeConversionRulesType createAttributeConversionRulesType()
Create an instance of AttributeConversionRulesType


createAllowAttributeType

public AllowAttributeType createAllowAttributeType()
Create an instance of AllowAttributeType


createFilterRuleType

public FilterRuleType createFilterRuleType()
Create an instance of FilterRuleType


createAttributeFilterType

public AttributeFilterType createAttributeFilterType()
Create an instance of AttributeFilterType


createMatchType

public MatchType createMatchType()
Create an instance of MatchType


createSplitRuleType

public SplitRuleType createSplitRuleType()
Create an instance of SplitRuleType


createAttributeMatchType

public AttributeMatchType createAttributeMatchType()
Create an instance of AttributeMatchType


createAttributeFilter

public javax.xml.bind.JAXBElement<AttributeFilterType> createAttributeFilter(AttributeFilterType value)
Create an instance of JAXBElement<AttributeFilterType>}


createAttributeConverter

public javax.xml.bind.JAXBElement<AttributeConversionRulesType> createAttributeConverter(AttributeConversionRulesType value)
Create an instance of JAXBElement<AttributeConversionRulesType>}