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) {
   super.appendFields(locator, buffer, strategy);
   {
     SupportedComplexDataType theComplexOutput;
     theComplexOutput = this.getComplexOutput();
     strategy.appendField(locator, this, "complexOutput", buffer, theComplexOutput);
   }
   {
     LiteralOutputType theLiteralOutput;
     theLiteralOutput = this.getLiteralOutput();
     strategy.appendField(locator, this, "literalOutput", buffer, theLiteralOutput);
   }
   {
     SupportedCRSsType theBoundingBoxOutput;
     theBoundingBoxOutput = this.getBoundingBoxOutput();
     strategy.appendField(locator, this, "boundingBoxOutput", buffer, theBoundingBoxOutput);
   }
   return buffer;
 }
Exemplo n.º 3
0
 public StringBuilder appendFields(
     ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) {
   super.appendFields(locator, buffer, strategy);
   {
     List<String> theProfile;
     theProfile = (this.isSetProfile() ? this.getProfile() : null);
     strategy.appendField(locator, this, "profile", buffer, theProfile);
   }
   {
     WSDL theWSDL;
     theWSDL = this.getWSDL();
     strategy.appendField(locator, this, "wsdl", buffer, theWSDL);
   }
   {
     String theProcessVersion;
     theProcessVersion = this.getProcessVersion();
     strategy.appendField(locator, this, "processVersion", buffer, theProcessVersion);
   }
   return buffer;
 }
 @NotNull
 protected String getClassName() {
   return myDescriptionType.getClassName();
 }