Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.AttachmentType
-
Packages that use AttachmentType Package Description network.oxalis.peppol.ubl2.jaxb network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of AttachmentType in network.oxalis.peppol.ubl2.jaxb
Fields in network.oxalis.peppol.ubl2.jaxb declared as AttachmentType Modifier and Type Field Description protected AttachmentTypeAttachedDocumentType. attachmentMethods in network.oxalis.peppol.ubl2.jaxb that return AttachmentType Modifier and Type Method Description AttachmentTypeAttachedDocumentType. getAttachment()Gets the value of the attachment property.Methods in network.oxalis.peppol.ubl2.jaxb with parameters of type AttachmentType Modifier and Type Method Description voidAttachedDocumentType. setAttachment(AttachmentType value)Sets the value of the attachment property. -
Uses of AttachmentType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as AttachmentType Modifier and Type Field Description protected AttachmentTypeDocumentReferenceType. attachmentprotected AttachmentTypeSignatureType. digitalSignatureAttachmentMethods in network.oxalis.peppol.ubl2.jaxb.cac that return AttachmentType Modifier and Type Method Description AttachmentTypeObjectFactory. createAttachmentType()Create an instance ofAttachmentTypeAttachmentTypeDocumentReferenceType. getAttachment()Gets the value of the attachment property.AttachmentTypeSignatureType. getDigitalSignatureAttachment()Gets the value of the digitalSignatureAttachment property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type AttachmentType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AttachmentType>ObjectFactory. createAttachment(AttachmentType value)jakarta.xml.bind.JAXBElement<AttachmentType>ObjectFactory. createDigitalSignatureAttachment(AttachmentType value)Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type AttachmentType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AttachmentType>ObjectFactory. createAttachment(AttachmentType value)jakarta.xml.bind.JAXBElement<AttachmentType>ObjectFactory. createDigitalSignatureAttachment(AttachmentType value)voidDocumentReferenceType. setAttachment(AttachmentType value)Sets the value of the attachment property.voidSignatureType. setDigitalSignatureAttachment(AttachmentType value)Sets the value of the digitalSignatureAttachment property.
-