-
public final class RemoveAttributeRequestRequest object containing input parameters for the DOMDomain.removeAttribute command.
-
-
Constructor Summary
Constructors Constructor Description RemoveAttributeRequest(Integer nodeId, String name)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final RemoveAttributeRequestcopy(Integer nodeId, String name)final IntegergetNodeId()Id of the element to remove attribute from. final StringgetName()Name of the attribute to remove. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
copy
final RemoveAttributeRequest copy(Integer nodeId, String name)
-
-
-
-