congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
S3KeyPrefixInformation
Code IndexAdd Tabnine to your IDE (free)

How to use
S3KeyPrefixInformation
in
org.finra.herd.model.api.xml

Best Java code snippets using org.finra.herd.model.api.xml.S3KeyPrefixInformation (Showing top 20 results out of 315)

origin: FINRAOS/herd

/**
 * Create an instance of {@link S3KeyPrefixInformation }
 * 
 */
public S3KeyPrefixInformation createS3KeyPrefixInformation() {
  return new S3KeyPrefixInformation();
}
origin: org.finra.herd/herd-model-api

public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
  {
    String theS3KeyPrefix;
    theS3KeyPrefix = this.getS3KeyPrefix();
    strategy.appendField(locator, this, "s3KeyPrefix", buffer, theS3KeyPrefix, (this.s3KeyPrefix!= null));
  }
  return buffer;
}
origin: org.finra.herd/herd-model-api

public String toString() {
  final ToStringStrategy2 strategy = JAXBToStringStrategy.INSTANCE;
  final StringBuilder buffer = new StringBuilder();
  append(null, buffer, strategy);
  return buffer.toString();
}
origin: FINRAOS/herd

public Object clone() {
  return copyTo(createNewInstance());
}
origin: FINRAOS/herd

if (matcher.find())
  S3KeyPrefixInformation s3KeyPrefixInformation = new S3KeyPrefixInformation();
  String namespace = getGroup(matcher, "namespace");
  namespace = namespace == null ? "testNamespace" : namespace;
  String businessObjectDefinitionName = getGroup(matcher, "businessObjectDefinitionName");
  String businessObjectFormatVersion = getGroup(matcher, "businessObjectFormatVersion");
  s3KeyPrefixInformation.setS3KeyPrefix(
    namespace.toLowerCase().replace('_', '-') + "/exchange-a/" + businessObjectFormatUsage.toLowerCase().replace('_', '-') + "/" +
      businessObjectFormatType.toLowerCase().replace('_', '-') + "/" + businessObjectDefinitionName.toLowerCase().replace('_', '-') + "/frmt-v" +
origin: org.finra.herd/herd-model-api

public Object copyTo(ObjectLocator locator, Object target, CopyStrategy2 strategy) {
  final Object draftCopy = ((target == null)?createNewInstance():target);
  if (draftCopy instanceof S3KeyPrefixInformation) {
    final S3KeyPrefixInformation copy = ((S3KeyPrefixInformation) draftCopy);
    {
      Boolean s3KeyPrefixShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.s3KeyPrefix!= null));
      if (s3KeyPrefixShouldBeCopiedAndSet == Boolean.TRUE) {
        String sourceS3KeyPrefix;
        sourceS3KeyPrefix = this.getS3KeyPrefix();
        String copyS3KeyPrefix = ((String) strategy.copy(LocatorUtils.property(locator, "s3KeyPrefix", sourceS3KeyPrefix), sourceS3KeyPrefix, (this.s3KeyPrefix!= null)));
        copy.setS3KeyPrefix(copyS3KeyPrefix);
      } else {
        if (s3KeyPrefixShouldBeCopiedAndSet == Boolean.FALSE) {
          copy.s3KeyPrefix = null;
        }
      }
    }
  }
  return draftCopy;
}
origin: org.finra.herd/herd-model-api

public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
  strategy.appendStart(locator, this, buffer);
  appendFields(locator, buffer, strategy);
  strategy.appendEnd(locator, this, buffer);
  return buffer;
}
origin: FINRAOS/herd

public boolean equals(Object object) {
  final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
  return equals(null, null, object, strategy);
}
origin: FINRAOS/herd

public Object copyTo(Object target) {
  final CopyStrategy2 strategy = JAXBCopyStrategy.INSTANCE;
  return copyTo(null, target, strategy);
}
origin: org.finra.herd/herd-service

S3KeyPrefixInformation s3KeyPrefixInformation = new S3KeyPrefixInformation();
s3KeyPrefixInformation.setS3KeyPrefix(s3KeyPrefix);
return s3KeyPrefixInformation;
origin: FINRAOS/herd

