*/
public class AppliesToUnmarshaller extends AbstractWSPolicyObjectUnmarshaller {
/** {@inheritDoc} */
protected void processAttribute(XMLObject xmlObject, Attr attribute) throws UnmarshallingException {
AppliesTo at = (AppliesTo) xmlObject;
XMLHelper.unmarshallToAttributeMap(at.getUnknownAttributes(), attribute);
}