Class MissingAttributeDetailTypeImpl

All Implemented Interfaces:
XMLObject, MissingAttributeDetailType, XACMLObject

public class MissingAttributeDetailTypeImpl extends AbstractXACMLObject implements MissingAttributeDetailType
Concrete implementation of MissingAttributeDetailType.
  • Field Details

    • attributeValues

      private XMLObjectChildrenList<AttributeValueType> attributeValues
      Lists of the attribute values in details.
    • attributeId

      private String attributeId
      ID of the attribute.
    • dataType

      private String dataType
      Data type of the attribute.
    • issuer

      private String issuer
      Issuer of the attribute.
  • Constructor Details

    • MissingAttributeDetailTypeImpl

      protected MissingAttributeDetailTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details