public class AttachPropType extends BasePropertyType
Java class for AttachPropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachPropType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<choice>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}uri"/>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}binary"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
binary |
protected String |
uri |
parameters| Constructor and Description |
|---|
AttachPropType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinary()
Gets the value of the binary property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setBinary(String value)
Sets the value of the binary property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
getParameters, setParameterspublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic String getBinary()
StringCopyright © 2017 Bedework. All rights reserved.