Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.01.04 at 08:47:18 AM MEZ
//
package org.jomc.modlet;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
* Base modlet object.
*
*
Java class for ModletObject complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ModletObject", namespace = "http://jomc.org/modlet")
@XmlSeeAlso({
Schema.class,
Services.class,
Schemas.class,
Model.class,
Modlets.class,
Modlet.class,
Service.class,
Property.class
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2013-01-04T08:47:18+01:00", comments = "JAXB RI vhudson-jaxb-ri-2.1-2")
public class ModletObject implements Cloneable
{
/**
* Creates a new {@code ModletObject} instance.
*
*/
public ModletObject() {
// CC-XJC Version 2.0.1 Build 2012-03-02T12:09:12+0000
super();
}
/**
* Creates a new {@code ModletObject} instance by deeply copying a given {@code ModletObject} instance.
*
*
* @param o
* The instance to copy.
* @throws NullPointerException
* if {@code o} is {@code null}.
*/
public ModletObject(final ModletObject o) {
// CC-XJC Version 2.0.1 Build 2012-03-02T12:09:12+0000
super();
if (o == null) {
throw new NullPointerException("Cannot create a copy of 'ModletObject' from 'null'.");
}
}
/**
* Creates and returns a deep copy of this object.
*
*
* @return
* A deep copy of this object.
*/
@Override
@Generated(value = "com.sun.tools.xjc.Driver", date = "2013-01-04T08:47:18+01:00", comments = "JAXB RI vhudson-jaxb-ri-2.1-2")
public ModletObject clone() {
try {
{
// CC-XJC Version 2.0.1 Build 2012-03-02T12:09:12+0000
final ModletObject clone = ((ModletObject) super.clone());
return clone;
}
} catch (CloneNotSupportedException e) {
// Please report this at https://apps.sourceforge.net/mantisbt/ccxjc/
throw new AssertionError(e);
}
}
/** Public identifier of the modlet model. */
public static final String MODEL_PUBLIC_ID = "http://jomc.org/modlet";
/**
* Public identifier of the modlet schema.
* @since 1.2
*/
public static final java.net.URI PUBLIC_ID;
static
{
try
{
PUBLIC_ID = new java.net.URI( MODEL_PUBLIC_ID );
}
catch ( final java.net.URISyntaxException e )
{
throw new AssertionError( e );
}
}
/**
* Gets a single {@code JAXBElement} matching a namespace URI and local part from a given list of objects.
*
* @param any The list to search.
* @param namespaceURI The namespace URI of the {@code JAXBElement} to return.
* @param localPart The local part of the {@code JAXBElement} to return.
*
* @return The {@code JAXBElement} matching {@code namespaceURI} and {@code localPart} from the {@code any} list or
* {@code null} if no such element is found.
*
* @throws NullPointerException if {@code any}, {@code namespaceURI} or {@code localPart} is {@code null}.
* @throws IllegalStateException if {@code any} contains more than one matching element.
*
* @deprecated As of JOMC 1.1, please use method {@link #getAnyElement(java.util.List, java.lang.String, java.lang.String, java.lang.Class)}.
* This method will be removed in version 2.0.
*/
@Deprecated
protected javax.xml.bind.JAXBElement getAnyElement( final java.util.List