gov.nist.secauto.metaschema.model.xmlbeans.DeprecatedAttribute Maven / Gradle / Ivy
/*
* An XML attribute type.
* Localname: deprecated
* Namespace: http://csrc.nist.gov/ns/oscal/metaschema/1.0
* Java type: gov.nist.secauto.metaschema.model.xmlbeans.DeprecatedAttribute
*
* Automatically generated - do not modify.
*/
package gov.nist.secauto.metaschema.model.xmlbeans;
import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;
/**
* A document containing one deprecated(@http://csrc.nist.gov/ns/oscal/metaschema/1.0) attribute.
*
* This is a complex type.
*/
public interface DeprecatedAttribute extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.xmlbeans.metadata.system.metaschema.TypeSystemHolder.typeSystem, "deprecatedc103attrtypetype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "deprecated" attribute
*/
java.lang.String getDeprecated();
/**
* True if has "deprecated" attribute
*/
boolean isSetDeprecated();
/**
* Sets the "deprecated" attribute
*/
void setDeprecated(java.lang.String deprecated);
/**
* Unsets the "deprecated" attribute
*/
void unsetDeprecated();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy