summaryrefslogtreecommitdiff
path: root/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/ObjectFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/ObjectFactory.java')
-rw-r--r--bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/ObjectFactory.java52
1 files changed, 22 insertions, 30 deletions
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/ObjectFactory.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/ObjectFactory.java
index 7291d759..0efa4beb 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/ObjectFactory.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/ObjectFactory.java
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.09.03 at 01:53:08 PM GMT
+// Generated on: 2008.09.03 at 02:52:44 PM GMT
//
@@ -42,19 +42,19 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link AccessControl }
+ * Create an instance of {@link Param }
*
*/
- public AccessControl createAccessControl() {
- return new AccessControl();
+ public Param createParam() {
+ return new Param();
}
/**
- * Create an instance of {@link Chain }
+ * Create an instance of {@link AccessControl }
*
*/
- public Chain createChain() {
- return new Chain();
+ public AccessControl createAccessControl() {
+ return new AccessControl();
}
/**
@@ -66,51 +66,43 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link Chains }
- *
- */
- public Chains createChains() {
- return new Chains();
- }
-
- /**
- * Create an instance of {@link Rule }
+ * Create an instance of {@link Rules }
*
*/
- public Rule createRule() {
- return new Rule();
+ public Rules createRules() {
+ return new Rules();
}
/**
- * Create an instance of {@link Rule.AnyPeer }
+ * Create an instance of {@link Action }
*
*/
- public Rule.AnyPeer createRuleAnyPeer() {
- return new Rule.AnyPeer();
+ public Action createAction() {
+ return new Action();
}
/**
- * Create an instance of {@link Rules }
+ * Create an instance of {@link Chains }
*
*/
- public Rules createRules() {
- return new Rules();
+ public Chains createChains() {
+ return new Chains();
}
/**
- * Create an instance of {@link Param }
+ * Create an instance of {@link Chain }
*
*/
- public Param createParam() {
- return new Param();
+ public Chain createChain() {
+ return new Chain();
}
/**
- * Create an instance of {@link Action }
+ * Create an instance of {@link Rule }
*
*/
- public Action createAction() {
- return new Action();
+ public Rule createRule() {
+ return new Rule();
}
/**