Uses of Class
org.cxml.ReferenceDocumentInfo
-
Packages that use ReferenceDocumentInfo Package Description org.cxml -
-
Uses of ReferenceDocumentInfo in org.cxml
Fields in org.cxml declared as ReferenceDocumentInfo Modifier and Type Field Description protected ReferenceDocumentInfoItemStatus. referenceDocumentInfoFields in org.cxml with type parameters of type ReferenceDocumentInfo Modifier and Type Field Description protected java.util.List<ReferenceDocumentInfo>ContractItemIn. referenceDocumentInfoprotected java.util.List<ReferenceDocumentInfo>ItemOutIndustry. referenceDocumentInfoprotected java.util.List<ReferenceDocumentInfo>OrderRequestHeaderIndustry. referenceDocumentInfoMethods in org.cxml that return ReferenceDocumentInfo Modifier and Type Method Description ReferenceDocumentInfoObjectFactory. createReferenceDocumentInfo()Create an instance ofReferenceDocumentInfoReferenceDocumentInfoItemStatus. getReferenceDocumentInfo()Gets the value of the referenceDocumentInfo property.Methods in org.cxml that return types with arguments of type ReferenceDocumentInfo Modifier and Type Method Description java.util.List<ReferenceDocumentInfo>ContractItemIn. getReferenceDocumentInfo()Gets the value of the referenceDocumentInfo property.java.util.List<ReferenceDocumentInfo>ItemOutIndustry. getReferenceDocumentInfo()Gets the value of the referenceDocumentInfo property.java.util.List<ReferenceDocumentInfo>OrderRequestHeaderIndustry. getReferenceDocumentInfo()Gets the value of the referenceDocumentInfo property.Methods in org.cxml with parameters of type ReferenceDocumentInfo Modifier and Type Method Description voidItemStatus. setReferenceDocumentInfo(ReferenceDocumentInfo value)Sets the value of the referenceDocumentInfo property.
-