Package com.clinia.model.common
Class V1Attachment
java.lang.Object
com.clinia.model.common.V1Attachment
Content in a format defined elsewhere.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents.A date, date-time or partial date (e.g.getId()A sequence of Unicode characters.A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents.getSize()A whole number.getTitle()A sequence of Unicode characters.getUrl()A URI that is a literal reference.inthashCode()setContentType(String contentType) setCreation(String creation) setLanguage(String language) setSize(BigDecimal size) toString()
-
Constructor Details
-
V1Attachment
public V1Attachment()
-
-
Method Details
-
setId
-
getId
A sequence of Unicode characters. -
setContentType
-
getContentType
A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents. -
setLanguage
-
getLanguage
A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents. -
setUrl
-
getUrl
A URI that is a literal reference. -
setSize
-
getSize
A whole number. -
setCreation
-
getCreation
A date, date-time or partial date (e.g. just year or year + month). If hours and minutes are specified, a time zone SHALL be populated. The format is a union of the schema types gYear, gYearMonth, date and dateTime. Seconds must be provided due to schema type constraints but may be zero-filled and may be ignored. Dates SHALL be valid dates. -
setTitle
-
getTitle
A sequence of Unicode characters. -
equals
-
hashCode
public int hashCode() -
toString
-