public @XmlTransient @Nullable QName getFirstDetailEntryName() { DetailType dt = getDetail(); if (dt != null) { Node entry = dt.getDetail(0); if (entry != null) { return new QName(entry.getNamespaceURI(), entry.getLocalName()); } } return null; }
@JsonIgnore @XmlTransient public Map<String, String> getSqlMap() { if (sqlMap == null){ sqlMap = Maps.newHashMap(); } return sqlMap; }
@NotNull @Override @XmlTransient // tag::documented[] public Publisher<Patient> getAggregateObservable() { // <4> return toPublisher(aggregate != null ? just(aggregate) : empty()); }
/** * Sets the new project view that is either {@link Project#VIEW_Developer} or {@link Project#VIEW_User}. * @param newProjectView the new project view to set */ @XmlTransient public void setProjectView(String newProjectView) { AwbProjectEditorWindow pew = this.getProjectEditorWindow(); if (pew != null && newProjectView.equals(this.projectView) == false) { // --- Change view ---------------------------- this.projectView = newProjectView; setUnsaved(true); setChanged(); notifyObservers(CHANGED_ProjectView); pew.validateStartTab(); } }
/** * Gets the start arguments. * @return the start arguments */ @XmlTransient public Vector<AgentStartArgument> getStartArguments() { if (this.startArguments==null) { this.startArguments=new Vector<AgentStartArgument>(); } return startArguments; }
/** * Gets the distribution setup. * @return the distributionSetup */ @XmlTransient public DistributionSetup getDistributionSetup() { if (distributionSetup == null) { distributionSetup = new DistributionSetup(); } return distributionSetup; }
/** * Gets the agent class load metrics. * @return the agent class load metrics */ @XmlTransient public AgentClassLoadMetricsTable getAgentClassLoadMetrics() { if (agentClassLoadMetricsTable == null) { agentClassLoadMetricsTable = new AgentClassLoadMetricsTable(this); } if (agentClassLoadMetricsTable.getProject() == null) { agentClassLoadMetricsTable.setProject(this); } return agentClassLoadMetricsTable; }
/** * Returns the vector of custom {@link CustomToolbarComponentDescription}. * @return the vector of custom {@link CustomToolbarComponentDescription}. */ @XmlTransient public Vector<CustomToolbarComponentDescription> getCustomToolbarComponentDescriptions() { if (customToolbarComponentDescriptions==null) { customToolbarComponentDescriptions = new Vector<CustomToolbarComponentDescription>(); } return customToolbarComponentDescriptions; }
/** * Returns the current ComboBoxModel for environment types. * @return the environmentsComboBoxModel */ @XmlTransient public DefaultComboBoxModel<EnvironmentType> getEnvironmentsComboBoxModel() { if (environmentsComboBoxModel == null) { environmentsComboBoxModel = new DefaultComboBoxModel<EnvironmentType>(); } return environmentsComboBoxModel; }
@Override @XmlTransient public String getValue() { return this.name; }
@XmlTransient public ParticleParameter getDeltaHeight() { return this.deltaHeight; }
@XmlTransient public String getPartnerId() { return partnerId; }
@XmlTransient public String getTradeNo() { return tradeNo; }
@XmlTransient public ParticleParameter getDeltaY() { return this.deltaY; }
/** * Checks if the properties in this given super class should be aggregated into this class. */ private boolean shouldRecurseSuperClass(C sc) { return sc!=null && (builder.isReplaced(sc) || reader().hasClassAnnotation(sc, XmlTransient.class)); }
@XmlTransient public Collection<Order1> getOrder1Collection() { return order1Collection; }
@XmlTransient public ParticleParameter getGravityY() { return this.gravityY; }
@XmlTransient public List<DetalleControl> getDetalleControlList() { return detalleControlList; }
@XmlTransient public Collection<Address> getAddressCollection() { return addressCollection; }
@XmlTransient @JsonIgnore @Override public String getDisplayValue() { return name; }
@XmlTransient public Collection<Patientsurgicalhx> getPatientsurgicalhxCollection() { return patientsurgicalhxCollection; }
@XmlTransient public String getParticleText() { return this.particleText; }
@XmlTransient public String getTradeRefundAmount() { return tradeRefundAmount; }
@XmlTransient public List<EstadoDTO> getEstadoList() { return estadoList; }
@XmlTransient public int getCode() { return code; }
@XmlTransient public int getSpawnRate() { return this.spawnRate; }
@XmlTransient public String getBalance() { return balance; }
@XmlTransient public Collection<Product> getProductCollection() { return productCollection; }
@XmlTransient public ParticleParameter getX() { return this.x; }
@XmlTransient public ParticleParameter getY() { return this.y; }
/** * Gets the display title. * @return the display title */ @XmlTransient public String getDisplayTitle() { return displayTitle; }
@XmlTransient public Collection<Inventory> getInventoryCollection() { return inventoryCollection; }
@XmlTransient public String getHasNextPage() { return hasNextPage; }
@XmlTransient public Collection<SalesOrder> getSalesOrderCollection() { return salesOrderCollection; }
@XmlTransient public String getBankAccountName() { return bankAccountName; }
@XmlTransient public Collection<EmergencyInformation> getEmergencyInformationCollection() { return emergencyInformationCollection; }
@XmlTransient public Collection<Patientinfectiousdiseasehx> getPatientinfectiousdiseasehxCollection() { return patientinfectiousdiseasehxCollection; }
@XmlTransient public String getOtherAccountFullname() { return otherAccountFullname; }
@XmlTransient public String getIwAccountLogId() { return iwAccountLogId; }
@XmlTransient public int getRed() { return this.red; }