java.lang.Object
org.eclipse.persistence.tools.dbws.OperationModel
Direct Known Subclasses:
BatchSQLOperationModel, ModelWithBuildSql, TableOperationModel

public class OperationModel extends Object
  • Field Details

    • name

      protected String name
    • isSimpleXMLFormat

      protected boolean isSimpleXMLFormat
    • simpleXMLFormatTag

      protected String simpleXMLFormatTag
    • xmlTag

      protected String xmlTag
    • isCollection

      protected boolean isCollection
    • binaryAttachment

      protected boolean binaryAttachment
    • attachmentType

      protected String attachmentType
    • returnType

      protected String returnType
  • Constructor Details

    • OperationModel

      public OperationModel()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getIsSimpleXMLFormat

      public boolean getIsSimpleXMLFormat()
    • setIsSimpleXMLFormat

      public void setIsSimpleXMLFormat(boolean isSimpleXMLFormat)
    • isSimpleXMLFormat

      public boolean isSimpleXMLFormat()
    • getSimpleXMLFormatTag

      public String getSimpleXMLFormatTag()
    • setSimpleXMLFormatTag

      public void setSimpleXMLFormatTag(String simpleXMLFormatTag)
    • getXmlTag

      public String getXmlTag()
    • setXmlTag

      public void setXmlTag(String xmlTag)
    • isCollection

      public boolean isCollection()
    • setIsCollection

      public void setIsCollection(boolean isCollection)
    • getBinaryAttachment

      public boolean getBinaryAttachment()
    • setBinaryAttachment

      public void setBinaryAttachment(boolean binaryAttachment)
    • getAttachmentType

      public String getAttachmentType()
    • setAttachmentType

      public void setAttachmentType(String attachmentType)
    • getReturnType

      public String getReturnType()
    • setReturnType

      public void setReturnType(String returnType)
    • isTableOperation

      public boolean isTableOperation()
    • isSQLOperation

      public boolean isSQLOperation()
    • isBatchSQLOperation

      public boolean isBatchSQLOperation()
    • isProcedureOperation

      public boolean isProcedureOperation()
    • hasBuildSql

      public boolean hasBuildSql()
    • buildOperation

      public void buildOperation(DBWSBuilder builder)