Class GroupMemberType

java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.GroupMemberType

public class GroupMemberType extends Object

Java class for GroupMemberType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="GroupMemberType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • node

      protected String node
  • Constructor Details

    • GroupMemberType

      public GroupMemberType()
  • Method Details

    • getNode

      public String getNode()
      Gets the value of the node property.
      Returns:
      possible object is String
    • setNode

      public void setNode(String value)
      Sets the value of the node property.
      Parameters:
      value - allowed object is String