Package org.cxml

Class Attachment

java.lang.Object
org.cxml.Attachment

public class Attachment extends Object
  • Field Details

    • visibility

      protected String visibility
    • url

      protected URL url
  • Constructor Details

    • Attachment

      public Attachment()
  • Method Details

    • getVisibility

      public String getVisibility()
      Gets the value of the visibility property.
      Returns:
      possible object is String
    • setVisibility

      public void setVisibility(String value)
      Sets the value of the visibility property.
      Parameters:
      value - allowed object is String
    • getURL

      public URL getURL()
      Gets the value of the url property.
      Returns:
      possible object is URL
    • setURL

      public void setURL(URL value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is URL