/** * Create an instance of {@link JAXBElement }{@code <}{@link Text }{@code >}} * */ @XmlElementDecl(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main", name = "instrText", scope = R.class) public JAXBElement createRInstrText(Text value) { return new JAXBElement(_RInstrText_QNAME, Text.class, R.class, value); }