Class OperationModel
java.lang.Object
org.eclipse.persistence.tools.dbws.OperationModel
- Direct Known Subclasses:
BatchSQLOperationModel
,ModelWithBuildSql
,TableOperationModel
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
buildOperation
(DBWSBuilder builder) boolean
boolean
getName()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAttachmentType
(String attachmentType) void
setBinaryAttachment
(boolean binaryAttachment) void
setIsCollection
(boolean isCollection) void
setIsSimpleXMLFormat
(boolean isSimpleXMLFormat) void
void
setReturnType
(String returnType) void
setSimpleXMLFormatTag
(String simpleXMLFormatTag) void
-
Field Details
-
name
-
isSimpleXMLFormat
protected boolean isSimpleXMLFormat -
simpleXMLFormatTag
-
xmlTag
-
isCollection
protected boolean isCollection -
binaryAttachment
protected boolean binaryAttachment -
attachmentType
-
returnType
-
-
Constructor Details
-
OperationModel
public OperationModel()
-
-
Method Details
-
getName
-
setName
-
getIsSimpleXMLFormat
public boolean getIsSimpleXMLFormat() -
setIsSimpleXMLFormat
public void setIsSimpleXMLFormat(boolean isSimpleXMLFormat) -
isSimpleXMLFormat
public boolean isSimpleXMLFormat() -
getSimpleXMLFormatTag
-
setSimpleXMLFormatTag
-
getXmlTag
-
setXmlTag
-
isCollection
public boolean isCollection() -
setIsCollection
public void setIsCollection(boolean isCollection) -
getBinaryAttachment
public boolean getBinaryAttachment() -
setBinaryAttachment
public void setBinaryAttachment(boolean binaryAttachment) -
getAttachmentType
-
setAttachmentType
-
getReturnType
-
setReturnType
-
isTableOperation
public boolean isTableOperation() -
isSQLOperation
public boolean isSQLOperation() -
isBatchSQLOperation
public boolean isBatchSQLOperation() -
isProcedureOperation
public boolean isProcedureOperation() -
hasBuildSql
public boolean hasBuildSql() -
buildOperation
-