package com.sforce.soap.metadata; /** * This is a generated class for the SObject Enterprise API. * Do not edit this file, as your changes will be lost. */ public class ExtlClntAppSamlConfigurablePolicies extends com.sforce.soap.metadata.Metadata { /** * Constructor */ public ExtlClntAppSamlConfigurablePolicies() {} /* Cache the typeInfo instead of declaring static fields throughout*/ private transient java.util.Map typeInfoCache = new java.util.HashMap(); private com.sforce.ws.bind.TypeInfo _lookupTypeInfo(String fieldName, String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm) { com.sforce.ws.bind.TypeInfo typeInfo = typeInfoCache.get(fieldName); if (typeInfo == null) { typeInfo = new com.sforce.ws.bind.TypeInfo(namespace, name, typeNS, type, minOcc, maxOcc, elementForm); typeInfoCache.put(fieldName, typeInfo); } return typeInfo; } /** * element : acsUrl of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean acsUrl__is_set = false; private java.lang.String acsUrl; public java.lang.String getAcsUrl() { return acsUrl; } public void setAcsUrl(java.lang.String acsUrl) { this.acsUrl = acsUrl; acsUrl__is_set = true; } protected void setAcsUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.verifyElement(__in, _lookupTypeInfo("acsUrl", "http://soap.sforce.com/2006/04/metadata","acsUrl","http://www.w3.org/2001/XMLSchema","string",1,1,true))) { setAcsUrl(__typeMapper.readString(__in, _lookupTypeInfo("acsUrl", "http://soap.sforce.com/2006/04/metadata","acsUrl","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class)); } } private void writeFieldAcsUrl(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("acsUrl", "http://soap.sforce.com/2006/04/metadata","acsUrl","http://www.w3.org/2001/XMLSchema","string",1,1,true), acsUrl, acsUrl__is_set); } /** * element : certificate of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean certificate__is_set = false; private java.lang.String certificate; public java.lang.String getCertificate() { return certificate; } public void setCertificate(java.lang.String certificate) { this.certificate = certificate; certificate__is_set = true; } protected void setCertificate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("certificate", "http://soap.sforce.com/2006/04/metadata","certificate","http://www.w3.org/2001/XMLSchema","string",0,1,true))) { setCertificate(__typeMapper.readString(__in, _lookupTypeInfo("certificate", "http://soap.sforce.com/2006/04/metadata","certificate","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class)); } } private void writeFieldCertificate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("certificate", "http://soap.sforce.com/2006/04/metadata","certificate","http://www.w3.org/2001/XMLSchema","string",0,1,true), certificate, certificate__is_set); } /** * element : commaSeparatedPermissionSet of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean commaSeparatedPermissionSet__is_set = false; private java.lang.String commaSeparatedPermissionSet; public java.lang.String getCommaSeparatedPermissionSet() { return commaSeparatedPermissionSet; } public void setCommaSeparatedPermissionSet(java.lang.String commaSeparatedPermissionSet) { this.commaSeparatedPermissionSet = commaSeparatedPermissionSet; commaSeparatedPermissionSet__is_set = true; } protected void setCommaSeparatedPermissionSet(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("commaSeparatedPermissionSet", "http://soap.sforce.com/2006/04/metadata","commaSeparatedPermissionSet","http://www.w3.org/2001/XMLSchema","string",0,1,true))) { setCommaSeparatedPermissionSet(__typeMapper.readString(__in, _lookupTypeInfo("commaSeparatedPermissionSet", "http://soap.sforce.com/2006/04/metadata","commaSeparatedPermissionSet","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class)); } } private void writeFieldCommaSeparatedPermissionSet(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("commaSeparatedPermissionSet", "http://soap.sforce.com/2006/04/metadata","commaSeparatedPermissionSet","http://www.w3.org/2001/XMLSchema","string",0,1,true), commaSeparatedPermissionSet, commaSeparatedPermissionSet__is_set); } /** * element : commaSeparatedProfile of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean commaSeparatedProfile__is_set = false; private java.lang.String commaSeparatedProfile; public java.lang.String getCommaSeparatedProfile() { return commaSeparatedProfile; } public void setCommaSeparatedProfile(java.lang.String commaSeparatedProfile) { this.commaSeparatedProfile = commaSeparatedProfile; commaSeparatedProfile__is_set = true; } protected void setCommaSeparatedProfile(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("commaSeparatedProfile", "http://soap.sforce.com/2006/04/metadata","commaSeparatedProfile","http://www.w3.org/2001/XMLSchema","string",0,1,true))) { setCommaSeparatedProfile(__typeMapper.readString(__in, _lookupTypeInfo("commaSeparatedProfile", "http://soap.sforce.com/2006/04/metadata","commaSeparatedProfile","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class)); } } private void writeFieldCommaSeparatedProfile(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("commaSeparatedProfile", "http://soap.sforce.com/2006/04/metadata","commaSeparatedProfile","http://www.w3.org/2001/XMLSchema","string",0,1,true), commaSeparatedProfile, commaSeparatedProfile__is_set); } /** * element : customAttributes of type {http://soap.sforce.com/2006/04/metadata}ExtlClntAppSamlConfigurablePoliciesAttribute * java type: com.sforce.soap.metadata.ExtlClntAppSamlConfigurablePoliciesAttribute[] */ private boolean customAttributes__is_set = false; private com.sforce.soap.metadata.ExtlClntAppSamlConfigurablePoliciesAttribute[] customAttributes = new com.sforce.soap.metadata.ExtlClntAppSamlConfigurablePoliciesAttribute[0]; public com.sforce.soap.metadata.ExtlClntAppSamlConfigurablePoliciesAttribute[] getCustomAttributes() { return customAttributes; } public void setCustomAttributes(com.sforce.soap.metadata.ExtlClntAppSamlConfigurablePoliciesAttribute[] customAttributes) { this.customAttributes = customAttributes; customAttributes__is_set = true; } protected void setCustomAttributes(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("customAttributes", "http://soap.sforce.com/2006/04/metadata","customAttributes","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlConfigurablePoliciesAttribute",0,-1,true))) { setCustomAttributes((com.sforce.soap.metadata.ExtlClntAppSamlConfigurablePoliciesAttribute[])__typeMapper.readObject(__in, _lookupTypeInfo("customAttributes", "http://soap.sforce.com/2006/04/metadata","customAttributes","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlConfigurablePoliciesAttribute",0,-1,true), com.sforce.soap.metadata.ExtlClntAppSamlConfigurablePoliciesAttribute[].class)); } } private void writeFieldCustomAttributes(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("customAttributes", "http://soap.sforce.com/2006/04/metadata","customAttributes","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlConfigurablePoliciesAttribute",0,-1,true), customAttributes, customAttributes__is_set); } /** * element : encryptionCertificate of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean encryptionCertificate__is_set = false; private java.lang.String encryptionCertificate; public java.lang.String getEncryptionCertificate() { return encryptionCertificate; } public void setEncryptionCertificate(java.lang.String encryptionCertificate) { this.encryptionCertificate = encryptionCertificate; encryptionCertificate__is_set = true; } protected void setEncryptionCertificate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("encryptionCertificate", "http://soap.sforce.com/2006/04/metadata","encryptionCertificate","http://www.w3.org/2001/XMLSchema","string",0,1,true))) { setEncryptionCertificate(__typeMapper.readString(__in, _lookupTypeInfo("encryptionCertificate", "http://soap.sforce.com/2006/04/metadata","encryptionCertificate","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class)); } } private void writeFieldEncryptionCertificate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("encryptionCertificate", "http://soap.sforce.com/2006/04/metadata","encryptionCertificate","http://www.w3.org/2001/XMLSchema","string",0,1,true), encryptionCertificate, encryptionCertificate__is_set); } /** * element : encryptionType of type {http://soap.sforce.com/2006/04/metadata}ExtlClntAppSamlEncryptType * java type: com.sforce.soap.metadata.ExtlClntAppSamlEncryptType */ private boolean encryptionType__is_set = false; private com.sforce.soap.metadata.ExtlClntAppSamlEncryptType encryptionType; public com.sforce.soap.metadata.ExtlClntAppSamlEncryptType getEncryptionType() { return encryptionType; } public void setEncryptionType(com.sforce.soap.metadata.ExtlClntAppSamlEncryptType encryptionType) { this.encryptionType = encryptionType; encryptionType__is_set = true; } protected void setEncryptionType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("encryptionType", "http://soap.sforce.com/2006/04/metadata","encryptionType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlEncryptType",0,1,true))) { setEncryptionType((com.sforce.soap.metadata.ExtlClntAppSamlEncryptType)__typeMapper.readObject(__in, _lookupTypeInfo("encryptionType", "http://soap.sforce.com/2006/04/metadata","encryptionType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlEncryptType",0,1,true), com.sforce.soap.metadata.ExtlClntAppSamlEncryptType.class)); } } private void writeFieldEncryptionType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("encryptionType", "http://soap.sforce.com/2006/04/metadata","encryptionType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlEncryptType",0,1,true), encryptionType, encryptionType__is_set); } /** * element : entityUrl of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean entityUrl__is_set = false; private java.lang.String entityUrl; public java.lang.String getEntityUrl() { return entityUrl; } public void setEntityUrl(java.lang.String entityUrl) { this.entityUrl = entityUrl; entityUrl__is_set = true; } protected void setEntityUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.verifyElement(__in, _lookupTypeInfo("entityUrl", "http://soap.sforce.com/2006/04/metadata","entityUrl","http://www.w3.org/2001/XMLSchema","string",1,1,true))) { setEntityUrl(__typeMapper.readString(__in, _lookupTypeInfo("entityUrl", "http://soap.sforce.com/2006/04/metadata","entityUrl","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class)); } } private void writeFieldEntityUrl(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("entityUrl", "http://soap.sforce.com/2006/04/metadata","entityUrl","http://www.w3.org/2001/XMLSchema","string",1,1,true), entityUrl, entityUrl__is_set); } /** * element : externalClientApplication of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean externalClientApplication__is_set = false; private java.lang.String externalClientApplication; public java.lang.String getExternalClientApplication() { return externalClientApplication; } public void setExternalClientApplication(java.lang.String externalClientApplication) { this.externalClientApplication = externalClientApplication; externalClientApplication__is_set = true; } protected void setExternalClientApplication(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.verifyElement(__in, _lookupTypeInfo("externalClientApplication", "http://soap.sforce.com/2006/04/metadata","externalClientApplication","http://www.w3.org/2001/XMLSchema","string",1,1,true))) { setExternalClientApplication(__typeMapper.readString(__in, _lookupTypeInfo("externalClientApplication", "http://soap.sforce.com/2006/04/metadata","externalClientApplication","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class)); } } private void writeFieldExternalClientApplication(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("externalClientApplication", "http://soap.sforce.com/2006/04/metadata","externalClientApplication","http://www.w3.org/2001/XMLSchema","string",1,1,true), externalClientApplication, externalClientApplication__is_set); } /** * element : issuer of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean issuer__is_set = false; private java.lang.String issuer; public java.lang.String getIssuer() { return issuer; } public void setIssuer(java.lang.String issuer) { this.issuer = issuer; issuer__is_set = true; } protected void setIssuer(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("issuer", "http://soap.sforce.com/2006/04/metadata","issuer","http://www.w3.org/2001/XMLSchema","string",0,1,true))) { setIssuer(__typeMapper.readString(__in, _lookupTypeInfo("issuer", "http://soap.sforce.com/2006/04/metadata","issuer","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class)); } } private void writeFieldIssuer(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("issuer", "http://soap.sforce.com/2006/04/metadata","issuer","http://www.w3.org/2001/XMLSchema","string",0,1,true), issuer, issuer__is_set); } /** * element : label of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean label__is_set = false; private java.lang.String label; public java.lang.String getLabel() { return label; } public void setLabel(java.lang.String label) { this.label = label; label__is_set = true; } protected void setLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("label", "http://soap.sforce.com/2006/04/metadata","label","http://www.w3.org/2001/XMLSchema","string",0,1,true))) { setLabel(__typeMapper.readString(__in, _lookupTypeInfo("label", "http://soap.sforce.com/2006/04/metadata","label","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class)); } } private void writeFieldLabel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("label", "http://soap.sforce.com/2006/04/metadata","label","http://www.w3.org/2001/XMLSchema","string",0,1,true), label, label__is_set); } /** * element : nameIdFormat of type {http://soap.sforce.com/2006/04/metadata}ExtlClntAppNameIdFormatType * java type: com.sforce.soap.metadata.ExtlClntAppNameIdFormatType */ private boolean nameIdFormat__is_set = false; private com.sforce.soap.metadata.ExtlClntAppNameIdFormatType nameIdFormat; public com.sforce.soap.metadata.ExtlClntAppNameIdFormatType getNameIdFormat() { return nameIdFormat; } public void setNameIdFormat(com.sforce.soap.metadata.ExtlClntAppNameIdFormatType nameIdFormat) { this.nameIdFormat = nameIdFormat; nameIdFormat__is_set = true; } protected void setNameIdFormat(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("nameIdFormat", "http://soap.sforce.com/2006/04/metadata","nameIdFormat","http://soap.sforce.com/2006/04/metadata","ExtlClntAppNameIdFormatType",0,1,true))) { setNameIdFormat((com.sforce.soap.metadata.ExtlClntAppNameIdFormatType)__typeMapper.readObject(__in, _lookupTypeInfo("nameIdFormat", "http://soap.sforce.com/2006/04/metadata","nameIdFormat","http://soap.sforce.com/2006/04/metadata","ExtlClntAppNameIdFormatType",0,1,true), com.sforce.soap.metadata.ExtlClntAppNameIdFormatType.class)); } } private void writeFieldNameIdFormat(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("nameIdFormat", "http://soap.sforce.com/2006/04/metadata","nameIdFormat","http://soap.sforce.com/2006/04/metadata","ExtlClntAppNameIdFormatType",0,1,true), nameIdFormat, nameIdFormat__is_set); } /** * element : signingAlgorithmType of type {http://soap.sforce.com/2006/04/metadata}ExtlClntAppSamlSignAlgoType * java type: com.sforce.soap.metadata.ExtlClntAppSamlSignAlgoType */ private boolean signingAlgorithmType__is_set = false; private com.sforce.soap.metadata.ExtlClntAppSamlSignAlgoType signingAlgorithmType; public com.sforce.soap.metadata.ExtlClntAppSamlSignAlgoType getSigningAlgorithmType() { return signingAlgorithmType; } public void setSigningAlgorithmType(com.sforce.soap.metadata.ExtlClntAppSamlSignAlgoType signingAlgorithmType) { this.signingAlgorithmType = signingAlgorithmType; signingAlgorithmType__is_set = true; } protected void setSigningAlgorithmType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("signingAlgorithmType", "http://soap.sforce.com/2006/04/metadata","signingAlgorithmType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlSignAlgoType",0,1,true))) { setSigningAlgorithmType((com.sforce.soap.metadata.ExtlClntAppSamlSignAlgoType)__typeMapper.readObject(__in, _lookupTypeInfo("signingAlgorithmType", "http://soap.sforce.com/2006/04/metadata","signingAlgorithmType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlSignAlgoType",0,1,true), com.sforce.soap.metadata.ExtlClntAppSamlSignAlgoType.class)); } } private void writeFieldSigningAlgorithmType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("signingAlgorithmType", "http://soap.sforce.com/2006/04/metadata","signingAlgorithmType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlSignAlgoType",0,1,true), signingAlgorithmType, signingAlgorithmType__is_set); } /** * element : singleLogoutBindingType of type {http://soap.sforce.com/2006/04/metadata}ExtlClntAppSamlBindingType * java type: com.sforce.soap.metadata.ExtlClntAppSamlBindingType */ private boolean singleLogoutBindingType__is_set = false; private com.sforce.soap.metadata.ExtlClntAppSamlBindingType singleLogoutBindingType; public com.sforce.soap.metadata.ExtlClntAppSamlBindingType getSingleLogoutBindingType() { return singleLogoutBindingType; } public void setSingleLogoutBindingType(com.sforce.soap.metadata.ExtlClntAppSamlBindingType singleLogoutBindingType) { this.singleLogoutBindingType = singleLogoutBindingType; singleLogoutBindingType__is_set = true; } protected void setSingleLogoutBindingType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("singleLogoutBindingType", "http://soap.sforce.com/2006/04/metadata","singleLogoutBindingType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlBindingType",0,1,true))) { setSingleLogoutBindingType((com.sforce.soap.metadata.ExtlClntAppSamlBindingType)__typeMapper.readObject(__in, _lookupTypeInfo("singleLogoutBindingType", "http://soap.sforce.com/2006/04/metadata","singleLogoutBindingType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlBindingType",0,1,true), com.sforce.soap.metadata.ExtlClntAppSamlBindingType.class)); } } private void writeFieldSingleLogoutBindingType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("singleLogoutBindingType", "http://soap.sforce.com/2006/04/metadata","singleLogoutBindingType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlBindingType",0,1,true), singleLogoutBindingType, singleLogoutBindingType__is_set); } /** * element : singleLogoutUrl of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean singleLogoutUrl__is_set = false; private java.lang.String singleLogoutUrl; public java.lang.String getSingleLogoutUrl() { return singleLogoutUrl; } public void setSingleLogoutUrl(java.lang.String singleLogoutUrl) { this.singleLogoutUrl = singleLogoutUrl; singleLogoutUrl__is_set = true; } protected void setSingleLogoutUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("singleLogoutUrl", "http://soap.sforce.com/2006/04/metadata","singleLogoutUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true))) { setSingleLogoutUrl(__typeMapper.readString(__in, _lookupTypeInfo("singleLogoutUrl", "http://soap.sforce.com/2006/04/metadata","singleLogoutUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class)); } } private void writeFieldSingleLogoutUrl(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("singleLogoutUrl", "http://soap.sforce.com/2006/04/metadata","singleLogoutUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), singleLogoutUrl, singleLogoutUrl__is_set); } /** * element : subjectCustomAttribute of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ private boolean subjectCustomAttribute__is_set = false; private java.lang.String subjectCustomAttribute; public java.lang.String getSubjectCustomAttribute() { return subjectCustomAttribute; } public void setSubjectCustomAttribute(java.lang.String subjectCustomAttribute) { this.subjectCustomAttribute = subjectCustomAttribute; subjectCustomAttribute__is_set = true; } protected void setSubjectCustomAttribute(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("subjectCustomAttribute", "http://soap.sforce.com/2006/04/metadata","subjectCustomAttribute","http://www.w3.org/2001/XMLSchema","string",0,1,true))) { setSubjectCustomAttribute(__typeMapper.readString(__in, _lookupTypeInfo("subjectCustomAttribute", "http://soap.sforce.com/2006/04/metadata","subjectCustomAttribute","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class)); } } private void writeFieldSubjectCustomAttribute(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("subjectCustomAttribute", "http://soap.sforce.com/2006/04/metadata","subjectCustomAttribute","http://www.w3.org/2001/XMLSchema","string",0,1,true), subjectCustomAttribute, subjectCustomAttribute__is_set); } /** * element : subjectType of type {http://soap.sforce.com/2006/04/metadata}ExtlClntAppSamlSubjectType * java type: com.sforce.soap.metadata.ExtlClntAppSamlSubjectType */ private boolean subjectType__is_set = false; private com.sforce.soap.metadata.ExtlClntAppSamlSubjectType subjectType; public com.sforce.soap.metadata.ExtlClntAppSamlSubjectType getSubjectType() { return subjectType; } public void setSubjectType(com.sforce.soap.metadata.ExtlClntAppSamlSubjectType subjectType) { this.subjectType = subjectType; subjectType__is_set = true; } protected void setSubjectType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __in.peekTag(); if (__typeMapper.isElement(__in, _lookupTypeInfo("subjectType", "http://soap.sforce.com/2006/04/metadata","subjectType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlSubjectType",0,1,true))) { setSubjectType((com.sforce.soap.metadata.ExtlClntAppSamlSubjectType)__typeMapper.readObject(__in, _lookupTypeInfo("subjectType", "http://soap.sforce.com/2006/04/metadata","subjectType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlSubjectType",0,1,true), com.sforce.soap.metadata.ExtlClntAppSamlSubjectType.class)); } } private void writeFieldSubjectType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __typeMapper.writeObject(__out, _lookupTypeInfo("subjectType", "http://soap.sforce.com/2006/04/metadata","subjectType","http://soap.sforce.com/2006/04/metadata","ExtlClntAppSamlSubjectType",0,1,true), subjectType, subjectType__is_set); } /** */ @Override public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { __out.writeStartTag(__element.getNamespaceURI(), __element.getLocalPart()); __typeMapper.writeXsiType(__out, "http://soap.sforce.com/2006/04/metadata", "ExtlClntAppSamlConfigurablePolicies"); writeFields(__out, __typeMapper); __out.writeEndTag(__element.getNamespaceURI(), __element.getLocalPart()); } protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { super.writeFields(__out, __typeMapper); writeFields1(__out, __typeMapper); } @Override public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { __typeMapper.consumeStartTag(__in); loadFields(__in, __typeMapper); __typeMapper.consumeEndTag(__in); } protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { super.loadFields(__in, __typeMapper); loadFields1(__in, __typeMapper); } @Override public String toString() { java.lang.StringBuilder sb = new java.lang.StringBuilder(); sb.append("[ExtlClntAppSamlConfigurablePolicies "); sb.append(super.toString()); toString1(sb); sb.append("]\n"); return sb.toString(); } private void toStringHelper(StringBuilder sb, String name, Object value) { sb.append(' ').append(name).append("='").append(com.sforce.ws.util.Verbose.toString(value)).append("'\n"); } private void writeFields1(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException { writeFieldAcsUrl(__out, __typeMapper); writeFieldCertificate(__out, __typeMapper); writeFieldCommaSeparatedPermissionSet(__out, __typeMapper); writeFieldCommaSeparatedProfile(__out, __typeMapper); writeFieldCustomAttributes(__out, __typeMapper); writeFieldEncryptionCertificate(__out, __typeMapper); writeFieldEncryptionType(__out, __typeMapper); writeFieldEntityUrl(__out, __typeMapper); writeFieldExternalClientApplication(__out, __typeMapper); writeFieldIssuer(__out, __typeMapper); writeFieldLabel(__out, __typeMapper); writeFieldNameIdFormat(__out, __typeMapper); writeFieldSigningAlgorithmType(__out, __typeMapper); writeFieldSingleLogoutBindingType(__out, __typeMapper); writeFieldSingleLogoutUrl(__out, __typeMapper); writeFieldSubjectCustomAttribute(__out, __typeMapper); writeFieldSubjectType(__out, __typeMapper); } private void loadFields1(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException { setAcsUrl(__in, __typeMapper); setCertificate(__in, __typeMapper); setCommaSeparatedPermissionSet(__in, __typeMapper); setCommaSeparatedProfile(__in, __typeMapper); setCustomAttributes(__in, __typeMapper); setEncryptionCertificate(__in, __typeMapper); setEncryptionType(__in, __typeMapper); setEntityUrl(__in, __typeMapper); setExternalClientApplication(__in, __typeMapper); setIssuer(__in, __typeMapper); setLabel(__in, __typeMapper); setNameIdFormat(__in, __typeMapper); setSigningAlgorithmType(__in, __typeMapper); setSingleLogoutBindingType(__in, __typeMapper); setSingleLogoutUrl(__in, __typeMapper); setSubjectCustomAttribute(__in, __typeMapper); setSubjectType(__in, __typeMapper); } private void toString1(StringBuilder sb) { toStringHelper(sb, "acsUrl", acsUrl); toStringHelper(sb, "certificate", certificate); toStringHelper(sb, "commaSeparatedPermissionSet", commaSeparatedPermissionSet); toStringHelper(sb, "commaSeparatedProfile", commaSeparatedProfile); toStringHelper(sb, "customAttributes", customAttributes); toStringHelper(sb, "encryptionCertificate", encryptionCertificate); toStringHelper(sb, "encryptionType", encryptionType); toStringHelper(sb, "entityUrl", entityUrl); toStringHelper(sb, "externalClientApplication", externalClientApplication); toStringHelper(sb, "issuer", issuer); toStringHelper(sb, "label", label); toStringHelper(sb, "nameIdFormat", nameIdFormat); toStringHelper(sb, "signingAlgorithmType", signingAlgorithmType); toStringHelper(sb, "singleLogoutBindingType", singleLogoutBindingType); toStringHelper(sb, "singleLogoutUrl", singleLogoutUrl); toStringHelper(sb, "subjectCustomAttribute", subjectCustomAttribute); toStringHelper(sb, "subjectType", subjectType); } }