public Object copyTo(ObjectLocator locator, Object target, CopyStrategy2 strategy) {
  final Object draftCopy = ((target == null)?createNewInstance():target);
  if (draftCopy instanceof S3KeyPrefixInformation) {
    final S3KeyPrefixInformation copy = ((S3KeyPrefixInformation) draftCopy);
    {
      Boolean s3KeyPrefixShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.s3KeyPrefix!= null));
      if (s3KeyPrefixShouldBeCopiedAndSet == Boolean.TRUE) {
        String sourceS3KeyPrefix;
        sourceS3KeyPrefix = this.getS3KeyPrefix();
        String copyS3KeyPrefix = ((String) strategy.copy(LocatorUtils.property(locator, "s3KeyPrefix", sourceS3KeyPrefix), sourceS3KeyPrefix, (this.s3KeyPrefix!= null)));
        copy.setS3KeyPrefix(copyS3KeyPrefix);
      } else {
        if (s3KeyPrefixShouldBeCopiedAndSet == Boolean.FALSE) {
          copy.s3KeyPrefix = null;
        }
      }
    }
  }
  return draftCopy;
}
origin: org.finra.herd/herd-model-api

public Object clone() {
  return copyTo(createNewInstance());
}
origin: FINRAOS/herd

public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
  strategy.appendStart(locator, this, buffer);
  appendFields(locator, buffer, strategy);
  strategy.appendEnd(locator, this, buffer);
  return buffer;
}
origin: org.finra.herd/herd-model-api

public boolean equals(Object object) {
  final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
  return equals(null, null, object, strategy);
}
origin: org.finra.herd/herd-model-api

public Object copyTo(Object target) {
  final CopyStrategy2 strategy = JAXBCopyStrategy.INSTANCE;
  return copyTo(null, target, strategy);
}
origin: FINRAOS/herd

S3KeyPrefixInformation s3KeyPrefixInformation = new S3KeyPrefixInformation();
s3KeyPrefixInformation.setS3KeyPrefix(s3KeyPrefix);
return s3KeyPrefixInformation;
origin: FINRAOS/herd

/**
 * Create an instance of {@link S3KeyPrefixInformation }
 * 
 */
public S3KeyPrefixInformation createS3KeyPrefixInformation() {
  return new S3KeyPrefixInformation();
}
origin: FINRAOS/herd

public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
  {
    String theS3KeyPrefix;
    theS3KeyPrefix = this.getS3KeyPrefix();
    strategy.appendField(locator, this, "s3KeyPrefix", buffer, theS3KeyPrefix, (this.s3KeyPrefix!= null));
  }
  return buffer;
}
origin: FINRAOS/herd

public Object copyTo(ObjectLocator locator, Object target, CopyStrategy2 strategy) {
  final Object draftCopy = ((target == null)?createNewInstance():target);
  if (draftCopy instanceof S3KeyPrefixInformation) {
    final S3KeyPrefixInformation copy = ((S3KeyPrefixInformation) draftCopy);
    {
      Boolean s3KeyPrefixShouldBeCopiedAndSet = strategy.shouldBeCopiedAndSet(locator, (this.s3KeyPrefix!= null));
      if (s3KeyPrefixShouldBeCopiedAndSet == Boolean.TRUE) {
        String sourceS3KeyPrefix;
        sourceS3KeyPrefix = this.getS3KeyPrefix();
        String copyS3KeyPrefix = ((String) strategy.copy(LocatorUtils.property(locator, "s3KeyPrefix", sourceS3KeyPrefix), sourceS3KeyPrefix, (this.s3KeyPrefix!= null)));
        copy.setS3KeyPrefix(copyS3KeyPrefix);
      } else {
        if (s3KeyPrefixShouldBeCopiedAndSet == Boolean.FALSE) {
          copy.s3KeyPrefix = null;
        }
      }
    }
  }
  return draftCopy;
}
origin: FINRAOS/herd

public Object clone() {
  return copyTo(createNewInstance());
}
org.finra.herd.model.api.xmlS3KeyPrefixInformation

Javadoc

Java class for s3KeyPrefixInformation complex type.

The following schema fragment specifies the expected content contained within this class.

 
<complexType name="s3KeyPrefixInformation"> 
<complexContent> 
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 
<all> 
<element name="s3KeyPrefix" type="{http://www.w3.org/2001/XMLSchema}string"/> 
</all> 
</restriction> 
</complexContent> 
</complexType> 

Most used methods

  • <init>
    Fully-initialising value constructor
  • getS3KeyPrefix
    Gets the value of the s3KeyPrefix property.
  • setS3KeyPrefix
    Sets the value of the s3KeyPrefix property.
  • append
  • appendFields
  • copyTo
  • createNewInstance
  • equals
  • hashCode

Popular in Java

  • Finding current android device location
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • scheduleAtFixedRate (Timer)
  • getSystemService (Context)
  • Socket (java.net)
    Provides a client-side TCP socket.
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Path (java.nio.file)
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • JFileChooser (javax.swing)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now