Package org.machanism.machai.schema
Class Author
java.lang.Object
org.machanism.machai.schema.Author
Describes the author or organization responsible for the artifact.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()Email for support or queries.getName()Name of the author or organization.Link to the website or documentation.inthashCode()voidsetAdditionalProperty(String name, Object value) voidEmail for support or queries.voidName of the author or organization.voidsetWebsite(URI website) Link to the website or documentation.toString()
-
Constructor Details
-
Author
public Author()
-
-
Method Details
-
getName
Name of the author or organization. (Required) -
setName
Name of the author or organization. (Required) -
getEmail
Email for support or queries. -
setEmail
Email for support or queries. -
getWebsite
Link to the website or documentation. -
setWebsite
Link to the website or documentation. -
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
-
equals
-