Skip to content

Commit

Permalink
chore: update generated java-files doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaello committed Nov 27, 2024
1 parent f73fb2d commit e828cd4
Show file tree
Hide file tree
Showing 237 changed files with 4,516 additions and 2,218 deletions.
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/Account.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/Address.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/AddressType.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/AllocationControl.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/AllocationControlType.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/AllocationMethod.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/Amount.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/BadgeLimit.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
26 changes: 14 additions & 12 deletions src/main/java/iofXml/v2/BadgeList.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down Expand Up @@ -74,22 +74,23 @@ public void setIOFVersion(IOFVersion value) {
/**
* Gets the value of the badgeValue property.
*
* <p>
* This accessor method returns a reference to the live list,
* <p>This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a {@code set} method for the badgeValue property.
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the badgeValue property.</p>
*
* <p>
* For example, to add a new item, do as follows:
* </p>
* <pre>
* getBadgeValue().add(newItem);
* getBadgeValue().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link BadgeValue }
* </p>
*
*
* @return
Expand All @@ -105,22 +106,23 @@ public List<BadgeValue> getBadgeValue() {
/**
* Gets the value of the badgeLimit property.
*
* <p>
* This accessor method returns a reference to the live list,
* <p>This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a {@code set} method for the badgeLimit property.
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the badgeLimit property.</p>
*
* <p>
* For example, to add a new item, do as follows:
* </p>
* <pre>
* getBadgeLimit().add(newItem);
* getBadgeLimit().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link BadgeLimit }
* </p>
*
*
* @return
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/BadgeValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/BadgeValueId.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/BirthDate.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
15 changes: 8 additions & 7 deletions src/main/java/iofXml/v2/Box.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down Expand Up @@ -77,22 +77,23 @@ public class Box {
/**
* Gets the value of the symbol property.
*
* <p>
* This accessor method returns a reference to the live list,
* <p>This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a {@code set} method for the symbol property.
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the symbol property.</p>
*
* <p>
* For example, to add a new item, do as follows:
* </p>
* <pre>
* getSymbol().add(newItem);
* getSymbol().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link Symbol }
* </p>
*
*
* @return
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/CCard.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
15 changes: 8 additions & 7 deletions src/main/java/iofXml/v2/Class.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down Expand Up @@ -324,23 +324,24 @@ public void setNotQualifiedSubstituteClass(NotQualifiedSubstituteClass value) {
/**
* Gets the value of the entryFeeIdOrEntryFee property.
*
* <p>
* This accessor method returns a reference to the live list,
* <p>This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a {@code set} method for the entryFeeIdOrEntryFee property.
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the entryFeeIdOrEntryFee property.</p>
*
* <p>
* For example, to add a new item, do as follows:
* </p>
* <pre>
* getEntryFeeIdOrEntryFee().add(newItem);
* getEntryFeeIdOrEntryFee().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link EntryFee }
* {@link EntryFeeId }
* </p>
*
*
* @return
Expand Down
26 changes: 14 additions & 12 deletions src/main/java/iofXml/v2/ClassData.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down Expand Up @@ -74,22 +74,23 @@ public void setIOFVersion(IOFVersion value) {
/**
* Gets the value of the classType property.
*
* <p>
* This accessor method returns a reference to the live list,
* <p>This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a {@code set} method for the classType property.
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the classType property.</p>
*
* <p>
* For example, to add a new item, do as follows:
* </p>
* <pre>
* getClassType().add(newItem);
* getClassType().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link ClassType }
* </p>
*
*
* @return
Expand All @@ -105,22 +106,23 @@ public List<ClassType> getClassType() {
/**
* Gets the value of the clazz property.
*
* <p>
* This accessor method returns a reference to the live list,
* <p>This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a {@code set} method for the clazz property.
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the clazz property.</p>
*
* <p>
* For example, to add a new item, do as follows:
* </p>
* <pre>
* getClazz().add(newItem);
* getClazz().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link Class }
* </p>
*
*
* @return
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/iofXml/v2/ClassId.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@


/**
* <p>Java class for anonymous complex type.
* <p>Java class for anonymous complex type</p>.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>The following schema fragment specifies the expected content contained within this class.</p>
*
* <pre>{@code
* <complexType>
Expand Down
Loading

0 comments on commit e828cd4

Please sign in to comment.