View Javadoc
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   * &lt;p&gt;Java class for ctCassandraArgument complex type&lt;/p&gt;.
39   * 
40   * &lt;p&gt;The following schema fragment specifies the expected content contained within this class.&lt;/p&gt;
41   * 
42   * &lt;pre&gt;{&#064;code
43   * &lt;complexType name="ctCassandraArgument"&gt;
44   *   &lt;complexContent&gt;
45   *     &lt;extension base="{http://www.synchronoss.org/cpo/CpoMeta.xsd}ctArgument"&gt;
46   *     &lt;/extension&gt;
47   *   &lt;/complexContent&gt;
48   * &lt;/complexType&gt;
49   * }&lt;/pre&gt;
50   * 
51   * 
52   */
53  @XmlAccessorType(XmlAccessType.FIELD)
54  @XmlType(name = "ctCassandraArgument")
55  public class CtCassandraArgument
56      extends CtArgument
57  {
58  
59  
60  }