
com.sforce.soap.tooling.sobject.SecurityHealthCheck Maven / Gradle / Ivy
package com.sforce.soap.tooling.sobject;
/**
* This is a generated class for the SObject Enterprise API.
* Do not edit this file, as your changes will be lost.
*/
public class SecurityHealthCheck extends com.sforce.soap.tooling.sobject.SObject {
/**
* Constructor
*/
public SecurityHealthCheck() {}
/* 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 : CustomBaselineId of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean CustomBaselineId__is_set = false;
private java.lang.String CustomBaselineId;
public java.lang.String getCustomBaselineId() {
return CustomBaselineId;
}
public void setCustomBaselineId(java.lang.String CustomBaselineId) {
this.CustomBaselineId = CustomBaselineId;
CustomBaselineId__is_set = true;
}
protected void setCustomBaselineId(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("CustomBaselineId", "urn:sobject.tooling.soap.sforce.com","CustomBaselineId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setCustomBaselineId(__typeMapper.readString(__in, _lookupTypeInfo("CustomBaselineId", "urn:sobject.tooling.soap.sforce.com","CustomBaselineId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldCustomBaselineId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("CustomBaselineId", "urn:sobject.tooling.soap.sforce.com","CustomBaselineId","http://www.w3.org/2001/XMLSchema","string",0,1,true), CustomBaselineId, CustomBaselineId__is_set);
}
/**
* element : DurableId of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean DurableId__is_set = false;
private java.lang.String DurableId;
public java.lang.String getDurableId() {
return DurableId;
}
public void setDurableId(java.lang.String DurableId) {
this.DurableId = DurableId;
DurableId__is_set = true;
}
protected void setDurableId(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("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setDurableId(__typeMapper.readString(__in, _lookupTypeInfo("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldDurableId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true), DurableId, DurableId__is_set);
}
/**
* element : Score of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private boolean Score__is_set = false;
private java.lang.String Score;
public java.lang.String getScore() {
return Score;
}
public void setScore(java.lang.String Score) {
this.Score = Score;
Score__is_set = true;
}
protected void setScore(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("Score", "urn:sobject.tooling.soap.sforce.com","Score","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
setScore(__typeMapper.readString(__in, _lookupTypeInfo("Score", "urn:sobject.tooling.soap.sforce.com","Score","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
}
}
private void writeFieldScore(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("Score", "urn:sobject.tooling.soap.sforce.com","Score","http://www.w3.org/2001/XMLSchema","string",0,1,true), Score, Score__is_set);
}
/**
* element : SecurityHealthCheckRisk of type {urn:tooling.soap.sforce.com}QueryResult
* java type: com.sforce.soap.tooling.QueryResult
*/
private boolean SecurityHealthCheckRisk__is_set = false;
private com.sforce.soap.tooling.QueryResult SecurityHealthCheckRisk;
public com.sforce.soap.tooling.QueryResult getSecurityHealthCheckRisk() {
return SecurityHealthCheckRisk;
}
public void setSecurityHealthCheckRisk(com.sforce.soap.tooling.QueryResult SecurityHealthCheckRisk) {
this.SecurityHealthCheckRisk = SecurityHealthCheckRisk;
SecurityHealthCheckRisk__is_set = true;
}
protected void setSecurityHealthCheckRisk(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("SecurityHealthCheckRisk", "urn:sobject.tooling.soap.sforce.com","SecurityHealthCheckRisk","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
setSecurityHealthCheckRisk((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("SecurityHealthCheckRisk", "urn:sobject.tooling.soap.sforce.com","SecurityHealthCheckRisk","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
}
}
private void writeFieldSecurityHealthCheckRisk(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
__typeMapper.writeObject(__out, _lookupTypeInfo("SecurityHealthCheckRisk", "urn:sobject.tooling.soap.sforce.com","SecurityHealthCheckRisk","urn:tooling.soap.sforce.com","QueryResult",0,1,true), SecurityHealthCheckRisk, SecurityHealthCheckRisk__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, "urn:sobject.tooling.soap.sforce.com", "SecurityHealthCheck");
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("[SecurityHealthCheck ");
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 {
writeFieldCustomBaselineId(__out, __typeMapper);
writeFieldDurableId(__out, __typeMapper);
writeFieldScore(__out, __typeMapper);
writeFieldSecurityHealthCheckRisk(__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 {
setCustomBaselineId(__in, __typeMapper);
setDurableId(__in, __typeMapper);
setScore(__in, __typeMapper);
setSecurityHealthCheckRisk(__in, __typeMapper);
}
private void toString1(StringBuilder sb) {
toStringHelper(sb, "CustomBaselineId", CustomBaselineId);
toStringHelper(sb, "DurableId", DurableId);
toStringHelper(sb, "Score", Score);
toStringHelper(sb, "SecurityHealthCheckRisk", SecurityHealthCheckRisk);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy