public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { List<IdentifierType> theAxisID; theAxisID = (this.isSetAxisID() ? this.getAxisID() : null); strategy.appendField(locator, this, "axisID", buffer, theAxisID); } { StringOrRefType theRemarks; theRemarks = this.getRemarks(); strategy.appendField(locator, this, "remarks", buffer, theRemarks); } { CodeType theAxisAbbrev; theAxisAbbrev = this.getAxisAbbrev(); strategy.appendField(locator, this, "axisAbbrev", buffer, theAxisAbbrev); } { CodeType theAxisDirection; theAxisDirection = this.getAxisDirection(); strategy.appendField(locator, this, "axisDirection", buffer, theAxisDirection); } { String theUom; theUom = this.getUom(); strategy.appendField(locator, this, "uom", buffer, theUom); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { Name theName; theName = this.getName(); strategy.appendField(locator, this, "name", buffer, theName); } { List<REPORTITEM> theREPORTITEM; theREPORTITEM = (((this.reportitem != null) && (!this.reportitem.isEmpty())) ? this.getREPORTITEM() : null); strategy.appendField(locator, this, "reportitem", buffer, theREPORTITEM); } { DISCLAIMERITEMRq theDISCLAIMERITEM; theDISCLAIMERITEM = this.getDISCLAIMERITEM(); strategy.appendField(locator, this, "disclaimeritem", buffer, theDISCLAIMERITEM); } { List<ERROR> theERROR; theERROR = (((this.error != null) && (!this.error.isEmpty())) ? this.getERROR() : null); strategy.appendField(locator, this, "error", buffer, theERROR); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { StringOrRefType theDescription; theDescription = this.getDescription(); strategy.appendField(locator, this, "description", buffer, theDescription); } { List<EnvelopeType> theBoundingBox; theBoundingBox = (this.isSetBoundingBox() ? this.getBoundingBox() : null); strategy.appendField(locator, this, "boundingBox", buffer, theBoundingBox); } { List<PolygonType> theBoundingPolygon; theBoundingPolygon = (this.isSetBoundingPolygon() ? this.getBoundingPolygon() : null); strategy.appendField(locator, this, "boundingPolygon", buffer, theBoundingPolygon); } { List<EnvelopeType> theVerticalExtent; theVerticalExtent = (this.isSetVerticalExtent() ? this.getVerticalExtent() : null); strategy.appendField(locator, this, "verticalExtent", buffer, theVerticalExtent); } { List<TimePeriodType> theTemporalExtent; theTemporalExtent = (this.isSetTemporalExtent() ? this.getTemporalExtent() : null); strategy.appendField(locator, this, "temporalExtent", buffer, theTemporalExtent); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { InternationalStringType theUsageDescription; theUsageDescription = this.getUsageDescription(); strategy.appendField(locator, this, "usageDescription", buffer, theUsageDescription); } { List<String> theUsageParameter; theUsageParameter = (((this.usageParameter != null) && (!this.usageParameter.isEmpty())) ? this.getUsageParameter() : null); strategy.appendField(locator, this, "usageParameter", buffer, theUsageParameter); } { String theServiceBinding; theServiceBinding = this.getServiceBinding(); strategy.appendField(locator, this, "serviceBinding", buffer, theServiceBinding); } { String theSpecificationObject; theSpecificationObject = this.getSpecificationObject(); strategy.appendField(locator, this, "specificationObject", buffer, theSpecificationObject); } return buffer; }
public StringBuilder append( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { strategy.appendStart(locator, this, buffer); appendFields(locator, buffer, strategy); strategy.appendEnd(locator, this, buffer); return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { ObjectRefListType theAffectedObjects; theAffectedObjects = this.getAffectedObjects(); strategy.appendField(locator, this, "affectedObjects", buffer, theAffectedObjects); } { String theEventType; theEventType = this.getEventType(); strategy.appendField(locator, this, "eventType", buffer, theEventType); } { XMLGregorianCalendar theTimestamp; theTimestamp = this.getTimestamp(); strategy.appendField(locator, this, "timestamp", buffer, theTimestamp); } { String theUser; theUser = this.getUser(); strategy.appendField(locator, this, "user", buffer, theUser); } { String theRequestId; theRequestId = this.getRequestId(); strategy.appendField(locator, this, "requestId", buffer, theRequestId); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { List<DirectedNodePropertyType> theDirectedNode; theDirectedNode = this.getDirectedNode(); strategy.appendField(locator, this, "directedNode", buffer, theDirectedNode); } { List<DirectedFacePropertyType> theDirectedFace; theDirectedFace = this.getDirectedFace(); strategy.appendField(locator, this, "directedFace", buffer, theDirectedFace); } { CurvePropertyType theCurveProperty; theCurveProperty = this.getCurveProperty(); strategy.appendField(locator, this, "curveProperty", buffer, theCurveProperty); } { AggregationType theAggregationType; theAggregationType = this.getAggregationType(); strategy.appendField(locator, this, "aggregationType", buffer, theAggregationType); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { List<ConditionAbstractType> theAudienceRestrictionConditionOrDoNotCacheConditionOrCondition; theAudienceRestrictionConditionOrDoNotCacheConditionOrCondition = (((this.audienceRestrictionConditionOrDoNotCacheConditionOrCondition != null) && (!this.audienceRestrictionConditionOrDoNotCacheConditionOrCondition.isEmpty())) ? this.getAudienceRestrictionConditionOrDoNotCacheConditionOrCondition() : null); strategy.appendField( locator, this, "audienceRestrictionConditionOrDoNotCacheConditionOrCondition", buffer, theAudienceRestrictionConditionOrDoNotCacheConditionOrCondition); } { Calendar theNotBefore; theNotBefore = this.getNotBefore(); strategy.appendField(locator, this, "notBefore", buffer, theNotBefore); } { Calendar theNotOnOrAfter; theNotOnOrAfter = this.getNotOnOrAfter(); strategy.appendField(locator, this, "notOnOrAfter", buffer, theNotOnOrAfter); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { CodeType theServiceType; theServiceType = this.getServiceType(); strategy.appendField(locator, this, "serviceType", buffer, theServiceType); } { List<String> theServiceTypeVersion; theServiceTypeVersion = (((this.serviceTypeVersion != null) && (!this.serviceTypeVersion.isEmpty())) ? this.getServiceTypeVersion() : null); strategy.appendField(locator, this, "serviceTypeVersion", buffer, theServiceTypeVersion); } { String theFees; theFees = this.getFees(); strategy.appendField(locator, this, "fees", buffer, theFees); } { List<String> theAccessConstraints; theAccessConstraints = (((this.accessConstraints != null) && (!this.accessConstraints.isEmpty())) ? this.getAccessConstraints() : null); strategy.appendField(locator, this, "accessConstraints", buffer, theAccessConstraints); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { String theTargetId; theTargetId = this.getTargetId(); strategy.appendField(locator, this, "targetId", buffer, theTargetId); } { String theReportingPartyId; theReportingPartyId = this.getReportingPartyId(); strategy.appendField(locator, this, "reportingPartyId", buffer, theReportingPartyId); } { FederationAudit theAuditType; theAuditType = this.getAuditType(); strategy.appendField(locator, this, "auditType", buffer, theAuditType); } { Calendar theOccurredAt; theOccurredAt = this.getOccurredAt(); strategy.appendField(locator, this, "occurredAt", buffer, theOccurredAt); } { String theAuditMessage; theAuditMessage = this.getAuditMessage(); strategy.appendField(locator, this, "auditMessage", buffer, theAuditMessage); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { List<Double> theLowerCorner; theLowerCorner = (((this.lowerCorner != null) && (!this.lowerCorner.isEmpty())) ? this.getLowerCorner() : null); strategy.appendField(locator, this, "lowerCorner", buffer, theLowerCorner); } { List<Double> theUpperCorner; theUpperCorner = (((this.upperCorner != null) && (!this.upperCorner.isEmpty())) ? this.getUpperCorner() : null); strategy.appendField(locator, this, "upperCorner", buffer, theUpperCorner); } { String theCrs; theCrs = this.getCrs(); strategy.appendField(locator, this, "crs", buffer, theCrs); } { BigInteger theDimensions; theDimensions = this.getDimensions(); strategy.appendField(locator, this, "dimensions", buffer, theDimensions); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { StringOrRefType theReferenceEvent; theReferenceEvent = this.getReferenceEvent(); strategy.appendField(locator, this, "referenceEvent", buffer, theReferenceEvent); } { XMLGregorianCalendar theReferenceDate; theReferenceDate = this.getReferenceDate(); strategy.appendField(locator, this, "referenceDate", buffer, theReferenceDate); } { BigDecimal theJulianReference; theJulianReference = this.getJulianReference(); strategy.appendField(locator, this, "julianReference", buffer, theJulianReference); } { TimePeriodPropertyType theEpochOfUse; theEpochOfUse = this.getEpochOfUse(); strategy.appendField(locator, this, "epochOfUse", buffer, theEpochOfUse); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { CharacterStringPropertyType theDescription; theDescription = this.getDescription(); strategy.appendField(locator, this, "description", buffer, theDescription); } { List<EXGeographicExtentPropertyType> theGeographicElement; theGeographicElement = (this.isSetGeographicElement() ? this.getGeographicElement() : null); strategy.appendField(locator, this, "geographicElement", buffer, theGeographicElement); } { List<EXTemporalExtentPropertyType> theTemporalElement; theTemporalElement = (this.isSetTemporalElement() ? this.getTemporalElement() : null); strategy.appendField(locator, this, "temporalElement", buffer, theTemporalElement); } { List<EXVerticalExtentPropertyType> theVerticalElement; theVerticalElement = (this.isSetVerticalElement() ? this.getVerticalElement() : null); strategy.appendField(locator, this, "verticalElement", buffer, theVerticalElement); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { IntegerPropertyType theNumberOfDimensions; theNumberOfDimensions = this.getNumberOfDimensions(); strategy.appendField(locator, this, "numberOfDimensions", buffer, theNumberOfDimensions); } { List<MDDimensionPropertyType> theAxisDimensionProperties; theAxisDimensionProperties = (this.isSetAxisDimensionProperties() ? this.getAxisDimensionProperties() : null); strategy.appendField( locator, this, "axisDimensionProperties", buffer, theAxisDimensionProperties); } { MDCellGeometryCodePropertyType theCellGeometry; theCellGeometry = this.getCellGeometry(); strategy.appendField(locator, this, "cellGeometry", buffer, theCellGeometry); } { BooleanPropertyType theTransformationParameterAvailability; theTransformationParameterAvailability = this.getTransformationParameterAvailability(); strategy.appendField( locator, this, "transformationParameterAvailability", buffer, theTransformationParameterAvailability); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { CharacterStringPropertyType theIndividualName; theIndividualName = this.getIndividualName(); strategy.appendField(locator, this, "individualName", buffer, theIndividualName); } { CharacterStringPropertyType theOrganisationName; theOrganisationName = this.getOrganisationName(); strategy.appendField(locator, this, "organisationName", buffer, theOrganisationName); } { CharacterStringPropertyType thePositionName; thePositionName = this.getPositionName(); strategy.appendField(locator, this, "positionName", buffer, thePositionName); } { CIContactPropertyType theContactInfo; theContactInfo = this.getContactInfo(); strategy.appendField(locator, this, "contactInfo", buffer, theContactInfo); } { CIRoleCodePropertyType theRole; theRole = this.getRole(); strategy.appendField(locator, this, "role", buffer, theRole); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { List<IdentifierType> theGroupID; theGroupID = (this.isSetGroupID() ? this.getGroupID() : null); strategy.appendField(locator, this, "groupID", buffer, theGroupID); } { StringOrRefType theRemarks; theRemarks = this.getRemarks(); strategy.appendField(locator, this, "remarks", buffer, theRemarks); } { BigInteger theMaximumOccurs; theMaximumOccurs = this.getMaximumOccurs(); strategy.appendField(locator, this, "maximumOccurs", buffer, theMaximumOccurs); } { List<AbstractGeneralOperationParameterRefType> theIncludesParameter; theIncludesParameter = (this.isSetIncludesParameter() ? this.getIncludesParameter() : null); strategy.appendField(locator, this, "includesParameter", buffer, theIncludesParameter); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { List<Double> theValue; theValue = (this.isSetValue() ? this.getValue() : null); strategy.appendField(locator, this, "value", buffer, theValue); } { String theSrsName; theSrsName = this.getSrsName(); strategy.appendField(locator, this, "srsName", buffer, theSrsName); } { BigInteger theSrsDimension; theSrsDimension = this.getSrsDimension(); strategy.appendField(locator, this, "srsDimension", buffer, theSrsDimension); } { List<String> theAxisLabels; theAxisLabels = (this.isSetAxisLabels() ? this.getAxisLabels() : null); strategy.appendField(locator, this, "axisLabels", buffer, theAxisLabels); } { List<String> theUomLabels; theUomLabels = (this.isSetUomLabels() ? this.getUomLabels() : null); strategy.appendField(locator, this, "uomLabels", buffer, theUomLabels); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { JAXBElement<? extends AbstractGeneralOperationParameterType> theAbstractGeneralOperationParameter; theAbstractGeneralOperationParameter = this.getAbstractGeneralOperationParameter(); strategy.appendField( locator, this, "abstractGeneralOperationParameter", buffer, theAbstractGeneralOperationParameter); } { List<String> theNilReason; theNilReason = (this.isSetNilReason() ? this.getNilReason() : null); strategy.appendField(locator, this, "nilReason", buffer, theNilReason); } { String theRemoteSchema; theRemoteSchema = this.getRemoteSchema(); strategy.appendField(locator, this, "remoteSchema", buffer, theRemoteSchema); } { String theTYPE; theTYPE = AbstractGeneralOperationParameterPropertyType.TYPE; strategy.appendField(locator, this, "type", buffer, theTYPE); } { String theHref; theHref = this.getHref(); strategy.appendField(locator, this, "href", buffer, theHref); } { String theRole; theRole = this.getRole(); strategy.appendField(locator, this, "role", buffer, theRole); } { String theArcrole; theArcrole = this.getArcrole(); strategy.appendField(locator, this, "arcrole", buffer, theArcrole); } { String theTitle; theTitle = this.getTitle(); strategy.appendField(locator, this, "title", buffer, theTitle); } { String theShow; theShow = this.getShow(); strategy.appendField(locator, this, "show", buffer, theShow); } { String theActuate; theActuate = this.getActuate(); strategy.appendField(locator, this, "actuate", buffer, theActuate); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { ConversionToPreferredUnitType theConversionToPreferredUnit; theConversionToPreferredUnit = this.getConversionToPreferredUnit(); strategy.appendField( locator, this, "conversionToPreferredUnit", buffer, theConversionToPreferredUnit); } { ConversionToPreferredUnitType theRoughConversionToPreferredUnit; theRoughConversionToPreferredUnit = this.getRoughConversionToPreferredUnit(); strategy.appendField( locator, this, "roughConversionToPreferredUnit", buffer, theRoughConversionToPreferredUnit); } { List<DerivationUnitTermType> theDerivationUnitTerm; theDerivationUnitTerm = (this.isSetDerivationUnitTerm() ? this.getDerivationUnitTerm() : null); strategy.appendField(locator, this, "derivationUnitTerm", buffer, theDerivationUnitTerm); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { JAXBElement<? extends AbstractMDSpatialRepresentationType> theAbstractMDSpatialRepresentation; theAbstractMDSpatialRepresentation = this.getAbstractMDSpatialRepresentation(); strategy.appendField( locator, this, "abstractMDSpatialRepresentation", buffer, theAbstractMDSpatialRepresentation); } { List<String> theNilReason; theNilReason = (this.isSetNilReason() ? this.getNilReason() : null); strategy.appendField(locator, this, "nilReason", buffer, theNilReason); } { String theUuidref; theUuidref = this.getUuidref(); strategy.appendField(locator, this, "uuidref", buffer, theUuidref); } { String theTYPE; theTYPE = MDSpatialRepresentationPropertyType.TYPE; strategy.appendField(locator, this, "type", buffer, theTYPE); } { String theHref; theHref = this.getHref(); strategy.appendField(locator, this, "href", buffer, theHref); } { String theRole; theRole = this.getRole(); strategy.appendField(locator, this, "role", buffer, theRole); } { String theArcrole; theArcrole = this.getArcrole(); strategy.appendField(locator, this, "arcrole", buffer, theArcrole); } { String theTitle; theTitle = this.getTitle(); strategy.appendField(locator, this, "title", buffer, theTitle); } { String theShow; theShow = this.getShow(); strategy.appendField(locator, this, "show", buffer, theShow); } { String theActuate; theActuate = this.getActuate(); strategy.appendField(locator, this, "actuate", buffer, theActuate); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { DQGriddedDataPositionalAccuracyType theDQGriddedDataPositionalAccuracy; theDQGriddedDataPositionalAccuracy = this.getDQGriddedDataPositionalAccuracy(); strategy.appendField( locator, this, "dqGriddedDataPositionalAccuracy", buffer, theDQGriddedDataPositionalAccuracy); } { List<String> theNilReason; theNilReason = (this.isSetNilReason() ? this.getNilReason() : null); strategy.appendField(locator, this, "nilReason", buffer, theNilReason); } { String theUuidref; theUuidref = this.getUuidref(); strategy.appendField(locator, this, "uuidref", buffer, theUuidref); } { String theTYPE; theTYPE = DQGriddedDataPositionalAccuracyPropertyType.TYPE; strategy.appendField(locator, this, "type", buffer, theTYPE); } { String theHref; theHref = this.getHref(); strategy.appendField(locator, this, "href", buffer, theHref); } { String theRole; theRole = this.getRole(); strategy.appendField(locator, this, "role", buffer, theRole); } { String theArcrole; theArcrole = this.getArcrole(); strategy.appendField(locator, this, "arcrole", buffer, theArcrole); } { String theTitle; theTitle = this.getTitle(); strategy.appendField(locator, this, "title", buffer, theTitle); } { String theShow; theShow = this.getShow(); strategy.appendField(locator, this, "show", buffer, theShow); } { String theActuate; theActuate = this.getActuate(); strategy.appendField(locator, this, "actuate", buffer, theActuate); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { List<String> theServerURI; theServerURI = (((this.serverURI != null) && (!this.serverURI.isEmpty())) ? this.getServerURI() : null); strategy.appendField(locator, this, "serverURI", buffer, theServerURI); } { Boolean theWebSocket; theWebSocket = this.isWebSocket(); strategy.appendField(locator, this, "webSocket", buffer, theWebSocket); } { String theClientID; theClientID = this.getClientID(); strategy.appendField(locator, this, "clientID", buffer, theClientID); } { UserCredentials theUserCredentials; theUserCredentials = this.getUserCredentials(); strategy.appendField(locator, this, "userCredentials", buffer, theUserCredentials); } { SimpleMqttMessage theLastWillAndTestament; theLastWillAndTestament = this.getLastWillAndTestament(); strategy.appendField(locator, this, "lastWillAndTestament", buffer, theLastWillAndTestament); } { Boolean theCleanSession; theCleanSession = this.isCleanSession(); strategy.appendField(locator, this, "cleanSession", buffer, theCleanSession); } { Integer theConnectionTimeout; theConnectionTimeout = this.getConnectionTimeout(); strategy.appendField(locator, this, "connectionTimeout", buffer, theConnectionTimeout); } { Integer theKeepAliveInterval; theKeepAliveInterval = this.getKeepAliveInterval(); strategy.appendField(locator, this, "keepAliveInterval", buffer, theKeepAliveInterval); } { SecureSocketSettings theSSL; theSSL = this.getSSL(); strategy.appendField(locator, this, "ssl", buffer, theSSL); } { ReconnectionSettings theReconnectionSettings; theReconnectionSettings = this.getReconnectionSettings(); strategy.appendField(locator, this, "reconnectionSettings", buffer, theReconnectionSettings); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { MDFeatureCatalogueDescriptionType theMDFeatureCatalogueDescription; theMDFeatureCatalogueDescription = this.getMDFeatureCatalogueDescription(); strategy.appendField( locator, this, "mdFeatureCatalogueDescription", buffer, theMDFeatureCatalogueDescription); } { List<String> theNilReason; theNilReason = (this.isSetNilReason() ? this.getNilReason() : null); strategy.appendField(locator, this, "nilReason", buffer, theNilReason); } { String theUuidref; theUuidref = this.getUuidref(); strategy.appendField(locator, this, "uuidref", buffer, theUuidref); } { String theTYPE; theTYPE = MDFeatureCatalogueDescriptionPropertyType.TYPE; strategy.appendField(locator, this, "type", buffer, theTYPE); } { String theHref; theHref = this.getHref(); strategy.appendField(locator, this, "href", buffer, theHref); } { String theRole; theRole = this.getRole(); strategy.appendField(locator, this, "role", buffer, theRole); } { String theArcrole; theArcrole = this.getArcrole(); strategy.appendField(locator, this, "arcrole", buffer, theArcrole); } { String theTitle; theTitle = this.getTitle(); strategy.appendField(locator, this, "title", buffer, theTitle); } { String theShow; theShow = this.getShow(); strategy.appendField(locator, this, "show", buffer, theShow); } { String theActuate; theActuate = this.getActuate(); strategy.appendField(locator, this, "actuate", buffer, theActuate); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { List<JAXBElement<? extends DynamicFeatureType>> theDynamicFeature; theDynamicFeature = this.getDynamicFeature(); strategy.appendField(locator, this, "dynamicFeature", buffer, theDynamicFeature); } { List<String> theNilReason; theNilReason = this.getNilReason(); strategy.appendField(locator, this, "nilReason", buffer, theNilReason); } { String theRemoteSchema; theRemoteSchema = this.getRemoteSchema(); strategy.appendField(locator, this, "remoteSchema", buffer, theRemoteSchema); } { String theTYPE; theTYPE = DynamicFeatureMemberType.TYPE; strategy.appendField(locator, this, "type", buffer, theTYPE); } { String theHref; theHref = this.getHref(); strategy.appendField(locator, this, "href", buffer, theHref); } { String theRole; theRole = this.getRole(); strategy.appendField(locator, this, "role", buffer, theRole); } { String theArcrole; theArcrole = this.getArcrole(); strategy.appendField(locator, this, "arcrole", buffer, theArcrole); } { String theTitle; theTitle = this.getTitle(); strategy.appendField(locator, this, "title", buffer, theTitle); } { String theShow; theShow = this.getShow(); strategy.appendField(locator, this, "show", buffer, theShow); } { String theActuate; theActuate = this.getActuate(); strategy.appendField(locator, this, "actuate", buffer, theActuate); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { super.appendFields(locator, buffer, strategy); { DistributedSearchType theDistributedSearch; theDistributedSearch = this.getDistributedSearch(); strategy.appendField(locator, this, "distributedSearch", buffer, theDistributedSearch); } { List<String> theResponseHandler; theResponseHandler = (this.isSetResponseHandler() ? this.getResponseHandler() : null); strategy.appendField(locator, this, "responseHandler", buffer, theResponseHandler); } { AbstractQueryType theAbstractQuery; theAbstractQuery = this.getAbstractQuery(); strategy.appendField(locator, this, "abstractQuery", buffer, theAbstractQuery); } { Object theAny; theAny = this.getAny(); strategy.appendField(locator, this, "any", buffer, theAny); } { String theRequestId; theRequestId = this.getRequestId(); strategy.appendField(locator, this, "requestId", buffer, theRequestId); } { ResultType theResultType; theResultType = this.getResultType(); strategy.appendField(locator, this, "resultType", buffer, theResultType); } { String theOutputFormat; theOutputFormat = this.getOutputFormat(); strategy.appendField(locator, this, "outputFormat", buffer, theOutputFormat); } { String theOutputSchema; theOutputSchema = this.getOutputSchema(); strategy.appendField(locator, this, "outputSchema", buffer, theOutputSchema); } { BigInteger theStartPosition; theStartPosition = this.getStartPosition(); strategy.appendField(locator, this, "startPosition", buffer, theStartPosition); } { BigInteger theMaxRecords; theMaxRecords = this.getMaxRecords(); strategy.appendField(locator, this, "maxRecords", buffer, theMaxRecords); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { AbstractRSReferenceSystemType theAbstractRSReferenceSystem; theAbstractRSReferenceSystem = this.getAbstractRSReferenceSystem(); strategy.appendField( locator, this, "abstractRSReferenceSystem", buffer, theAbstractRSReferenceSystem); } { List<String> theNilReason; theNilReason = (this.isSetNilReason() ? this.getNilReason() : null); strategy.appendField(locator, this, "nilReason", buffer, theNilReason); } { String theUuidref; theUuidref = this.getUuidref(); strategy.appendField(locator, this, "uuidref", buffer, theUuidref); } { String theTYPE; theTYPE = RSReferenceSystemPropertyType.TYPE; strategy.appendField(locator, this, "type", buffer, theTYPE); } { String theHref; theHref = this.getHref(); strategy.appendField(locator, this, "href", buffer, theHref); } { String theRole; theRole = this.getRole(); strategy.appendField(locator, this, "role", buffer, theRole); } { String theArcrole; theArcrole = this.getArcrole(); strategy.appendField(locator, this, "arcrole", buffer, theArcrole); } { String theTitle; theTitle = this.getTitle(); strategy.appendField(locator, this, "title", buffer, theTitle); } { String theShow; theShow = this.getShow(); strategy.appendField(locator, this, "show", buffer, theShow); } { String theActuate; theActuate = this.getActuate(); strategy.appendField(locator, this, "actuate", buffer, theActuate); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { OperationParameterGroupType theOperationParameterGroup; theOperationParameterGroup = this.getOperationParameterGroup(); strategy.appendField( locator, this, "operationParameterGroup", buffer, theOperationParameterGroup); } { List<String> theNilReason; theNilReason = (this.isSetNilReason() ? this.getNilReason() : null); strategy.appendField(locator, this, "nilReason", buffer, theNilReason); } { String theRemoteSchema; theRemoteSchema = this.getRemoteSchema(); strategy.appendField(locator, this, "remoteSchema", buffer, theRemoteSchema); } { String theTYPE; theTYPE = OperationParameterGroupPropertyType.TYPE; strategy.appendField(locator, this, "type", buffer, theTYPE); } { String theHref; theHref = this.getHref(); strategy.appendField(locator, this, "href", buffer, theHref); } { String theRole; theRole = this.getRole(); strategy.appendField(locator, this, "role", buffer, theRole); } { String theArcrole; theArcrole = this.getArcrole(); strategy.appendField(locator, this, "arcrole", buffer, theArcrole); } { String theTitle; theTitle = this.getTitle(); strategy.appendField(locator, this, "title", buffer, theTitle); } { String theShow; theShow = this.getShow(); strategy.appendField(locator, this, "show", buffer, theShow); } { String theActuate; theActuate = this.getActuate(); strategy.appendField(locator, this, "actuate", buffer, theActuate); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { EXVerticalExtentType theEXVerticalExtent; theEXVerticalExtent = this.getEXVerticalExtent(); strategy.appendField(locator, this, "exVerticalExtent", buffer, theEXVerticalExtent); } { List<String> theNilReason; theNilReason = (this.isSetNilReason() ? this.getNilReason() : null); strategy.appendField(locator, this, "nilReason", buffer, theNilReason); } { String theUuidref; theUuidref = this.getUuidref(); strategy.appendField(locator, this, "uuidref", buffer, theUuidref); } { String theTYPE; theTYPE = EXVerticalExtentPropertyType.TYPE; strategy.appendField(locator, this, "type", buffer, theTYPE); } { String theHref; theHref = this.getHref(); strategy.appendField(locator, this, "href", buffer, theHref); } { String theRole; theRole = this.getRole(); strategy.appendField(locator, this, "role", buffer, theRole); } { String theArcrole; theArcrole = this.getArcrole(); strategy.appendField(locator, this, "arcrole", buffer, theArcrole); } { String theTitle; theTitle = this.getTitle(); strategy.appendField(locator, this, "title", buffer, theTitle); } { String theShow; theShow = this.getShow(); strategy.appendField(locator, this, "show", buffer, theShow); } { String theActuate; theActuate = this.getActuate(); strategy.appendField(locator, this, "actuate", buffer, theActuate); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { FCDefinitionSourceType theFCDefinitionSource; theFCDefinitionSource = this.getFCDefinitionSource(); strategy.appendField(locator, this, "fcDefinitionSource", buffer, theFCDefinitionSource); } { List<String> theNilReason; theNilReason = (this.isSetNilReason() ? this.getNilReason() : null); strategy.appendField(locator, this, "nilReason", buffer, theNilReason); } { String theUuidref; theUuidref = this.getUuidref(); strategy.appendField(locator, this, "uuidref", buffer, theUuidref); } { String theTYPE; theTYPE = FCDefinitionSourcePropertyType.TYPE; strategy.appendField(locator, this, "type", buffer, theTYPE); } { String theHref; theHref = this.getHref(); strategy.appendField(locator, this, "href", buffer, theHref); } { String theRole; theRole = this.getRole(); strategy.appendField(locator, this, "role", buffer, theRole); } { String theArcrole; theArcrole = this.getArcrole(); strategy.appendField(locator, this, "arcrole", buffer, theArcrole); } { String theTitle; theTitle = this.getTitle(); strategy.appendField(locator, this, "title", buffer, theTitle); } { String theShow; theShow = this.getShow(); strategy.appendField(locator, this, "show", buffer, theShow); } { String theActuate; theActuate = this.getActuate(); strategy.appendField(locator, this, "actuate", buffer, theActuate); } return buffer; }
public StringBuilder appendFields( ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) { { MDResolutionType theMDResolution; theMDResolution = this.getMDResolution(); strategy.appendField(locator, this, "mdResolution", buffer, theMDResolution); } { List<String> theNilReason; theNilReason = (this.isSetNilReason() ? this.getNilReason() : null); strategy.appendField(locator, this, "nilReason", buffer, theNilReason); } return buffer; }