1 //
2 // This file was generated by the Eclipse Implementation of JAXB, v4.0.6
3 // See https://eclipse-ee4j.github.io/jaxb-ri
4 // Any modifications to this file will be lost upon recompilation of the source schema.
5 //
6
7
8 package org.synchronoss.cpo.cpometa;
9
10 /*-
11 * [[
12 * core
13 * ==
14 * Copyright (C) 2003 - 2026 Exaxis LLC, Synchronoss Technologies Inc
15 * ==
16 * This program is free software: you can redistribute it and/or modify
17 * it under the terms of the GNU Lesser General Public License as
18 * published by the Free Software Foundation, either version 3 of the
19 * License, or (at your option) any later version.
20 *
21 * This program is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Lesser Public License for more details.
25 *
26 * You should have received a copy of the GNU General Lesser Public
27 * License along with this program. If not, see
28 * <http://www.gnu.org/licenses/lgpl-3.0.html>.
29 * ]]
30 */
31
32 import jakarta.xml.bind.annotation.XmlAccessType;
33 import jakarta.xml.bind.annotation.XmlAccessorType;
34 import jakarta.xml.bind.annotation.XmlType;
35
36
37 /**
38 * <p>Java class for ctCassandraArgument complex type</p>.
39 *
40 * <p>The following schema fragment specifies the expected content contained within this class.</p>
41 *
42 * <pre>{@code
43 * <complexType name="ctCassandraArgument">
44 * <complexContent>
45 * <extension base="{http://www.synchronoss.org/cpo/CpoMeta.xsd}ctArgument">
46 * </extension>
47 * </complexContent>
48 * </complexType>
49 * }</pre>
50 *
51 *
52 */
53 @XmlAccessorType(XmlAccessType.FIELD)
54 @XmlType(name = "ctCassandraArgument")
55 public class CtCassandraArgument
56 extends CtArgument
57 {
58
59
60 }