com.unboundid.scim.data
Class XmlDataFormatConfig

java.lang.Object
  extended by com.unboundid.scim.data.XmlDataFormatConfig

public class XmlDataFormatConfig
extends Object

A complex type that specifies XML data format configuration options.


Field Summary
static AttributeValueResolver<XmlDataFormatConfig> XML_DATA_FORMAT_CONFIG_RESOLVER
          The AttributeValueResolver that resolves SCIM attribute values to/from XmlDataFormatConfig instances.
 
Constructor Summary
XmlDataFormatConfig(boolean supported)
          Create a XmlDataFormatConfig instance.
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 boolean isSupported()
          Indicates whether the XML data format is supported.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

XmlDataFormatConfig

public XmlDataFormatConfig(boolean supported)
Create a XmlDataFormatConfig instance.

Parameters:
supported - Specifies whether the XML data format is supported.
Method Detail

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.