com.unboundid.scim.data
Class XmlDataFormatConfig
java.lang.Object
com.unboundid.scim.data.XmlDataFormatConfig
public class XmlDataFormatConfig
- extends Object
A complex type that specifies XML data format configuration options.
|
Constructor Summary |
XmlDataFormatConfig(boolean supported)
Create a XmlDataFormatConfig instance. |
XML_DATA_FORMAT_CONFIG_RESOLVER
public static final AttributeValueResolver<XmlDataFormatConfig> XML_DATA_FORMAT_CONFIG_RESOLVER
- The
AttributeValueResolver that resolves SCIM attribute values
to/from XmlDataFormatConfig instances.
XmlDataFormatConfig
public XmlDataFormatConfig(boolean supported)
- Create a
XmlDataFormatConfig instance.
- Parameters:
supported - Specifies whether the XML data format is supported.
isSupported
public boolean isSupported()
- Indicates whether the XML data format is supported.
- Returns:
true if the XML data format is supported.
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011-2012 UnboundID. All Rights Reserved.