Package org.cxml

Class OwnerInfo

java.lang.Object
org.cxml.OwnerInfo

public class OwnerInfo extends Object
  • Field Details

    • owner

      protected String owner
    • role

      protected String role
  • Constructor Details

    • OwnerInfo

      public OwnerInfo()
  • Method Details

    • getOwner

      public String getOwner()
      Gets the value of the owner property.
      Returns:
      possible object is String
    • setOwner

      public void setOwner(String value)
      Sets the value of the owner property.
      Parameters:
      value - allowed object is String
    • getRole

      public String getRole()
      Gets the value of the role property.
      Returns:
      possible object is String
    • setRole

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