Skip to content

Commit

Permalink
Merge pull request #7 from hannonhill/8.6.0
Browse files Browse the repository at this point in the history
Updating migration tool for Cascade CMS v8.6
  • Loading branch information
rgriffith authored Sep 13, 2017
2 parents 181ac2a + 01e04ba commit 5060985
Show file tree
Hide file tree
Showing 13 changed files with 5,263 additions and 7,928 deletions.
37 changes: 37 additions & 0 deletions src/com/hannonhill/www/ws/ns/AssetOperationService/Asset.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public class Asset implements java.io.Serializable {

private com.hannonhill.www.ws.ns.AssetOperationService.DatabaseTransport databaseTransport;

private com.hannonhill.www.ws.ns.AssetOperationService.CloudTransport cloudTransport;

private com.hannonhill.www.ws.ns.AssetOperationService.TransportContainer transportContainer;

private com.hannonhill.www.ws.ns.AssetOperationService.WorkflowDefinition workflowDefinition;
Expand Down Expand Up @@ -144,6 +146,7 @@ public Asset(
com.hannonhill.www.ws.ns.AssetOperationService.FileSystemTransport fileSystemTransport,
com.hannonhill.www.ws.ns.AssetOperationService.FtpTransport ftpTransport,
com.hannonhill.www.ws.ns.AssetOperationService.DatabaseTransport databaseTransport,
com.hannonhill.www.ws.ns.AssetOperationService.CloudTransport cloudTransport,
com.hannonhill.www.ws.ns.AssetOperationService.TransportContainer transportContainer,
com.hannonhill.www.ws.ns.AssetOperationService.WorkflowDefinition workflowDefinition,
com.hannonhill.www.ws.ns.AssetOperationService.WorkflowDefinitionContainer workflowDefinitionContainer,
Expand Down Expand Up @@ -190,6 +193,7 @@ public Asset(
this.fileSystemTransport = fileSystemTransport;
this.ftpTransport = ftpTransport;
this.databaseTransport = databaseTransport;
this.cloudTransport = cloudTransport;
this.transportContainer = transportContainer;
this.workflowDefinition = workflowDefinition;
this.workflowDefinitionContainer = workflowDefinitionContainer;
Expand Down Expand Up @@ -999,6 +1003,26 @@ public void setDatabaseTransport(com.hannonhill.www.ws.ns.AssetOperationService.
}


/**
* Gets the cloudTransport value for this Asset.
*
* @return cloudTransport
*/
public com.hannonhill.www.ws.ns.AssetOperationService.CloudTransport getCloudTransport() {
return cloudTransport;
}


/**
* Sets the cloudTransport value for this Asset.
*
* @param cloudTransport
*/
public void setCloudTransport(com.hannonhill.www.ws.ns.AssetOperationService.CloudTransport cloudTransport) {
this.cloudTransport = cloudTransport;
}


/**
* Gets the transportContainer value for this Asset.
*
Expand Down Expand Up @@ -1250,6 +1274,9 @@ public synchronized boolean equals(java.lang.Object obj) {
((this.databaseTransport==null && other.getDatabaseTransport()==null) ||
(this.databaseTransport!=null &&
this.databaseTransport.equals(other.getDatabaseTransport()))) &&
((this.cloudTransport==null && other.getCloudTransport()==null) ||
(this.cloudTransport!=null &&
this.cloudTransport.equals(other.getCloudTransport()))) &&
((this.transportContainer==null && other.getTransportContainer()==null) ||
(this.transportContainer!=null &&
this.transportContainer.equals(other.getTransportContainer()))) &&
Expand Down Expand Up @@ -1399,6 +1426,9 @@ public synchronized int hashCode() {
if (getDatabaseTransport() != null) {
_hashCode += getDatabaseTransport().hashCode();
}
if (getCloudTransport() != null) {
_hashCode += getCloudTransport().hashCode();
}
if (getTransportContainer() != null) {
_hashCode += getTransportContainer().hashCode();
}
Expand Down Expand Up @@ -1708,6 +1738,13 @@ public synchronized int hashCode() {
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("cloudTransport");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "cloudTransport"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "cloudTransport"));
elemField.setMinOccurs(0);
elemField.setNillable(true);
typeDesc.addFieldDesc(elemField);
elemField = new org.apache.axis.description.ElementDesc();
elemField.setFieldName("transportContainer");
elemField.setXmlName(new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "transportContainer"));
elemField.setXmlType(new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "transportContainer"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,13 @@ private void addBindings0() {
cachedSerFactories.add(beansf);
cachedDeserFactories.add(beandf);

qName = new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "authMode");
cachedSerQNames.add(qName);
cls = com.hannonhill.www.ws.ns.AssetOperationService.AuthMode.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(enumsf);
cachedDeserFactories.add(enumdf);

qName = new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "base-asset");
cachedSerQNames.add(qName);
cls = com.hannonhill.www.ws.ns.AssetOperationService.BaseAsset.class;
Expand Down Expand Up @@ -663,6 +670,13 @@ private void addBindings0() {
cachedSerFactories.add(beansf);
cachedDeserFactories.add(beandf);

qName = new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "cloudTransport");
cachedSerQNames.add(qName);
cls = com.hannonhill.www.ws.ns.AssetOperationService.CloudTransport.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(beansf);
cachedDeserFactories.add(beandf);

qName = new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "connector");
cachedSerQNames.add(qName);
cls = com.hannonhill.www.ws.ns.AssetOperationService.Connector.class;
Expand Down Expand Up @@ -1042,6 +1056,13 @@ private void addBindings0() {
cachedSerFactories.add(beansf);
cachedDeserFactories.add(beandf);

qName = new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "ftpProtocolType");
cachedSerQNames.add(qName);
cls = com.hannonhill.www.ws.ns.AssetOperationService.FtpProtocolType.class;
cachedSerClasses.add(cls);
cachedSerFactories.add(enumsf);
cachedDeserFactories.add(enumdf);

qName = new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "ftpTransport");
cachedSerQNames.add(qName);
cls = com.hannonhill.www.ws.ns.AssetOperationService.FtpTransport.class;
Expand Down Expand Up @@ -1184,6 +1205,21 @@ private void addBindings0() {
cachedSerFactories.add(beansf);
cachedDeserFactories.add(beandf);

}
private void addBindings1() {
java.lang.Class cls;
javax.xml.namespace.QName qName;
javax.xml.namespace.QName qName2;
java.lang.Class beansf = org.apache.axis.encoding.ser.BeanSerializerFactory.class;
java.lang.Class beandf = org.apache.axis.encoding.ser.BeanDeserializerFactory.class;
java.lang.Class enumsf = org.apache.axis.encoding.ser.EnumSerializerFactory.class;
java.lang.Class enumdf = org.apache.axis.encoding.ser.EnumDeserializerFactory.class;
java.lang.Class arraysf = org.apache.axis.encoding.ser.ArraySerializerFactory.class;
java.lang.Class arraydf = org.apache.axis.encoding.ser.ArrayDeserializerFactory.class;
java.lang.Class simplesf = org.apache.axis.encoding.ser.SimpleSerializerFactory.class;
java.lang.Class simpledf = org.apache.axis.encoding.ser.SimpleDeserializerFactory.class;
java.lang.Class simplelistsf = org.apache.axis.encoding.ser.SimpleListSerializerFactory.class;
java.lang.Class simplelistdf = org.apache.axis.encoding.ser.SimpleListDeserializerFactory.class;
qName = new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "message-mark-type");
cachedSerQNames.add(qName);
cls = com.hannonhill.www.ws.ns.AssetOperationService.MessageMarkType.class;
Expand All @@ -1207,21 +1243,6 @@ private void addBindings0() {
cachedSerFactories.add(beansf);
cachedDeserFactories.add(beandf);

}
private void addBindings1() {
java.lang.Class cls;
javax.xml.namespace.QName qName;
javax.xml.namespace.QName qName2;
java.lang.Class beansf = org.apache.axis.encoding.ser.BeanSerializerFactory.class;
java.lang.Class beandf = org.apache.axis.encoding.ser.BeanDeserializerFactory.class;
java.lang.Class enumsf = org.apache.axis.encoding.ser.EnumSerializerFactory.class;
java.lang.Class enumdf = org.apache.axis.encoding.ser.EnumDeserializerFactory.class;
java.lang.Class arraysf = org.apache.axis.encoding.ser.ArraySerializerFactory.class;
java.lang.Class arraydf = org.apache.axis.encoding.ser.ArrayDeserializerFactory.class;
java.lang.Class simplesf = org.apache.axis.encoding.ser.SimpleSerializerFactory.class;
java.lang.Class simpledf = org.apache.axis.encoding.ser.SimpleDeserializerFactory.class;
java.lang.Class simplelistsf = org.apache.axis.encoding.ser.SimpleListSerializerFactory.class;
java.lang.Class simplelistdf = org.apache.axis.encoding.ser.SimpleListDeserializerFactory.class;
qName = new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "metadata-field-visibility");
cachedSerQNames.add(qName);
cls = com.hannonhill.www.ws.ns.AssetOperationService.MetadataFieldVisibility.class;
Expand Down
70 changes: 70 additions & 0 deletions src/com/hannonhill/www/ws/ns/AssetOperationService/AuthMode.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
/**
* AuthMode.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 12, 2007 (02:39:05 EDT) WSDL2Java emitter.
*/

package com.hannonhill.www.ws.ns.AssetOperationService;

public class AuthMode implements java.io.Serializable {
private java.lang.String _value_;
private static java.util.HashMap _table_ = new java.util.HashMap();

// Constructor
protected AuthMode(java.lang.String value) {
_value_ = value;
_table_.put(_value_,this);
}

public static final java.lang.String _PASSWORD = "PASSWORD";
public static final java.lang.String _PUBLIC_KEY = "PUBLIC_KEY";
public static final AuthMode PASSWORD = new AuthMode(_PASSWORD);
public static final AuthMode PUBLIC_KEY = new AuthMode(_PUBLIC_KEY);
public java.lang.String getValue() { return _value_;}
public static AuthMode fromValue(java.lang.String value)
throws java.lang.IllegalArgumentException {
AuthMode enumeration = (AuthMode)
_table_.get(value);
if (enumeration==null) throw new java.lang.IllegalArgumentException();
return enumeration;
}
public static AuthMode fromString(java.lang.String value)
throws java.lang.IllegalArgumentException {
return fromValue(value);
}
public boolean equals(java.lang.Object obj) {return (obj == this);}
public int hashCode() { return toString().hashCode();}
public java.lang.String toString() { return _value_;}
public java.lang.Object readResolve() throws java.io.ObjectStreamException { return fromValue(_value_);}
public static org.apache.axis.encoding.Serializer getSerializer(
java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType) {
return
new org.apache.axis.encoding.ser.EnumSerializer(
_javaType, _xmlType);
}
public static org.apache.axis.encoding.Deserializer getDeserializer(
java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType) {
return
new org.apache.axis.encoding.ser.EnumDeserializer(
_javaType, _xmlType);
}
// Type metadata
private static org.apache.axis.description.TypeDesc typeDesc =
new org.apache.axis.description.TypeDesc(AuthMode.class);

static {
typeDesc.setXmlType(new javax.xml.namespace.QName("http://www.hannonhill.com/ws/ns/AssetOperationService", "authMode"));
}
/**
* Return type metadata object
*/
public static org.apache.axis.description.TypeDesc getTypeDesc() {
return typeDesc;
}

}
Loading

0 comments on commit 5060985

Please sign in to comment.