Package org.cxml
Class Attachment
java.lang.Object
org.cxml.Attachment
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetURL()Gets the value of the url property.Gets the value of the visibility property.voidSets the value of the url property.voidsetVisibility(String value) Sets the value of the visibility property.
-
Field Details
-
visibility
-
url
-
-
Constructor Details
-
Attachment
public Attachment()
-
-
Method Details
-
getVisibility
Gets the value of the visibility property.- Returns:
- possible object is
String
-
setVisibility
Sets the value of the visibility property.- Parameters:
value- allowed object isString
-
getURL
Gets the value of the url property.- Returns:
- possible object is
URL
-
setURL
Sets the value of the url property.- Parameters:
value- allowed object isURL
-