All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUArchiveModule Maven / Gradle / Ivy

Go to download

This project allows a user to interact with ESP services in a controlled manner. The API calls available under org.hpccsystems.ws.client.platform allow for a user to target ESP's across multiple environments running a range of hpccsystems-platform versions. There is no guarantee that if a user utilizes org.hpccsystems.ws.client.gen generated stub code from wsdl, that the calls will be backwards compatible with older hpccsystems-platform versions.

There is a newer version: 9.8.0-1
Show newest version
/**
 * WUArchiveModule.java
 *
 * 

This file was auto-generated from WSDL by the Apache Axis2 version: 1.8.1 Built on : Jun 07, * 2022 (03:47:13 EDT) */ package org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest; /** WUArchiveModule bean class */ @SuppressWarnings({"unchecked", "unused"}) public class WUArchiveModule implements org.apache.axis2.databinding.ADBBean { /* This type was generated from the piece of schema that had name = WUArchiveModule Namespace URI = urn:hpccsystems:ws:wsworkunits Namespace Prefix = ns1 */ /** field for Name */ protected java.lang.String localName; /* This tracker boolean wil be used to detect whether the user called the set method * for this attribute. It will be used to determine whether to include this field * in the serialized XML */ protected boolean localNameTracker = false; public boolean isNameSpecified() { return localNameTracker; } /** * Auto generated getter method * * @return java.lang.String */ public java.lang.String getName() { return localName; } /** * Auto generated setter method * * @param param Name */ public void setName(java.lang.String param) { localNameTracker = param != null; this.localName = param; } /** field for FullName */ protected java.lang.String localFullName; /* This tracker boolean wil be used to detect whether the user called the set method * for this attribute. It will be used to determine whether to include this field * in the serialized XML */ protected boolean localFullNameTracker = false; public boolean isFullNameSpecified() { return localFullNameTracker; } /** * Auto generated getter method * * @return java.lang.String */ public java.lang.String getFullName() { return localFullName; } /** * Auto generated setter method * * @param param FullName */ public void setFullName(java.lang.String param) { localFullNameTracker = param != null; this.localFullName = param; } /** field for Flags */ protected org.apache.axis2.databinding.types.UnsignedInt localFlags; /* This tracker boolean wil be used to detect whether the user called the set method * for this attribute. It will be used to determine whether to include this field * in the serialized XML */ protected boolean localFlagsTracker = false; public boolean isFlagsSpecified() { return localFlagsTracker; } /** * Auto generated getter method * * @return org.apache.axis2.databinding.types.UnsignedInt */ public org.apache.axis2.databinding.types.UnsignedInt getFlags() { return localFlags; } /** * Auto generated setter method * * @param param Flags */ public void setFlags(org.apache.axis2.databinding.types.UnsignedInt param) { localFlagsTracker = param != null; this.localFlags = param; } /** field for Key */ protected java.lang.String localKey; /* This tracker boolean wil be used to detect whether the user called the set method * for this attribute. It will be used to determine whether to include this field * in the serialized XML */ protected boolean localKeyTracker = false; public boolean isKeySpecified() { return localKeyTracker; } /** * Auto generated getter method * * @return java.lang.String */ public java.lang.String getKey() { return localKey; } /** * Auto generated setter method * * @param param Key */ public void setKey(java.lang.String param) { localKeyTracker = param != null; this.localKey = param; } /** field for Plugin */ protected java.lang.String localPlugin; /* This tracker boolean wil be used to detect whether the user called the set method * for this attribute. It will be used to determine whether to include this field * in the serialized XML */ protected boolean localPluginTracker = false; public boolean isPluginSpecified() { return localPluginTracker; } /** * Auto generated getter method * * @return java.lang.String */ public java.lang.String getPlugin() { return localPlugin; } /** * Auto generated setter method * * @param param Plugin */ public void setPlugin(java.lang.String param) { localPluginTracker = param != null; this.localPlugin = param; } /** field for SourcePath */ protected java.lang.String localSourcePath; /* This tracker boolean wil be used to detect whether the user called the set method * for this attribute. It will be used to determine whether to include this field * in the serialized XML */ protected boolean localSourcePathTracker = false; public boolean isSourcePathSpecified() { return localSourcePathTracker; } /** * Auto generated getter method * * @return java.lang.String */ public java.lang.String getSourcePath() { return localSourcePath; } /** * Auto generated setter method * * @param param SourcePath */ public void setSourcePath(java.lang.String param) { localSourcePathTracker = param != null; this.localSourcePath = param; } /** field for Version */ protected java.lang.String localVersion; /* This tracker boolean wil be used to detect whether the user called the set method * for this attribute. It will be used to determine whether to include this field * in the serialized XML */ protected boolean localVersionTracker = false; public boolean isVersionSpecified() { return localVersionTracker; } /** * Auto generated getter method * * @return java.lang.String */ public java.lang.String getVersion() { return localVersion; } /** * Auto generated setter method * * @param param Version */ public void setVersion(java.lang.String param) { localVersionTracker = param != null; this.localVersion = param; } /** field for Path */ protected java.lang.String localPath; /* This tracker boolean wil be used to detect whether the user called the set method * for this attribute. It will be used to determine whether to include this field * in the serialized XML */ protected boolean localPathTracker = false; public boolean isPathSpecified() { return localPathTracker; } /** * Auto generated getter method * * @return java.lang.String */ public java.lang.String getPath() { return localPath; } /** * Auto generated setter method * * @param param Path */ public void setPath(java.lang.String param) { localPathTracker = param != null; this.localPath = param; } /** field for ArchiveModules */ protected org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArchiveModules_type0 localArchiveModules; /* This tracker boolean wil be used to detect whether the user called the set method * for this attribute. It will be used to determine whether to include this field * in the serialized XML */ protected boolean localArchiveModulesTracker = false; public boolean isArchiveModulesSpecified() { return localArchiveModulesTracker; } /** * Auto generated getter method * * @return org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArchiveModules_type0 */ public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArchiveModules_type0 getArchiveModules() { return localArchiveModules; } /** * Auto generated setter method * * @param param ArchiveModules */ public void setArchiveModules( org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArchiveModules_type0 param) { localArchiveModulesTracker = param != null; this.localArchiveModules = param; } /** field for Files */ protected org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.Files_type0 localFiles; /* This tracker boolean wil be used to detect whether the user called the set method * for this attribute. It will be used to determine whether to include this field * in the serialized XML */ protected boolean localFilesTracker = false; public boolean isFilesSpecified() { return localFilesTracker; } /** * Auto generated getter method * * @return org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.Files_type0 */ public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.Files_type0 getFiles() { return localFiles; } /** * Auto generated setter method * * @param param Files */ public void setFiles(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.Files_type0 param) { localFilesTracker = param != null; this.localFiles = param; } /** * @param parentQName * @param factory * @return org.apache.axiom.om.OMElement */ public org.apache.axiom.om.OMElement getOMElement( final javax.xml.namespace.QName parentQName, final org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException { return factory.createOMElement( new org.apache.axis2.databinding.ADBDataSource(this, parentQName)); } public void serialize( final javax.xml.namespace.QName parentQName, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException, org.apache.axis2.databinding.ADBException { serialize(parentQName, xmlWriter, false); } public void serialize( final javax.xml.namespace.QName parentQName, javax.xml.stream.XMLStreamWriter xmlWriter, boolean serializeType) throws javax.xml.stream.XMLStreamException, org.apache.axis2.databinding.ADBException { java.lang.String prefix = null; java.lang.String namespace = null; prefix = parentQName.getPrefix(); namespace = parentQName.getNamespaceURI(); writeStartElement(prefix, namespace, parentQName.getLocalPart(), xmlWriter); if (serializeType) { java.lang.String namespacePrefix = registerPrefix(xmlWriter, "urn:hpccsystems:ws:wsworkunits"); if ((namespacePrefix != null) && (namespacePrefix.trim().length() > 0)) { writeAttribute( "xsi", "http://www.w3.org/2001/XMLSchema-instance", "type", namespacePrefix + ":WUArchiveModule", xmlWriter); } else { writeAttribute( "xsi", "http://www.w3.org/2001/XMLSchema-instance", "type", "WUArchiveModule", xmlWriter); } } if (localNameTracker) { namespace = "urn:hpccsystems:ws:wsworkunits"; writeStartElement(null, namespace, "Name", xmlWriter); if (localName == null) { // write the nil attribute throw new org.apache.axis2.databinding.ADBException("Name cannot be null!!"); } else { xmlWriter.writeCharacters(localName); } xmlWriter.writeEndElement(); } if (localFullNameTracker) { namespace = "urn:hpccsystems:ws:wsworkunits"; writeStartElement(null, namespace, "FullName", xmlWriter); if (localFullName == null) { // write the nil attribute throw new org.apache.axis2.databinding.ADBException("FullName cannot be null!!"); } else { xmlWriter.writeCharacters(localFullName); } xmlWriter.writeEndElement(); } if (localFlagsTracker) { namespace = "urn:hpccsystems:ws:wsworkunits"; writeStartElement(null, namespace, "Flags", xmlWriter); if (localFlags == null) { // write the nil attribute throw new org.apache.axis2.databinding.ADBException("Flags cannot be null!!"); } else { xmlWriter.writeCharacters( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(localFlags)); } xmlWriter.writeEndElement(); } if (localKeyTracker) { namespace = "urn:hpccsystems:ws:wsworkunits"; writeStartElement(null, namespace, "Key", xmlWriter); if (localKey == null) { // write the nil attribute throw new org.apache.axis2.databinding.ADBException("Key cannot be null!!"); } else { xmlWriter.writeCharacters(localKey); } xmlWriter.writeEndElement(); } if (localPluginTracker) { namespace = "urn:hpccsystems:ws:wsworkunits"; writeStartElement(null, namespace, "Plugin", xmlWriter); if (localPlugin == null) { // write the nil attribute throw new org.apache.axis2.databinding.ADBException("Plugin cannot be null!!"); } else { xmlWriter.writeCharacters(localPlugin); } xmlWriter.writeEndElement(); } if (localSourcePathTracker) { namespace = "urn:hpccsystems:ws:wsworkunits"; writeStartElement(null, namespace, "SourcePath", xmlWriter); if (localSourcePath == null) { // write the nil attribute throw new org.apache.axis2.databinding.ADBException("SourcePath cannot be null!!"); } else { xmlWriter.writeCharacters(localSourcePath); } xmlWriter.writeEndElement(); } if (localVersionTracker) { namespace = "urn:hpccsystems:ws:wsworkunits"; writeStartElement(null, namespace, "Version", xmlWriter); if (localVersion == null) { // write the nil attribute throw new org.apache.axis2.databinding.ADBException("Version cannot be null!!"); } else { xmlWriter.writeCharacters(localVersion); } xmlWriter.writeEndElement(); } if (localPathTracker) { namespace = "urn:hpccsystems:ws:wsworkunits"; writeStartElement(null, namespace, "Path", xmlWriter); if (localPath == null) { // write the nil attribute throw new org.apache.axis2.databinding.ADBException("Path cannot be null!!"); } else { xmlWriter.writeCharacters(localPath); } xmlWriter.writeEndElement(); } if (localArchiveModulesTracker) { if (localArchiveModules == null) { throw new org.apache.axis2.databinding.ADBException("ArchiveModules cannot be null!!"); } localArchiveModules.serialize( new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "ArchiveModules"), xmlWriter); } if (localFilesTracker) { if (localFiles == null) { throw new org.apache.axis2.databinding.ADBException("Files cannot be null!!"); } localFiles.serialize( new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "Files"), xmlWriter); } xmlWriter.writeEndElement(); } private static java.lang.String generatePrefix(java.lang.String namespace) { if (namespace.equals("urn:hpccsystems:ws:wsworkunits")) { return "ns1"; } return org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix(); } /** Utility method to write an element start tag. */ private void writeStartElement( java.lang.String prefix, java.lang.String namespace, java.lang.String localPart, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException { java.lang.String writerPrefix = xmlWriter.getPrefix(namespace); if (writerPrefix != null) { xmlWriter.writeStartElement(writerPrefix, localPart, namespace); } else { if (namespace.length() == 0) { prefix = ""; } else if (prefix == null) { prefix = generatePrefix(namespace); } xmlWriter.writeStartElement(prefix, localPart, namespace); xmlWriter.writeNamespace(prefix, namespace); xmlWriter.setPrefix(prefix, namespace); } } /** Util method to write an attribute with the ns prefix */ private void writeAttribute( java.lang.String prefix, java.lang.String namespace, java.lang.String attName, java.lang.String attValue, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException { java.lang.String writerPrefix = xmlWriter.getPrefix(namespace); if (writerPrefix != null) { xmlWriter.writeAttribute(writerPrefix, namespace, attName, attValue); } else { xmlWriter.writeNamespace(prefix, namespace); xmlWriter.setPrefix(prefix, namespace); xmlWriter.writeAttribute(prefix, namespace, attName, attValue); } } /** Util method to write an attribute without the ns prefix */ private void writeAttribute( java.lang.String namespace, java.lang.String attName, java.lang.String attValue, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException { if (namespace.equals("")) { xmlWriter.writeAttribute(attName, attValue); } else { xmlWriter.writeAttribute(registerPrefix(xmlWriter, namespace), namespace, attName, attValue); } } /** Util method to write an attribute without the ns prefix */ private void writeQNameAttribute( java.lang.String namespace, java.lang.String attName, javax.xml.namespace.QName qname, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException { java.lang.String attributeNamespace = qname.getNamespaceURI(); java.lang.String attributePrefix = xmlWriter.getPrefix(attributeNamespace); if (attributePrefix == null) { attributePrefix = registerPrefix(xmlWriter, attributeNamespace); } java.lang.String attributeValue; if (attributePrefix.trim().length() > 0) { attributeValue = attributePrefix + ":" + qname.getLocalPart(); } else { attributeValue = qname.getLocalPart(); } if (namespace.equals("")) { xmlWriter.writeAttribute(attName, attributeValue); } else { registerPrefix(xmlWriter, namespace); xmlWriter.writeAttribute(attributePrefix, namespace, attName, attributeValue); } } /** method to handle Qnames */ private void writeQName( javax.xml.namespace.QName qname, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException { java.lang.String namespaceURI = qname.getNamespaceURI(); if (namespaceURI != null) { java.lang.String prefix = xmlWriter.getPrefix(namespaceURI); if (prefix == null) { prefix = generatePrefix(namespaceURI); xmlWriter.writeNamespace(prefix, namespaceURI); xmlWriter.setPrefix(prefix, namespaceURI); } if (prefix.trim().length() > 0) { xmlWriter.writeCharacters( prefix + ":" + org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qname)); } else { // i.e this is the default namespace xmlWriter.writeCharacters( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qname)); } } else { xmlWriter.writeCharacters( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qname)); } } private void writeQNames( javax.xml.namespace.QName[] qnames, javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException { if (qnames != null) { // we have to store this data until last moment since it is not possible to write any // namespace data after writing the charactor data java.lang.StringBuffer stringToWrite = new java.lang.StringBuffer(); java.lang.String namespaceURI = null; java.lang.String prefix = null; for (int i = 0; i < qnames.length; i++) { if (i > 0) { stringToWrite.append(" "); } namespaceURI = qnames[i].getNamespaceURI(); if (namespaceURI != null) { prefix = xmlWriter.getPrefix(namespaceURI); if ((prefix == null) || (prefix.length() == 0)) { prefix = generatePrefix(namespaceURI); xmlWriter.writeNamespace(prefix, namespaceURI); xmlWriter.setPrefix(prefix, namespaceURI); } if (prefix.trim().length() > 0) { stringToWrite .append(prefix) .append(":") .append( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qnames[i])); } else { stringToWrite.append( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qnames[i])); } } else { stringToWrite.append( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(qnames[i])); } } xmlWriter.writeCharacters(stringToWrite.toString()); } } /** Register a namespace prefix */ private java.lang.String registerPrefix( javax.xml.stream.XMLStreamWriter xmlWriter, java.lang.String namespace) throws javax.xml.stream.XMLStreamException { java.lang.String prefix = xmlWriter.getPrefix(namespace); if (prefix == null) { prefix = generatePrefix(namespace); javax.xml.namespace.NamespaceContext nsContext = xmlWriter.getNamespaceContext(); while (true) { java.lang.String uri = nsContext.getNamespaceURI(prefix); if (uri == null || uri.length() == 0) { break; } prefix = org.apache.axis2.databinding.utils.BeanUtil.getUniquePrefix(); } xmlWriter.writeNamespace(prefix, namespace); xmlWriter.setPrefix(prefix, namespace); } return prefix; } /** Factory class that keeps the parse method */ public static class Factory { private static org.apache.commons.logging.Log log = org.apache.commons.logging.LogFactory.getLog(Factory.class); /** * static method to create the object Precondition: If this object is an element, the current or * next start element starts this object and any intervening reader events are ignorable If this * object is not an element, it is a complex type and the reader is at the event just after the * outer start element Postcondition: If this object is an element, the reader is positioned at * its end element If this object is a complex type, the reader is positioned at the end element * of its outer element */ public static WUArchiveModule parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception { WUArchiveModule object = new WUArchiveModule(); int event; javax.xml.namespace.QName currentQName = null; java.lang.String nillableValue = null; java.lang.String prefix = ""; java.lang.String namespaceuri = ""; try { while (!reader.isStartElement() && !reader.isEndElement()) reader.next(); currentQName = reader.getName(); if (reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance", "type") != null) { java.lang.String fullTypeName = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance", "type"); if (fullTypeName != null) { java.lang.String nsPrefix = null; if (fullTypeName.indexOf(":") > -1) { nsPrefix = fullTypeName.substring(0, fullTypeName.indexOf(":")); } nsPrefix = nsPrefix == null ? "" : nsPrefix; java.lang.String type = fullTypeName.substring(fullTypeName.indexOf(":") + 1); if (!"WUArchiveModule".equals(type)) { // find namespace for the prefix java.lang.String nsUri = reader.getNamespaceContext().getNamespaceURI(nsPrefix); return (WUArchiveModule) org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ExtensionMapper .getTypeObject(nsUri, type, reader); } } } // Note all attributes that were handled. Used to differ normal attributes // from anyAttributes. java.util.Vector handledAttributes = new java.util.Vector(); reader.next(); while (!reader.isEndElement()) { if (reader.isStartElement()) { if (reader.isStartElement() && new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "Name") .equals(reader.getName())) { nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance", "nil"); if ("true".equals(nillableValue) || "1".equals(nillableValue)) { throw new org.apache.axis2.databinding.ADBException( "The element: " + "Name" + " cannot be null"); } java.lang.String content = reader.getElementText(); object.setName( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(content)); reader.next(); } // End of if for expected property start element else if (reader.isStartElement() && new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "FullName") .equals(reader.getName())) { nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance", "nil"); if ("true".equals(nillableValue) || "1".equals(nillableValue)) { throw new org.apache.axis2.databinding.ADBException( "The element: " + "FullName" + " cannot be null"); } java.lang.String content = reader.getElementText(); object.setFullName( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(content)); reader.next(); } // End of if for expected property start element else if (reader.isStartElement() && new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "Flags") .equals(reader.getName())) { nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance", "nil"); if ("true".equals(nillableValue) || "1".equals(nillableValue)) { throw new org.apache.axis2.databinding.ADBException( "The element: " + "Flags" + " cannot be null"); } java.lang.String content = reader.getElementText(); object.setFlags( org.apache.axis2.databinding.utils.ConverterUtil.convertToUnsignedInt(content)); reader.next(); } // End of if for expected property start element else if (reader.isStartElement() && new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "Key") .equals(reader.getName())) { nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance", "nil"); if ("true".equals(nillableValue) || "1".equals(nillableValue)) { throw new org.apache.axis2.databinding.ADBException( "The element: " + "Key" + " cannot be null"); } java.lang.String content = reader.getElementText(); object.setKey( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(content)); reader.next(); } // End of if for expected property start element else if (reader.isStartElement() && new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "Plugin") .equals(reader.getName())) { nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance", "nil"); if ("true".equals(nillableValue) || "1".equals(nillableValue)) { throw new org.apache.axis2.databinding.ADBException( "The element: " + "Plugin" + " cannot be null"); } java.lang.String content = reader.getElementText(); object.setPlugin( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(content)); reader.next(); } // End of if for expected property start element else if (reader.isStartElement() && new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "SourcePath") .equals(reader.getName())) { nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance", "nil"); if ("true".equals(nillableValue) || "1".equals(nillableValue)) { throw new org.apache.axis2.databinding.ADBException( "The element: " + "SourcePath" + " cannot be null"); } java.lang.String content = reader.getElementText(); object.setSourcePath( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(content)); reader.next(); } // End of if for expected property start element else if (reader.isStartElement() && new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "Version") .equals(reader.getName())) { nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance", "nil"); if ("true".equals(nillableValue) || "1".equals(nillableValue)) { throw new org.apache.axis2.databinding.ADBException( "The element: " + "Version" + " cannot be null"); } java.lang.String content = reader.getElementText(); object.setVersion( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(content)); reader.next(); } // End of if for expected property start element else if (reader.isStartElement() && new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "Path") .equals(reader.getName())) { nillableValue = reader.getAttributeValue("http://www.w3.org/2001/XMLSchema-instance", "nil"); if ("true".equals(nillableValue) || "1".equals(nillableValue)) { throw new org.apache.axis2.databinding.ADBException( "The element: " + "Path" + " cannot be null"); } java.lang.String content = reader.getElementText(); object.setPath( org.apache.axis2.databinding.utils.ConverterUtil.convertToString(content)); reader.next(); } // End of if for expected property start element else if (reader.isStartElement() && new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "ArchiveModules") .equals(reader.getName())) { object.setArchiveModules( org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ArchiveModules_type0 .Factory.parse(reader)); reader.next(); } // End of if for expected property start element else if (reader.isStartElement() && new javax.xml.namespace.QName("urn:hpccsystems:ws:wsworkunits", "Files") .equals(reader.getName())) { object.setFiles( org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.Files_type0.Factory.parse( reader)); reader.next(); } // End of if for expected property start element else { // 3 - A start element we are not expecting indicates an invalid parameter was passed throw new org.apache.axis2.databinding.ADBException( "Unexpected subelement " + reader.getName()); } } else { reader.next(); } } // end of while loop } catch (javax.xml.stream.XMLStreamException e) { throw new java.lang.Exception(e); } return object; } } // end of factory class }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy