1
2
3
4
5
6
7
8
9 package org.ogf.schemas.graap.wsAgreement;
10
11
12
13
14
15
16
17 public interface AgreementIdDocument extends org.apache.xmlbeans.XmlObject
18 {
19 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
20 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AgreementIdDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s1E82E5FFD6D93F7E928DD54BBB6CABD9").resolveHandle("agreementid14b2doctype");
21
22
23
24
25 java.lang.String getAgreementId();
26
27
28
29
30 org.apache.xmlbeans.XmlString xgetAgreementId();
31
32
33
34
35 void setAgreementId(java.lang.String agreementId);
36
37
38
39
40 void xsetAgreementId(org.apache.xmlbeans.XmlString agreementId);
41
42
43
44
45
46
47 public static final class Factory
48 {
49 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument newInstance() {
50 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
51
52 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
53 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
54
55
56 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
57 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
58
59 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
60 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
61
62
63 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
64 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
65
66 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
67 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
68
69 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
70 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
71
72 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
73 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
74
75 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
76 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
77
78 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
79 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
80
81 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
82 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
83
84 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
85 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
86
87 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
88 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
89
90 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
91 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
92
93 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
94 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
95
96 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
97 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
98
99
100 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
101 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
102
103
104 public static org.ogf.schemas.graap.wsAgreement.AgreementIdDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
105 return (org.ogf.schemas.graap.wsAgreement.AgreementIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
106
107
108 public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
109 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
110
111
112 public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
113 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
114
115 private Factory() { }
116 }
117 }