java.lang.Object
org.jooq.util.xml.jaxb.Synonym
- All Implemented Interfaces:
Serializable,XMLAppendable
Java class for Synonym complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Synonym">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="synonym_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="synonym_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="synonym_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="object_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="object_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="object_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="is_public" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleaninthashCode()Gets the value of the isPublic property.voidsetComment(String value) voidsetIsPublic(Boolean value) Sets the value of the isPublic property.voidsetObjectCatalog(String value) voidsetObjectName(String value) voidsetObjectSchema(String value) voidsetSynonymCatalog(String value) voidsetSynonymName(String value) voidsetSynonymSchema(String value) toString()withComment(String value) withIsPublic(Boolean value) withObjectCatalog(String value) withObjectName(String value) withObjectSchema(String value) withSynonymCatalog(String value) withSynonymName(String value) withSynonymSchema(String value)
-
Field Details
-
synonymCatalog
-
synonymSchema
-
synonymName
-
objectCatalog
-
objectSchema
-
objectName
-
isPublic
-
comment
-
-
Constructor Details
-
Synonym
public Synonym()
-
-
Method Details
-
getSynonymCatalog
-
setSynonymCatalog
-
getSynonymSchema
-
setSynonymSchema
-
getSynonymName
-
setSynonymName
-
getObjectCatalog
-
setObjectCatalog
-
getObjectSchema
-
setObjectSchema
-
getObjectName
-
setObjectName
-
isIsPublic
Gets the value of the isPublic property.- Returns:
- possible object is
Boolean
-
setIsPublic
Sets the value of the isPublic property.- Parameters:
value- allowed object isBoolean
-
getComment
-
setComment
-
withSynonymCatalog
-
withSynonymSchema
-
withSynonymName
-
withObjectCatalog
-
withObjectSchema
-
withObjectName
-
withIsPublic
-
withComment
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-