net.datastream.schemas.mp_entities.positionhierarchy_002.ObjectFactory Maven / Gradle / Ivy
Show all versions of eam-wshub-proxyclient Show documentation
package net.datastream.schemas.mp_entities.positionhierarchy_002;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the net.datastream.schemas.mp_entities.positionhierarchy_002 package.
* An ObjectFactory allows you to programatically
* construct new instances of the Java representation
* for XML content. The Java representation of XML
* content can consist of schema derived interfaces
* and classes representing the binding of schema
* type definitions, element declarations and model
* groups. Factory methods for each of these are
* provided in this class.
*
*/
@XmlRegistry
public class ObjectFactory {
private final static QName _NoParents_QNAME = new QName("http://schemas.datastream.net/MP_entities/PositionHierarchy_002", "NoParents");
private final static QName _NonDependentParents_QNAME = new QName("http://schemas.datastream.net/MP_entities/PositionHierarchy_002", "NonDependentParents");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.datastream.schemas.mp_entities.positionhierarchy_002
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link PositionParentHierarchy }
*
*/
public PositionParentHierarchy createPositionParentHierarchy() {
return new PositionParentHierarchy();
}
/**
* Create an instance of {@link AssetDependency }
*
*/
public AssetDependency createAssetDependency() {
return new AssetDependency();
}
/**
* Create an instance of {@link PositionDependency }
*
*/
public PositionDependency createPositionDependency() {
return new PositionDependency();
}
/**
* Create an instance of {@link PrimarySystemDependency }
*
*/
public PrimarySystemDependency createPrimarySystemDependency() {
return new PrimarySystemDependency();
}
/**
* Create an instance of {@link SystemDependency }
*
*/
public SystemDependency createSystemDependency() {
return new SystemDependency();
}
/**
* Create an instance of {@link LocationDependency }
*
*/
public LocationDependency createLocationDependency() {
return new LocationDependency();
}
/**
* Create an instance of {@link NonDependentParents_Type }
*
*/
public NonDependentParents_Type createNonDependentParents_Type() {
return new NonDependentParents_Type();
}
/**
* Create an instance of {@link PositionChildHierarchy }
*
*/
public PositionChildHierarchy createPositionChildHierarchy() {
return new PositionChildHierarchy();
}
/**
* Create an instance of {@link ChildPosition }
*
*/
public ChildPosition createChildPosition() {
return new ChildPosition();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://schemas.datastream.net/MP_entities/PositionHierarchy_002", name = "NoParents")
public JAXBElement createNoParents(String value) {
return new JAXBElement(_NoParents_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link NonDependentParents_Type }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://schemas.datastream.net/MP_entities/PositionHierarchy_002", name = "NonDependentParents")
public JAXBElement createNonDependentParents(NonDependentParents_Type value) {
return new JAXBElement(_NonDependentParents_QNAME, NonDependentParents_Type.class, null, value);
}
}