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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
int
hashCode()
Gets the value of the isPublic property.void
setComment
(String value) void
setIsPublic
(Boolean value) Sets the value of the isPublic property.void
setObjectCatalog
(String value) void
setObjectName
(String value) void
setObjectSchema
(String value) void
setSynonymCatalog
(String value) void
setSynonymName
(String value) void
setSynonymSchema
(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:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-