Uses of Class
org.cxml.Comments
-
Packages that use Comments Package Description org.cxml -
-
Uses of Comments in org.cxml
Fields in org.cxml declared as Comments Modifier and Type Field Description protected CommentsContract. commentsprotected CommentsContractRequestHeader. commentsprotected CommentsIndex. commentsprotected CommentsItemIn. commentsprotected CommentsItemOut. commentsprotected CommentsMasterAgreementRequestHeader. commentsprotected CommentsOrderRequestHeader. commentsprotected CommentsPolicyViolation. commentsprotected CommentsPurchaseRequisitionHeader. commentsprotected CommentsQuoteItemIn. commentsprotected CommentsQuoteItemOut. commentsprotected CommentsQuoteMessageHeader. commentsprotected CommentsQuoteRequestHeader. commentsprotected CommentsSubscriptionStatus. commentsprotected CommentsSupplier. commentsprotected CommentsTravelDetail. commentsFields in org.cxml with type parameters of type Comments Modifier and Type Field Description protected java.util.List<Comments>ContractItemStatus. commentsprotected java.util.List<Comments>ContractStatus. commentsprotected java.util.List<Comments>DocumentStatus. commentsprotected java.util.List<Comments>InvoiceStatus. commentsprotected java.util.List<Comments>ItemStatus. commentsprotected java.util.List<Comments>SalesReport. commentsprotected java.util.List<Comments>TermsOfDelivery. commentsMethods in org.cxml that return Comments Modifier and Type Method Description CommentsObjectFactory. createComments()Create an instance ofCommentsCommentsContract. getComments()Gets the value of the comments property.CommentsContractRequestHeader. getComments()Gets the value of the comments property.CommentsIndex. getComments()Gets the value of the comments property.CommentsItemIn. getComments()Gets the value of the comments property.CommentsItemOut. getComments()Gets the value of the comments property.CommentsMasterAgreementRequestHeader. getComments()Gets the value of the comments property.CommentsOrderRequestHeader. getComments()Gets the value of the comments property.CommentsPolicyViolation. getComments()Gets the value of the comments property.CommentsPurchaseRequisitionHeader. getComments()Gets the value of the comments property.CommentsQuoteItemIn. getComments()Gets the value of the comments property.CommentsQuoteItemOut. getComments()Gets the value of the comments property.CommentsQuoteMessageHeader. getComments()Gets the value of the comments property.CommentsQuoteRequestHeader. getComments()Gets the value of the comments property.CommentsSubscriptionStatus. getComments()Gets the value of the comments property.CommentsSupplier. getComments()Gets the value of the comments property.CommentsTravelDetail. getComments()Gets the value of the comments property.Methods in org.cxml that return types with arguments of type Comments Modifier and Type Method Description java.util.List<Comments>ContractItemStatus. getComments()Gets the value of the comments property.java.util.List<Comments>ContractStatus. getComments()Gets the value of the comments property.java.util.List<Comments>DocumentStatus. getComments()Gets the value of the comments property.java.util.List<Comments>InvoiceStatus. getComments()Gets the value of the comments property.java.util.List<Comments>ItemStatus. getComments()Gets the value of the comments property.java.util.List<Comments>SalesReport. getComments()Gets the value of the comments property.java.util.List<Comments>TermsOfDelivery. getComments()Gets the value of the comments property.Methods in org.cxml with parameters of type Comments Modifier and Type Method Description voidContract. setComments(Comments value)Sets the value of the comments property.voidContractRequestHeader. setComments(Comments value)Sets the value of the comments property.voidIndex. setComments(Comments value)Sets the value of the comments property.voidItemIn. setComments(Comments value)Sets the value of the comments property.voidItemOut. setComments(Comments value)Sets the value of the comments property.voidMasterAgreementRequestHeader. setComments(Comments value)Sets the value of the comments property.voidOrderRequestHeader. setComments(Comments value)Sets the value of the comments property.voidPolicyViolation. setComments(Comments value)Sets the value of the comments property.voidPurchaseRequisitionHeader. setComments(Comments value)Sets the value of the comments property.voidQuoteItemIn. setComments(Comments value)Sets the value of the comments property.voidQuoteItemOut. setComments(Comments value)Sets the value of the comments property.voidQuoteMessageHeader. setComments(Comments value)Sets the value of the comments property.voidQuoteRequestHeader. setComments(Comments value)Sets the value of the comments property.voidSubscriptionStatus. setComments(Comments value)Sets the value of the comments property.voidSupplier. setComments(Comments value)Sets the value of the comments property.voidTravelDetail. setComments(Comments value)Sets the value of the comments property.
-